gsCluster.properties.in 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #/*
  2. # * Licensed to the Apache Software Foundation (ASF) under one
  3. # * or more contributor license agreements. See the NOTICE file
  4. # * distributed with this work for additional information
  5. # * regarding copyright ownership. The ASF licenses this file
  6. # * to you under the Apache License, Version 2.0 (the
  7. # * "License"); you may not use this file except in compliance
  8. # * with the License. You may obtain a copy of the License at
  9. # *
  10. # * http://www.apache.org/licenses/LICENSE-2.0
  11. # *
  12. # * Unless required by applicable law or agreed to in writing, software
  13. # * distributed under the License is distributed on an "AS IS" BASIS,
  14. # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. # * See the License for the specific language governing permissions and
  16. # * limitations under the License.
  17. # */
  18. hadoop_heap_size=@HDPHadoopHeapSize@
  19. namenode_javaheap=@HDPNameNodeHeapSize@
  20. namenode_opt_newsize=@HDPNameNodeOptNewSize@
  21. datanode_du_reserved=@HDPDataNodeDuReserved@
  22. dt_heapsize=@HDPDataNodeHeapSize@
  23. jtnode_opt_newsize=@HDPJobTrackerOptNewSize@
  24. jtnode_opt_maxnewsize=@HDPJobTrackerOptMaxNewSize@
  25. jt_heapsize=@HDPJobTrackerHeapSize@
  26. mapred_map_tasks_max=@HDPMapRedMapTasksMax@
  27. mapred_red_tasks_max=@HDPMapRedReduceTasksMax@
  28. mapred_cluster_map_mem_mb=@HDPMapRedClusterMapMemoryMB@
  29. mapred_cluster_red_mem_mb=@HDPMapRedClusterReduceMemoryMB@
  30. mapred_cluster_max_map_mem_mb=@HDPMapRedClusterMaxMapMemoryMB@
  31. mapred_cluster_max_red_mem_mb=@HDPMapRedClusterMaxReduceMemoryMB@
  32. mapred_job_map_mem_mb=@HDPMapRedJobMapMemoryMB@
  33. mapred_job_red_mem_mb=@HDPMapRedJobReduceMemoryMB@
  34. mapred_child_java_opts_sz=@HDPMapRedChildJavaOptsSize@
  35. io_sort_mb=@HDPIoSortMB@
  36. io_sort_spill_percent=@HDPIoSortSpillPercent@
  37. mapreduce_userlog_retainhours=@HDPMapReduceUserLogRetainHours@
  38. max_tasks_per_job=@HDPMaxTasksPerJob@
  39. dfs_datanode_failed_volume_tolerated=@HDPDFSDataNodeFailedVolumeTolerated@
  40. #ENTER VALUES FOR zoo.cfg
  41. tickTime=2000
  42. initLimit=10
  43. syncLimit=5
  44. clientPort=2181
  45. #HBASE MEMORY SETTINGS
  46. hbase_master_heapsize=@HDPHBaseMasterHeapSize@
  47. hbase_regionserver_heapsize=@HDPHBaseRegionServerHeapSize@