Explorar o código

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

Minor additions to hue.ini and pseudo-distributed.ini.tmpl
Philip Zeyliger %!s(int64=15) %!d(string=hai) anos
pai
achega
dcc737c0aa
Modificáronse 2 ficheiros con 7 adicións e 1 borrados
  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.