Member since
03-27-2018
26
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6125 | 07-22-2016 06:17 AM | |
6803 | 06-12-2016 07:07 AM |
04-28-2020
07:28 AM
Please check below command, here 2> /dev/null will consume all the logs and error. It will now allow standard output to be shown: beeline -u jdbc:hive2://somehost_ip/ -f 2> /dev/null hive.hql >op.txt if you like this please give me kudos. Thanks!!!
... View more
12-09-2016
09:51 AM
@jss hi, thanks for your detailed reply and i was sorry it's a long time it's a long week for me I use oozie to drive my hive on tez job via hiveserver2 to have this issue. Afterwards I change hive execution engine to mr, the job goes well, doesn't not occur this issue again, but job finished so slowly So i think it's about tez lib It's hard to use $JAVA_HOME/bin/jinfo $PID | grep java.class.path to get the hive runtime classpath I pick up some information from oozie console HADOOP_CLASSPATH=::/usr/share/java/mysql-connector-java-5.1.17.jar:/usr/share/java/mysql-connector-java.jar:/usr/hdp/2.3.2.0-2950/tez/*:/usr/hdp/2.3.2.0-2950/tez/lib/*:/usr/hdp/2.3.2.0-2950/tez/conf::/usr/share/java/mysql-connector-java-5.1.17.jar:/usr/share/java/mysql-connector-java.jar:/usr/hdp/2.3.2.0-2950/tez/*:/usr/hdp/2.3.2.0-2950/tez/lib/*:/usr/hdp/2.3.2.0-2950/tez/conf:
and uploaded my classpath info as an attachment hope this can provide u more information to help me solve this issue I appreciate it, thank youclasspath.txt
... View more
03-07-2017
06:59 PM
Hi @Artem Ervits ... I have opened new thead in HCC. Below is the link, https://community.hortonworks.com/questions/87491/ambari-server-setup-v2410-error-cannot-import-name.html
... View more
01-25-2017
09:55 AM
Hi, you need to give your Ubuntu host a domain name which you then add as the FQDN. For the second part, you need to copy your id_rsa file you created and paste it into the SSh private key box. (It is either the id_rsa or id_rsa.pub, i cant remember), as shown in the image above.
... View more
11-18-2016
09:06 AM
thanks for reply i am not here for so long I know the issue now, it's because the table in DB has been broken so it can't not work well
... View more
07-22-2016
06:19 AM
hi i found the solution, thx bro
... View more
07-22-2016
03:43 AM
no,it's not about the disk space,yarn schedule it the key
... View more