Member since
04-03-2019
962
Posts
1743
Kudos Received
146
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
10992 | 03-08-2019 06:33 PM | |
4766 | 02-15-2019 08:47 PM | |
4082 | 09-26-2018 06:02 PM | |
10400 | 09-07-2018 10:33 PM | |
5479 | 04-25-2018 01:55 AM |
07-04-2017
03:08 PM
hi, I need to write in a local file using a action. but similarly I get the permission error. do you have any idea?
... View more
05-21-2019
04:59 PM
@Kuldeep Kulkarni - how we can schedule a weekly cron job on edge node which will run balancer and send the results via email to Hadoop Admin. Kindly help.
... View more
08-27-2016
02:02 PM
Hello Team, Facing same problem, SSl with kerberos. Throws broken pipe error. Below message from beeline. [hive@ivlhdp376 ~]$ beeline
WARNING: Use "yarn jar" to launch YARN applications.
Beeline version 1.2.1000.2.4.2.0-258 by Apache Hive
beeline> !connect jdbc:hive2://ivlhdp376.informatica.com:10000/default;principal=hive/ivlhdp376.informatica.com@INFAKRB.INFADEV.COM;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf
Connecting to jdbc:hive2://ivlhdp376.informatica.com:10000/default;principal=hive/ivlhdp376.informatica.com@INFAKRB.INFADEV.COM;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf
Enter username for jdbc:hive2://ivlhdp376.informatica.com:10000/default;principal=hive/ivlhdp376.informatica.com@INFAKRB.INFADEV.COM;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf: rangerhive/ivlhdp376.informatica.com@INFAKRB.INFADEV.COM
Enter password for jdbc:hive2://ivlhdp376.informatica.com:10000/default;principal=hive/ivlhdp376.informatica.com@INFAKRB.INFADEV.COM;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf: **********
Error: Could not open client transport with JDBC Uri: jdbc:hive2://ivlhdp376.informatica.com:10000/default;principal=hive/ivlhdp376.informatica.com@INFAKRB.INFADEV.COM;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf: Invalid status 21 (state=08S01,code=0) , Hello Team, I am facing trouble with same, using HDP 2.4.2 with ambari 2.2. Kerberos enabled and running. SSL working fine for hdfs,yarn,mapreduce. But its not working with hiveserver2. getting below message in beeline. beeline> !connect jdbc:hive2://ivlhdp376.informatica.com:10000/default;principal=hive/xxx@yyyy;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf
Connecting to jdbc:hive2://xxx:10000/default;principal=hive/xxx@yyyy;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf
Enter username for jdbc:hive2://xxx:10000/default;principal=hive/xxx@yyyy;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf: rangerhive/xxx@yyyy Enter password for jdbc:hive2://xxx:10000/default;principal=hive/xxx@yyyy;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf: **********
Error: Could not open client transport with JDBC Uri: jdbc:hive2://xxx:10000/default;principal=hive/xxx@yyyy;ssl=true;sslTrustStore=/etc/hive/conf/truststore.jks;trustStorePassword=password;saslQop=auth-conf: Invalid status 21 (state=08S01,code=0)
0: jdbc:hive2://ivlhdp376.informatica.com:100 (closed)> logserver give broken pipe error. Help me to fix it.
... View more
04-04-2016
08:56 AM
No problem! @Rajendra Vechalapu
... View more
04-09-2018
06:10 PM
1 Kudo
@Harendra Sinha - No Oozie WebUI is readonly. You can have a look at Workflow manager from Ambari which has great features to design/run/re-run oozie workflows.
... View more
07-27-2016
02:10 PM
@Kuldeep Kulkarni I got the same error message. only difference is my env is kerborized & both my rm's are not in standby mode. [yarn@m1 root]$ yarn rmadmin -getServiceState rm1 standby [yarn@m1 root]$ yarn rmadmin -getServiceState rm2 active Ambari doesn't show the state of RM, but getting same exception as above. i tried to switch the roles and that didnot help. Any help is appreciated.
... View more
03-16-2016
03:53 AM
1 Kudo
Thanks @Hajime - It was a real hint for solving this issue
... View more
03-16-2016
03:55 AM
1 Kudo
@Jitendra Yadav - I have tested and it's working! Thank you. https://community.hortonworks.com/questions/23151/how-to-specify-multiple-fencing-methods-in-dfshafe.html#answer-23221
... View more
03-17-2016
02:26 AM
This is currently not supported by Ambari. Ambari 3.0 would have this feature..
... View more
12-02-2016
02:30 PM
3 Kudos
@Saurabh I have resolved this kind of error for multiple customers by following below steps: #Command 1: hadoop fs -put /usr/hdp/current/atlas-server/hook/hive/* hdfs://<NN>/user/oozie/share/lib/lib_<Timestamp>/hive/ #Command 2(Please run below command on Oozie server as 'oozie' user): oozie admin -oozie http://<oozie-server:11000/oozie -sharelibupdate Re-run your Oozie workflow, It should succeed without any issue. Hope this helps! Note - Update Oozie sharelib part is missing in the stackoverflow's answer.
... View more