Member since
11-03-2016
17
Posts
2
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3919 | 12-09-2016 01:05 AM |
03-29-2017
10:26 PM
Hi csguna, Thank you for the response. My apologies for the delayed response. Yes, it was the class not found error. The httpclient-4.2.5.jar was placed in the application environment and restart of the services picked the required Jar and started working fine. Thanks once again. Cheers Nagaraj C
... View more
03-07-2017
02:35 AM
Hi Team, In the CDH cluster (5.7.4) with Cloudera Navigator with Key Trustee KMS setup, I'm getting the following error from one of the Java application. Any help will be apprecaited. CDH 5 5.7.4-1.cdh5.7.4.p0.2 KEYTRUSTEE 5.8.2-5.KEYTRUSTEE5.8.2.p0.1 KEYTRUSTEE_SERVER 5.7.0-1.keytrustee5.7.0.p0.5 I found this could be similar to https://github.com/prestodb/presto-hadoop-apache2/issues/15 https://issues.apache.org/jira/browse/HADOOP-11329 Any thoughts to fix this ? Many thanks in advance. java.lang.NoClassDefFoundError: org/apache/http/client/utils/URIBuilder at org.apache.hadoop.crypto.key.kms.KMSClientProvider.createURL(KMSClientProvider.java:495) at org.apache.hadoop.crypto.key.kms.KMSClientProvider.decryptEncryptedKey(KMSClientProvider.java:835) at org.apache.hadoop.crypto.key.KeyProviderCryptoExtension.decryptEncryptedKey(KeyProviderCryptoExtension.java:388) at org.apache.hadoop.hdfs.DFSClient.decryptEncryptedDataEncryptionKey(DFSClient.java:1439) at org.apache.hadoop.hdfs.DFSClient.createWrappedInputStream(DFSClient.java:1509) at org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:311) at org.apache.hadoop.hdfs.DistributedFileSystem$3.doCall(DistributedFileSystem.java:305) at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81) at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:305) at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:778) at <COMPAY>.etl.filesystem.HDFSFile.openInputStream(HDFSFile.java:182) at
... View more
Labels:
- Labels:
-
Cloudera Navigator
01-24-2017
11:00 AM
I remember this error some days back when I was trying to setup a 12 node cluster. As far as the solution, I disabled Kerberos from all services and ensured Kerberos is not enabled across cluster (The security page shows Kerberos disabled) and redo everything to enable Kerberos for Hadoop services. It started working after this. You can try your luck.
... View more
12-09-2016
01:05 AM
Hi Dave, The encryption requies empty HDFS directory to begin with as per the design. I'm afraid that you can't encrypt the old data which is already present. Please refer the below link and there were some good discussion a the end. http://blog.cloudera.com/blog/2015/01/new-in-cdh-5-3-transparent-encryption-in-hdfs/ Cheers Nagaraj C
... View more