Member since
03-23-2015
1288
Posts
114
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3350 | 06-11-2020 02:45 PM | |
5067 | 05-01-2020 12:23 AM | |
2862 | 04-21-2020 03:38 PM | |
3564 | 04-14-2020 12:26 AM | |
2360 | 02-27-2020 05:51 PM |
04-10-2018
04:16 AM
1 Kudo
Hi Miles, All CDH components, including, but not limited to Hive, Impala, Kafka, Sentry, HDFS, Solr, Flume, as well as Cloudera Manager are free software. You can download and install on your cluster free of charge. If you decide to do self support, i.e., resolve issues yourselves when you encounter problems, then you can use those software for as long as you want, and on as big the cluster as you like. Cloudera only charges for subscription fees, which means our dedicated Support Engineers will help you to resolve any issues in your cluster as well as providing bug fixes and new feature you would require. Those subscriptions are node based as you can see from the pricing page. So in short, CDK is free, we only charge if you need further support from us to help you resolve issues.
... View more
04-10-2018
03:57 AM
Can you please share the Oozie command that you ran? Also, any errors you can capture from the Oozie server log? Have you also tried a few different users, like "hdfs", "oozie", "hive" etc to see if behaviours are different due to user difference?
... View more
04-08-2018
05:11 PM
1 Kudo
What' the command you used to run impala-shell? Did you have "--ssl" options set for impala-shell command?
... View more
04-08-2018
05:07 PM
Hi, You used the wrong Oozie URL, once the cluster is kerberized, you need to use the Oozie URL that matches with the kerberos principal. So please update the URL from : http://localhost:11000/oozie To: http://<oozie-url>:11000/oozie Let me know if that helps.
... View more
04-04-2018
09:26 PM
Did you kinit before running impala-shell command? Please run "klist" to confirm, or simply kinit again. You can also turn on Kerberos debugging to see if it is kerberos related error: KRB5_TRACE=/tmp/impala-kerberos-debug.log impala-shell -k -i trwor-b9a4f2a7.azcloud.local Then please share the output in the log file /tmp/impala-kerberos-debug.log.
... View more
04-04-2018
01:26 AM
1 Kudo
Have you tried to DROP FUNCTION and then RELOAD to reload the new JAR file? And then re-CREATE the function to see if it will work?
... View more
03-22-2018
07:47 AM
Hi, Thanks for the screenshot. From the screenshot, I can see that you created myfiles directory under "/", however, you were browsing /user/cloudera directory in Hue. Can you please browse to "/" directory in Hue to see if you can see your "myfiles" directory? Thanks
... View more
03-22-2018
05:59 AM
Looks like you already have another thread opened: http://community.cloudera.com/t5/Batch-SQL-Apache-Hive/Hive-Safety-Valve-configuration-is-not-applied-HiveConf-of-name/td-p/64037 Will follow up there.
... View more
03-22-2018
05:53 AM
I am curious on what you see in Hue? Do you see anything at all? Is it possible to share the screenshot? What about NameNode web UI?
... View more
03-21-2018
08:49 AM
Sorry, just noticed that in the question you mentioned Hue web browser, so again, screenshot should be helpful here so we can see what you get on the interface.
... View more