@@ -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
@@ -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',