Member since
05-03-2016
23
Posts
2
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3465 | 04-08-2019 01:04 PM | |
1874 | 02-21-2019 02:37 PM | |
2834 | 11-22-2017 11:35 AM | |
2870 | 06-03-2016 06:49 AM |
04-08-2019
01:04 PM
Got the hint logs are exactly pointing the issue. "ls -ld /" shows me it has 777 permission. Just removed the write permission for group and other users, my issue is solved. All these while I only checked the permission for the subsequent folders after "/" but the problem lies with "/" itself.
... View more
03-05-2019
02:05 PM
1 Kudo
#TO CHANGE KYLIN UI PORT 1. cd /usr/local/apache-kylin-2.6.0-bin/tomcat/conf 2. Open server.xml Change port in Connector Port argument: As shown below Connector Port 7070 is assigned. You can give another port instead of 7070. <Connector port="7070" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="7443"
compression="on"
compressionMinSize="2048"
noCompressionUserAgents="gozilla,traviata"
compressableMimeType="text/html,text/xml,text/javascript,application/javascript,application/json,text/css,text/plain"
/> Thanks
... View more
11-22-2017
11:35 AM
Hey All, After series of tests, we decided to move to Centos 7.4 and Upgrade to HDP-2.6.3.0 With Centos 7.4 and Ambari Version 2.6.0.0, I don't see this issue eventhough I have 'Python 2.7.5' With reference to my previous comment, it looks to be an Ambari issue.
... View more
01-25-2017
06:19 AM
Hey @rguruvannagari, Sorry to reply so late and taking so long time on this. Since Thrift server wasn't required for our project we decided to stop in the cluster. And thank you for the suggestion. Now got some free time and verified. Yarn was keeping it in the ACCEPTED state as long as memory wasn't available. Once memory is available, I can see the hive prompt as the application goes to RUNNING state.
... View more
06-03-2016
06:49 AM
Finally I managed to get a new 16GB machine where I can run the VM with good performance. As an initial practice I was using a 8GB machine. I used the same VM, the command went through fine in 16GB machine and it failed in 8GB machine. Not exactly sure whether memory wasn't sufficient (i didn't see any OOM / related exceptions in 8GB machine) to run these tests in 8GB machine but I am glad the problem is solved. @Ian Roberts, @Predrag Minovic Thanks for taking time to reply. Regards, Vinay MP
... View more