Member since
07-16-2016
13
Posts
0
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2416 | 09-18-2017 07:26 PM | |
2245 | 06-19-2017 05:47 AM | |
2134 | 06-19-2017 05:35 AM |
09-18-2017
07:26 PM
For any of those getting the same error, I have solved it finally. I forgot to properties in hdfs-site.xml and core-site.xml as you can see in this commit: https://github.com/Knappek/docker-hadoop-secure/commit/2214e8723048bc5403a006a57cbb9732d5cec838 .
... View more
06-19-2017
05:35 AM
I finally solved it by myself by re-building the container-executor binary from the source code manually. This post explains how to do that. Everything can also be seen in the Dockerfile of my project of a single node kerberized hadoop cluster using docker on Github and Dockerhub.
... View more
05-23-2017
10:09 PM
2 Kudos
@Andreas Knapp - I think you accidentally asked the same question twice: https://community.hortonworks.com/questions/104437/can-not-start-secure-datanode-can-not-find-jsvc-da.html Can you please close this one.
... View more
06-19-2017
05:47 AM
I finally solved it by myself by not using JSVC but using SASL instead as described in the official Apache documentation and in the HWX docu. I've created a single node Hadoop cluster using Docker which is on Github and Dockerhub.
... View more
02-22-2017
11:18 AM
@Predrag Minovicyes thank you, that could do the job, I was just wondering if it has been already implemented to enable it like you do with Namenode etc.
... View more
11-27-2018
05:52 AM
You can check the HDP version from Ambari UI. for 2.7 and Higher Version : Stack and Versions->Versions for 2.6 or Lower Version : Admin->Stack and Versions->Versions From Command Line try these commands to check the HDP version. hdp-select rpm -qa|grep hadoop
... View more