Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
648 views

Distcp in Kerberized Cloudera Cluster throws java.io.IOException: Can't get Master Kerberos principal for use as renewer

I am performing distcp operation to copy the files from one directory to another in same cluster. It is a Kerberized Cloudera Hadoop Cluster. Command I ran: hadoop distcp -overwrite hdfs://nameservice/...
Vijay's user avatar
  • 123
-1 votes
1 answer
4k views

Client cannot authenticate via: [TOKEN, KERBEROS)

From my spark application I am trying to distcp from hdfs to s3. My app does some processing on data and writes data to hdfs and that data I am trying to push to s3 via distcp. I am facing below error....
Mukesh Kumar's user avatar
0 votes
1 answer
43 views

Migrating Hadoop Clusters from Big Insights to Cloudera

What are the best approaches to migrate clusters of size 1 TB from Big Insights to Cloudera. Cloudera being a kerborized cluster. The current approach which we are following is through batches: a. ...
Sridar V's user avatar
1 vote
1 answer
2k views

Transfer of files from unsecured hdfs to secured hdfs cluster

I wanted to transfer files from unsecured HDFS cluster to kerberized cluster. I am using distcp to transfer the files. I have used the following command. hadoop distcp -D ipc.client.fallback-to-...
Midhun Mathew Sunny's user avatar