Member since
02-19-2016
26
Posts
1
Kudos Received
0
Solutions
01-09-2025
09:45 AM
Hi Kalpit It seems you are using a custom installation of Hadoop and Hive and using MapReduce as an execution engine for Hive, which is deprecated. Please refer to this article and see if it helps: https://community.cloudera.com/t5/Support-Questions/Getting-exception-while-inserting-the-file-having-multi/m-p/202630#M164636 if not please provide table DDL and insert command in use. Rgds
... View more
10-16-2024
01:29 PM
Hi @allen_chu , Let me know if my understanding is correct You are trying to insert data on Hive using spark thrift server and it is getting stuck. However, when you insert the data using beeline you managed to insert the data. Which CDP version you are using ? Do you see any Yarn application getting created ?
... View more
10-16-2024
08:00 AM
hi @NagendraKumar , You can use puthiveql as described in this article https://community.cloudera.com/t5/Support-Questions/how-to-use-puthiveql-in-NIFI/td-p/204542
... View more
10-02-2024
07:12 AM
@NagendraKumar were you able to truncate the data with the processor that my colleague Smruti mentioned?
... View more
10-02-2024
06:56 AM
@NagendraKumar were you able to truncate the data with the processor that my colleague Smruti mentioned?
... View more
04-23-2018
06:09 PM
1 Kudo
Hi @Andrey Ne The following solution worked for me. I added these two properties on my customized %spark2py3 interpreter. PYSPARK_DRIVER_PYTHON /usr/local/anaconda3/bin/python3 PYSPARK_PYTHON /usr/local/anaconda3/bin/python3
... View more