Member since
02-02-2016
583
Posts
518
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3174 | 09-16-2016 11:56 AM | |
1354 | 09-13-2016 08:47 PM | |
5344 | 09-06-2016 11:00 AM | |
3093 | 08-05-2016 11:51 AM | |
5168 | 08-03-2016 02:58 PM |
08-05-2016
11:51 AM
1 Kudo
Hi @sankar rao This seems to be an known issue with Ambari, please refer below bug for more info and see if version matches. https://issues.apache.org/jira/browse/AMBARI-12931
... View more
08-03-2016
03:43 PM
As mentioned in my previous comment, can you please check inside /usr/hdp/current/hive-server2/lib/ directory? If its not there then try to copy all the ranger plugin jars from /usr/hdp/2.3.4.7/ranger-hive-plugin/lib/ to /usr/hdp/current/hive-server2/lib/ and restart the hiveserver2.
... View more
08-03-2016
02:58 PM
1 Kudo
Looks like ranger plugin jar is not present under HS2 lib directory, can you please cross check before jar exist under /usr/hdp/current/hive-server2/lib/? ranger-hive-plugins-<version>.jar
... View more
08-03-2016
10:09 AM
3 Kudos
Hi @Jaime Currently HDP 2.4.2 only support spark 1.6, therefore you won't see spark 2.0 in the repository. We don't recommend to install versions which are not tested which specific HDP release. https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_HDP_RelNotes/content/ch_relnotes_v242.html However if you are looking to test spark 2.0 on HDP then can you download the spark source code and build it with HDP dependencies.
... View more
07-29-2016
10:47 AM
2 Kudos
I'm assuming you are talking about pig java UDF's here is a good tutorial for the same. https://cwiki.apache.org/confluence/display/PIG/How+to+set+up+Eclipse+environment http://www.tutorialspoint.com/apache_pig/apache_pig_user_defined_functions.htm http://www.hadooptpoint.com/how-to-write-pig-udf-example-in-java/ For Pig Plugins: https://cwiki.apache.org/confluence/display/PIG/PigTools
... View more
07-29-2016
10:26 AM
1 Kudo
You can run below commands to find the hdp version. hdp-select
or
rpm -qa|grep hadoop
... View more
07-28-2016
01:27 PM
Manual change won't work becuase when you restart the service through Ambari, confs it will get overwrite. I believe only change remaining is adding in hive-site.xml through Ambari and restart service.
... View more
07-28-2016
01:11 PM
Yes, under same location. just after below line "# Folder containing extra libraries required for hive compilation/execution can be controlled by:
... View more
07-28-2016
12:49 PM
Hi @Hocine Bouzelatplease accept this answer if suggsted workaround worked for you.
... View more
07-28-2016
11:59 AM
Looks like it still didn't picked the jar file, lets try another approach. In hive-env.sh file through Ambari. export HIVE_AUX_JARS_PATH=<jar1 file path>,<jar2 file path> And restart the services.
... View more