Member since
12-09-2015
103
Posts
82
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3552 | 04-17-2016 06:56 AM | |
2639 | 04-13-2016 11:39 AM | |
2798 | 03-17-2016 10:01 AM | |
4668 | 02-22-2016 06:50 AM | |
2020 | 02-17-2016 09:36 AM |
11-06-2024
12:29 AM
1 Kudo
Hi, I am trying to connect hive database from nodejs using hive-driver npm. In that code,the session cannot be established to access the hive database. I am putting the console for each and every variables,but the log was printed,before the session establishing code only.please anyone help me on this.please refer a snap shot below.
... View more
02-04-2020
04:02 PM
@asmarz,
One of our members posted a reply on how to add users in the thread you posted a similar question to later the same day.
As this is an older thread which was previously marked 'Solved', you would have a better chance of receiving a resolution by starting a new thread. This will also provide the opportunity for you to provide details specific to your environment about what you did in an attempt to add the relevant user accounts that could aid others in providing a more relevant, accurate answer to your question.
... View more
01-27-2020
12:16 PM
Thanks for the information. In using this command, it did cause some serious performance degradation when writing to HDFS. Every 128MB block would take about 20-30 secs to write to HDFS. The issue had to do with trying to compress the tar file. It's better to remove the "z" flag in tar and not compress. Just to provide some numbers, writing almost 1TB of data from local disk to HDFS would take 13+ hours with compression (z) and it would actually eventually fail due to kerberos ticket expiration. Removing the "z" flag, the copy to HDFS took less than an hour for the same 1TB of data!
... View more
04-13-2016
05:52 PM
Can you help me with working demo of enabling service level authorisation for yarn. I followed the steps in https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/ServiceLevelAuth.html#Enable_Service_Level_Authorization but it is not working. I can run yarn jobs from any user irrespective of the acl settings. I tried this in HDP 2.3.4.0 with Ambari 2.2.0 FYI, ranger plugin policies are working fine. I tried this with and without enabling ranger plugin. However service level authorisation is working fine in case of apache hadoop.
... View more
03-29-2016
02:25 PM
atlast, am able to hit 127.0.0.1:8080 after several times deleting and importing VM's . in my case, the problem is am able to start ambari server , ambari agent ..but couldnot in web. i checked in windows command prompt whether it is listening to port 8080 by command 'netstat' ..it didnot listening so i added port 8080 in windows firewall advanced settings.. after starting ambari serevr..waited for few minutes and then hitted 127.0.0.1:8080 successsfully...
... View more
05-16-2016
11:53 AM
Hello I have forgotten about this, but at the end I have actually got it to work. What needs to be done was using kadmin to create a new keytab, and and add principal ambari-server@KRB.HDP to the keytab. Also it needs a full restart of the sandbox. See Setup Kerberos for Ambari Server Thanks to @Geoffrey Shelton Okot for pointing the right direction
... View more
03-17-2016
10:37 AM
2 Kudos
thanks , it worked now 😉
... View more
12-09-2018
07:56 AM
Its a firewall issue, added the firewall rule in amabari server and fixed the password less login issue to register the host.
... View more
02-22-2016
12:33 PM
Iif you put this machine in a separate config group and remove referencw to the directories used you can keep the machine up. Removing disk and not replacing will mean your data will be writing to OS filesystem. Also do what Benjamin siggests and increase tolerance.
... View more