Member since
10-15-2015
29
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
17227 | 01-13-2016 01:03 PM | |
3806 | 12-13-2015 03:34 PM |
02-28-2017
07:53 AM
I had the same issue. The solution was to start the history server first. This means before the other cdh services like hdfs and yarn are started.
... View more
04-01-2016
04:09 PM
Maybe it could be better to launch httpfs on the node with the Hue? In such deployment hue+httpfs node will communicate with the HDFS datanodes directly and not through other server (the Hue machine itself will be the HTTP proxy). But I guess balancing of the multiple httpfs proxies around the cluster would be usefull even in this case - for high available WebHDFS interface for end users.
... View more
01-13-2016
01:03 PM
2 Kudos
Just remove the directory /lib/lsb/init-functions you've created and install the redhat-lsb-core package: rmdir /lib/lsb/init-functions
yum install redhat-lsb-core It is possible to download and extract the redhat-lsb-core package without installation: yum install -y yum-utils; yumdownloader redhat-lsb-core; rpm2cpio redhat-lsb-core-*.rpm | cpio -idmv But it is not needed, better to install the package properly.
... View more
12-20-2015
12:48 AM
Thanks Valtri. I will have a look into it and let me know for any queries or help.
... View more