Member since
12-10-2015
8
Posts
4
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1877 | 12-10-2015 12:58 PM |
01-28-2016
12:23 PM
1 Kudo
Labels:
- Labels:
-
Apache Hadoop
12-16-2015
09:09 AM
1 Kudo
For proxy property hadoop.proxyuser.hive.hosts it appears that this setting takes the hive server rather than the hive clients as Hive server is making the request on behalf of the hive clients. If we change the property to any other hosts other then hive server hive fails to run. So is it mandatory to set this to hive server always. According to apache website https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/Superusers.html we can configure any value for hosts parameter based on that it should work. So is this not true for hive?
... View more
Labels:
- Labels:
-
Apache Hive
12-10-2015
12:58 PM
1 Kudo
After successfully deploying my sandbox "HDP_2.3.2_vmare.ova" on my ESX host. I edited below files for setting the IP address and rebooted my system.
vi /etc/hosts # File is generated from /usr/lib/hue/tools/start_scripts/gen_hosts.sh # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 localhost.localdomain localhost 10.xxx.xxx.xx sandbox.hortonworks.com sandbox ambari.hortonworks.com vi /etc/sysconfig/network NETWORKING=yes HOSTNAME=sandbox.hortonworks.com GATEWAY=10.xxx.xxx.1 vi /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE="eth0" BOOTPROTO="none" DNS1="10.xxx.xx.xx" IPV6INIT="no" ONBOOT="yes" TYPE="Ethernet" NM_CONTROLLED=yes IPADDR=10.xxx.xxx.xx PREFIX=24 GATEWAY=10.xxx.xxx.1 DOMAIN=centera.lab.emc.com DEFROUTE=yes rm -f /etc/udev/rules.d/70-persistent-net.rules And the reboot the system from console.
... View more
12-10-2015
12:15 PM
1 Kudo
Yes I have successfully installed it on Vsphere 5.5
... View more