Переглянути джерело

HUE-336. kt_renewer doesn't work for root user

bc Wong 15 роки тому
батько
коміт
568dfae9b2
2 змінених файлів з 2 додано та 1 видалено
  1. 1 0
      desktop/conf.dist/hue.ini
  2. 1 1
      desktop/core/src/desktop/conf.py

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

@@ -130,6 +130,7 @@ 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
+http_port=50070
 # Thrift plugin port for the name node
 ## thrift_port=10090
 

+ 1 - 1
desktop/core/src/desktop/conf.py

@@ -198,7 +198,7 @@ KERBEROS = ConfigSection(
       help="Path to keep kerberos credentials cached",
       private=True,
       type=str,
-      default="/tmp/hue_krb5_ccache_%d" % os.geteuid(),
+      default="/tmp/hue_krb5_ccache",
     ),
     KINIT_PATH=Config(
       key='kinit_path',