Member since
03-17-2016
10
Posts
0
Kudos Received
0
Solutions
04-12-2016
07:02 AM
Hi Romain, I opened HUE-3569 since I wasn't sure , it was same as HUE-3441 which I saw you marked it as duplicate today. I added a fix for HUE-3441, can you please assign this jira to me, I couldn't do it. Also can you please review the patch too Thanks.
... View more
03-23-2016
12:09 AM
Hello, I am not able to access zookeeper browser when one of the zookeeper goes down in a zookeeper quoram. I am connecting to secure (with kerberos) zookeeper quoram and when all zookeepers ( I am using 3) are up, the zookeeper browser works well.The browser and runcpserver.log both shows same error if any of the zookeeper in the quoram goes down: "Could not correctly connect to Zookeeper. [Errno 111] Connection refused" Here is my hue.ini settings for the zookeeper: ================================== [[[default]]] host_ports=blitzhbase02-mnds4-1-crd.eng.sfdc.net:2181,blitzhbase02-mnds3-1-crd.eng.sfdc.net:2181,blitzhbase02-dnds2-2-crd.eng.sfdc.net:2181 ##rest_url=http://blitzhbase02-mnds4-1-crd.eng.sfdc.net:9998 ##principal_name=zookeeper
... View more
Labels:
- Labels:
-
Apache Zookeeper
-
Cloudera Hue
-
Kerberos
03-17-2016
09:00 AM
Hi Romain, Thanks for the reply. Yes I could setup hue to do failover itself for yarn RM. HttpFS for hue is already acting as a balancer for Namenodes , now setting up balancer again for HttpFS is like setting up balancer for balancer. Any guide on setting up balancer before Httpfs for hue and corresponding sample hue.ini for that setup ?
... View more
03-17-2016
12:45 AM
Hello, I am using hue and I want to connect to a secure HDFS cluster. I have 3 Namenodes configured and I am running one httpfs server on each Namenode.I configured hue.ini to use all of them. I can access hdfs cluster from hue ui. However if I kill one of the httpfs server on one of the Namenode where hue initially connected to , hue is not able to switch to another httpfs server on another namenode. Here is my hue.ini config : [[hdfs_clusters]] [[[default]]] fs_defaultfs=hdfs://crd-dev-sor1p logical_name=nn1 webhdfs_url=http://blitzhbase02-mnds3-1-crd.eng.sfdc.net:14000/webhdfs/v1 security_enabled=true hadoop_conf_dir=/home/sfdc/current/bigdata-hadoop/hadoop/hadoop/etc/hadoop [[[ha]]] fs_defaultfs=hdfs://crd-dev-sor1p webhdfs_url=http://blitzhbase02-mnds4-1-crd.eng.sfdc.net:14000/webhdfs/v1 security_enabled=true [[[ha1]]] fs_defaultfs=hdfs://crd-dev-sor1p webhdfs_url=http://blitzhbase02-dnds2-2-crd.eng.sfdc.net:14000/webhdfs/v1 security_enabled=true
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Cloudera Hue
-
HDFS