Member since
10-15-2015
29
Posts
3
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
17220 | 01-13-2016 01:03 PM | |
3803 | 12-13-2015 03:34 PM |
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
01-13-2016
05:34 AM
Actually the /lib/lsb/init-functions is a file. I guess the second error is there because it conflicts with the manually created?
... View more
01-04-2016
01:41 PM
Just a wild guess: is IPv6 disabled? -Djava.net.preferIPv4Stack=true in the HS process arguments or no IPv6 addresses on the interfaces You could try to set this just to be sure (but I have this set to "0" and it is working fine anyway): sysctl net.ipv6.bindv6only = 1
... View more
12-13-2015
03:34 PM
1 Kudo
We're using puppet in the production: https://forge.puppetlabs.com/cesnet/hadoop https://forge.puppetlabs.com/cesnet/hive https://forge.puppetlabs.com/cesnet/hbase https://forge.puppetlabs.com/cesnet/spark ... It is not "one-click" setup. But it is well described with examples. We have cluster with 24 (+3) nodes (1 PB) and quite difficult environment (Kerberos enabled, with cross-realms, multihome network, HA enabled, ...).
... View more