Member since
09-24-2015
144
Posts
72
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1316 | 08-15-2017 08:15 AM | |
6157 | 01-24-2017 06:58 AM | |
1621 | 08-03-2016 06:45 AM | |
2914 | 06-01-2016 10:08 PM | |
2502 | 04-07-2016 10:30 AM |
09-22-2016
11:31 PM
2 Kudos
You should not do "rm -rf /usr/lib/python2.6/site-packages" as this affects to other python scripts, such as "yum" This issue would be caused if you install ambari-server or /usr/lib/python2.6/site-packages/ambari_commons/str_utils.py is not a right one. Please make sure "/usr/lib/python2.6/site-packages/ambari_commons" is a symlink to /usr/lib/ambari-agent/lib/ambari_commons
... View more
08-18-2016
03:23 AM
Thank you very much for providing an answer. I'm having some difficulty to understand why SSF is also needed to increase. I'm just wondering accepting (or offering?) higher factor wouldn't require more buffer?
... View more
08-12-2016
05:31 AM
Now, to setup host and install HDP, only "./start_hdp.sh -a".
It automatically sets up the latest HDP in your Ubuntu 14.04 (16 is not supported)
To access, it starts a proxy on port 28080, so you can change the browser proxy setting to use Ubuntu_IP:28080.
Or, if Ubuntu and your PC are in same network, just adding a route to containers works (eg: route add -net 172.17.100.0/24 Ubuntu_IP on your Mac)
... View more
08-05-2016
04:43 AM
In that case, how about setting session expirations if you haven't tried? For example, set hive.server2.idle.session.check.operation=true; set hive.server2.session.check.interval=2h; set hive.server2.idle.session.timeout=12h; hive.server2.idle.operation.timeout=8h;
... View more
08-03-2016
06:45 AM
1 Kudo
It should be doable as long as yum install hue works (meaning you have correct /etc/yum.repo.d/HDP.repo) should work. Also you would need to copy hive config and specify the path in hue.ini
... View more
08-02-2016
10:22 PM
1 Kudo
How about checking netstat output as well? For example, as root: netstat -aopen | grep -w <HS2 PID>
... View more
06-09-2016
10:50 PM
If not set, 0.8 will be / should be used.
... View more
06-01-2016
10:08 PM
I hope I'm not misunderstanding the question, but if you didn't set, 0.8 is the default value: public static final double TEZ_CONTAINER_MAX_JAVA_HEAP_FRACTION_DEFAULT = 0.8;
... View more
06-01-2016
10:08 PM
3 Kudos
May I ask which document are you referencing to? If my IDE services me correctly, this parameter is used only in two places (TezClientUtils and AMContainerHelpers), and if you don't set, it uses the default value 0.8 all the time.
... View more