Member since
08-04-2017
18
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2003 | 01-08-2019 09:11 AM |
10-22-2019
10:48 AM
Hi Team,
Does kudu tables show up in Cloudera Navigator search for metadata. These tables are created in Impala as Kudu storage type and I'm unable to see them in Navigator. I did not apply any filters in search.
Any possible reason?
Thanks,
Meher
... View more
Labels:
01-08-2019
09:11 AM
I'm able to get this working. Will close this post. Thanks, Meher
... View more
01-07-2019
08:21 PM
Team, I have 1000 tables in my source RDBMS and I would like to get them migrated to hive using pyspark I read through documentation and found that below two commands would help. Is there a way I can loop these two commands 1000 times if I have all the list of tables in a python array? arr = ("table1","table2") for x in arr: df = spark.read.format("jdbc").blah.blah data.write.saveAsTable.blah.blah If someone has a working solution for this could you please share. I tried but it is not throwing any error but at same time not writing anything. Thanks Meher
... View more
Labels:
- Labels:
-
Apache Spark
09-24-2018
01:26 PM
I'm able to resolve this issue. In my case IP address is incorrect in /etc/hosts file. Once corrected able to add host successfully. Thanks, Meher
... View more
08-13-2017
04:57 AM
As I specified in my earlier post just change port 8020 to 3306 which you specified in your first post. It should work.
... View more
08-04-2017
07:25 PM
Hi Sriraaman, The problem is the port for mysql quickstart db is 3306 and not 8020. It worked when I changed the port to 3306. Regards, Meher
... View more