瀏覽代碼

HUE-189. Ship with more elaborate desktop/conf/pseudo-distributed.ini (etc.)

Minor additions to hue.ini and pseudo-distributed.ini.tmpl
Philip Zeyliger 15 年之前
父節點
當前提交
dcc737c0aa
共有 2 個文件被更改,包括 7 次插入1 次删除
  1. 4 1
      desktop/conf.dist/hue.ini
  2. 3 0
      desktop/conf/pseudo-distributed.ini.tmpl

+ 4 - 1
desktop/conf.dist/hue.ini

@@ -125,7 +125,8 @@ hadoop_home=/usr/lib/hadoop-0.20
 # Enter the host and port on which you are running the Hadoop NameNode
 namenode_host=localhost
 hdfs_port=8020
-
+# Thrift plugin port for the name node
+## thrift_port=10090
 
 # Configuration for MapReduce JobTracker
 # ------------------------------------------------------------------------
@@ -134,3 +135,5 @@ hdfs_port=8020
 [[[default]]]
 # Enter the host on which you are running the Hadoop JobTracker
 jobtracker_host=localhost
+# Thrift plug-in port for the JobTracker
+## thrift_port=9290

+ 3 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -1,4 +1,7 @@
 [desktop]
+send_dbug_messagse=1
+database_logging=1
+
 [[auth]]
 # Uncomment the next line in order to use PAM for authentication.
 # This will check usernames and passwords against your linux system.