Member since
10-20-2015
14
Posts
9
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2359 | 02-15-2016 06:35 PM |
06-03-2016
12:54 PM
Hi, to install the python-pip, you have to install the epel-release repos: Steps can be found below: http://sharadchhetri.com/2014/09/07/install-epel-repo-centos-7-rhel-7/ After installing the epel-release repo: (found in the link above) yum install wget
wget -r --no-parent -A 'epel-release-*.rpm' http://dl.fedoraproject.org/pub/epel/7/x86_64/e/
rpm -Uvh dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-*.rpm clean up the yum repo.: yum clean all and then try installing: yum install python-pip Once the installation is complete, proceed to retry the zeppelin installation. Hope this helps!
... View more
05-25-2016
08:19 PM
Hi, I am using Apache Zeppelin on HDP 2.4 and was wondering how would i choose/change the queue in which my jobs are being submitted? Currently it goes into the default queue but I would like to dedicate a queue for zeppelin alone, and run all jobs submitted from zeppelin there. But I am unable to switch the queue. Can anyone suggest me how to do it? Thanks
... View more
Labels:
- Labels:
-
Apache Zeppelin
02-15-2016
06:35 PM
I still couldn't find out why the error occured, but I re-registered the jar with from a different location in the HDFS (double checking the same permissions for the new path as the previous one) and it worked.
... View more
02-15-2016
06:33 PM
Hi, The Hive CLI and Hue Server were not running on the same
machine. Also, the jar was seen and accessed properly as we could access
all the methods except the p.aes_decrypt.
... View more
12-11-2015
09:57 PM
2 Kudos
I
am facing a peculiar issue with an UDF in Hue. My
team has a UDF which has 2 functions : encrypt and decrypt which they
register in hive as p.aes_encrypt and p.aes_decrypt. All users can
access both the functions using Hive CLI but the non-root users (except hadoop group) cannot use the p.aes_decrypt
function via Hue (gives NoClassDefFoundError) but can use the
p.aes_encrypt function (from the same jar).
I have already tried with
re-registering the function and the decrypt function still doesn't work
via Hue.(while the same works on CLI). If I register the function with a different function name, it works. I have also checked the classpath
and the corresponding jar is present. The permissions
on the jar and the jar path are also correct.
Please provide any insights
so as to why can't a user use the p.aes_decrypt function while he can
use the p.aes_encrypt function and both are from same jar.
Thanks,Vaibha
... View more
Labels:
- Labels:
-
Apache Hive
-
Cloudera Hue