Guest User

Untitled

a guest
Jul 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. spark.driver.extraLibraryPath /usr/hdp/current/hadoop-client/lib/native:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64
  2. spark.eventLog.dir hdfs:///spark2-history/
  3. spark.eventLog.enabled true
  4. spark.executor.extraLibraryPath /usr/hdp/current/hadoop-client/lib/native:/usr/hdp/current/hadoop-client/lib/native/Linux-amd64-64
  5. spark.history.fs.logDirectory hdfs:///spark2-history/
  6. spark.history.kerberos.keytab none
  7. spark.history.kerberos.principal none
  8. spark.history.provider org.apache.spark.deploy.history.FsHistoryProvider
  9. spark.history.ui.port 18081
  10. spark.yarn.historyServer.address ambari-cluster-002.c.pg-us-n-app-053847.internal:18081
  11. spark.yarn.queue default
  12.  
  13. spark.shuffle.service.enabled true
  14. spark.dynamicAllocation.enabled true
  15. spark.dynamicAllocation.initialExecutors 2
  16. spark.dynamicAllocation.maxExecutors 5
  17. spark.dynamicAllocation.minExecutors 2
  18.  
  19. #spark.dynamicAllocation.initialExecutors 15
  20. #spark.dynamicAllocation.maxExecutors 25
  21. #spark.dynamicAllocation.minExecutors 10
  22.  
  23.  
  24. #spark.driver.memory 4096
  25. #spark.executor.memory 4096
  26.  
  27. spark.yarn.executor.memoryOverhead 1024
  28. spark.yarn.driver.memoryOverhead 1024
  29.  
  30. spark.executor.cores 4
  31. spark.driver.cores 2
  32.  
  33.  
  34. spark.executor.extraJavaOptions -XX:+UseG1GC -XX:InitiatingHeapOccupancyPercent=35 -XX:ConcGCThreads=12 -XX:G1HeapRegionSize=16M
  35.  
  36. spark.speculation false
  37. spark.serializer org.apache.spark.serializer.KryoSerializer
  38.  
  39. spark.sql.orc.enabled true
  40. spark.sql.hive.convertMetastoreOrc true
  41. spark.sql.orc.filterPushdown true
  42. spark.sql.orc.char.enabled true
  43. spark.sql.hive.convertMetastoreParquet false
  44. #spark.sql.shuffle.partitions 400
Add Comment
Please, Sign In to add comment