Member since
02-19-2016
25
Posts
1
Kudos Received
0
Solutions
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