Member since
04-12-2019
105
Posts
3
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3654 | 05-28-2019 07:41 AM | |
2204 | 05-28-2019 06:49 AM | |
1807 | 12-20-2018 10:54 AM | |
1285 | 06-27-2018 09:05 AM | |
6969 | 06-27-2018 09:02 AM |
06-13-2018
08:13 AM
Hi Folks, I have 3 node cluster in my environment, where i have configured kerberos & ranger integrated with Active Directory. I have setup one way trust MIT KDC. Users are able to get ticket. Now while i'm running hive query, i'm getting failed query and getting below logs: Application application_1528875723692_0001 failed 2
times due to AM Container for appattempt_1528875723692_0001_000002
exited with exitCode: -1000
For more detailed output, check the application
tracking page:
http://security-test3.example.com:8088/cluster/app/application_1528875723692_0001 Then click on links to logs of each attempt.
Diagnostics: Application
application_1528875723692_0001 initialization failed (exitCode=255) with
output: main : command provided 0
main : run as user is asif
main : requested yarn user is asif
User asif not found
Failing this attempt. Failing the application. Please advice what can i do for solve it. Regards, Vinay
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache YARN
06-13-2018
06:49 AM
@Bhanu Pamu I'm using CentOS 7.3 No i don't any user on OS with same name. I'm using AD users. Yes, I'd created asif user directory in /user. I'm running query on internal hive table.
... View more
06-13-2018
06:24 AM
@Eric Leme According to you, we have to open connection from our Datanode to DB server. Edge is not single pain of glass for communication. Need more research.. Well Thanks 🙂 Regards, Vinay
... View more
06-13-2018
04:55 AM
@Felix Albani It's working. Thanks for quick response. Now i'm running query from end, I'm getting below error in hiveserver2.log Diagnostics: Application application_1528797729105_0016 initialization failed (exitCode=255) with output: main : command provided 0
main : run as user is asif
main : requested yarn user is asif
User asif not found I've configured Kerberos & ranger integrated with Active Directory. I've configured one way trust MIT KDC. asif user have own kerberos ticket. But still asif user not found. Can you further help me? Thanks.
... View more
06-12-2018
12:23 PM
HI Team, I have three node Cluster. I have enabled kerberos in cluster environment. While i'm running any hive query from different users, I'm getting only hive username in history server username who is running query. How can i enable owner name in application? sample screenshot attached. Regards, Vinay capture1.png
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
06-08-2018
12:21 PM
@tsokorai I have increased the hard and soft value in limits.conf. Thanks
... View more
06-08-2018
09:51 AM
Hi All, I was running command hadoop fs -get /user/centos/dist/a.txt I got error during command java.net.SocketException: error creating UNIX domain socket with SOCK_STREAM: Too many open files Open file limit is default limit. I didn't change. Can some one suggest should i have to increase open file limit in sysctl and limit.conf? Thanks vinay
... View more
Labels:
- Labels:
-
Apache Hadoop
06-08-2018
05:02 AM
Thanks @Felix Albani It's working.
... View more
06-05-2018
09:13 AM
@Sparsh Singhal Thanks for response and clear the point. Let me test. Will get back to you. Thanks
... View more
06-05-2018
09:11 AM
@Felix Albani As i understand, My solution is hidden in "mapped using auth_to_local". I have to specify policy in HDFS configuration for provide services access to users based. Correct me if i'm wrong.
... View more