Member since
05-07-2018
32
Posts
0
Kudos Received
0
Solutions
03-22-2024
08:04 AM
1 Kudo
Updating the appropriate Docs Link: For CDP Installation: https://docs.cloudera.com/cdp-private-cloud-upgrade/latest/release-guide/topics/cdpdc-os-requirements.html For CDSW Installation: https://docs.cloudera.com/cdsw/1.10.5/installation/topics/cdsw-application-block-device-or-mount-point.html HTH.
... View more
07-26-2023
11:20 AM
Hi There, I checked with your jar and partially working, but also got below error, better if you can help to provide location / link of source code and piece of code which need to change along with file name. Error: java.lang.NoClassDefFoundError: com/ibm/spss/hive/serde2/xml/XmlInputFormat$XmlRecordReader
... View more
05-03-2021
05:45 AM
1 Kudo
@PURUSHOTHAMAN_S Your question was asked and answered recently, here: Re: SCP file transfer between Hortonworks Sandbox to Windows local host
... View more
08-17-2020
01:48 AM
The issue could be associated with the corrupt permissions in NM local-dir (usercache) are causing the shuffle fetch failure which may occur due to the below reasons, 1.Disk failure cause the fetch failure 2. Network issue causes the fetch failure This can be overcome by carrying out the below steps in the NodeManger installed nodes. * Stop the NM instance on the node * Remove YARN NM local-dir path - sudo rm -rf /JBOD_D${i}/hadoop/cdh/yarn/nm/*" where ${i} is the iteration over the disks that each participate as NM local-dir storage - the idea is to leave /JBOD_D${i}/hadoop/cdh/yarn/nm in place on each disk, but remove everything below that point. * Restart the NM instance and it will recreate the structure with the appropriate permissions. Once you have implemented the above solution and if it continues to working well, then please spare few minutes to hit the "Accept as Solution"
... View more
08-13-2020
09:08 AM
@torafca5 Could you please try downloading the jar from the below link, http://www.congiu.net/hive-json-serde/1.3.8/hdp23/json-serde-1.3.8-jar-with-dependencies.jar Once the jar is downloaded, move the jar to the location /usr/hdp/3.0.1.0-187/hive/lib. Please place the jar on all the nodes hosting Hive services. Also, please make sure you are not using LLAP(HiveserverInteractive) to connect to the hive. add jar command does not work with LLAP. implementing the above recommendation should help overcome this issue.
... View more