Member since
12-05-2017
24
Posts
1
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3184 | 01-01-2018 06:21 PM | |
3368 | 12-30-2017 06:06 PM | |
2831 | 12-29-2017 02:04 AM | |
4121 | 12-09-2017 06:51 AM |
01-01-2018
06:21 PM
1 Kudo
thanks , i solved this problem by updating /etc/hosts file. thanks
... View more
12-30-2017
06:06 PM
hello. the cause of this probelm is ENV variable. so,executing 'source /home/oracle/bash_profile' before any shell.
... View more
12-29-2017
02:04 AM
hello.everyone. the first step in ssh-action is "source /home/oracle/bash_profile",and then you can run oracle command. thanks
... View more
12-19-2017
10:34 PM
hello . i find in the log "oozie-oozi/0000085-171216193057252-oozie-oozi-W/ssh-10af--ssh/ssh-wrapper.sh: line 49: sqlplus: command not found" ---sqlplus: command not found but sqlplus command is executed successfully on the local machine by user oracle . ...........what can i do ?
... View more
12-19-2017
06:46 PM
my ssh-action problem is that, run "ls" or"pwd" or "mkdir dirtest" or "java -version" with ssh action is successful. but, when i run "sqlplus","sqlplus user/pass","sqlplus user/pass@localhost/pdb1 @test.sql " is failed and there is not any useful log in "log" tab or "oozie-oozie" directory. and you know i want execute some oracle sql statement bu oozie ssh action. thank you very much.
... View more
Labels:
- Labels:
-
Apache Oozie
-
Cloudera Hue
12-19-2017
06:43 PM
my oozie ssh-action problem is that, run "ls" or"pwd" or "mkdir dirtest" or "java -version" with ssh action is successful. but, when i run "sqlplus","sqlplus user/pass","sqlplus user/pass@localhost/pdb1 @test.sql " is failed and there is not any useful log in "log" tab or "oozie-oozie" directory. and you know i want execute some oracle sql statement bu oozie ssh action. thank you very much.
... View more
Labels:
- Labels:
-
Apache Oozie
-
Cloudera Hue
12-18-2017
07:55 PM
A simple oozie [ cloudera 5.9 ] SSH action(ls -l) takes 10 minutes to execute or times out, though succeeds eventaully ..... Why We have a sood size oozie server [ where the shh action executes from ] and another linux machine [ where the ssh action is remotely executed ], yet the time to execute takes nearly 10 minutes....the result is succesful ....eventually . Is this normal? i meet the same problem as here , 'CURL' is installed on each machine. but, i don't understand the meaning of "Can you make sure that the target machine is able to send a GET request to the Oozie server" replyed by Robert K.,and how can i test it? how can i solved this problem? thank you very much!
... View more
Labels:
- Labels:
-
Apache Oozie
-
Cloudera Hue
12-14-2017
12:13 AM
MReynolds:thanks a lot! solved my big problem!
... View more
12-09-2017
06:51 AM
hello everyone. i had solved the problem. the cause is MySql database encoding, run the following command solved the problem "alter database hive character set latin1" . dropping the "hive" database and regenerate "hive" database. Thanks !.
... View more
12-06-2017
03:23 AM
I have a 5 node cluster, where I have deployed CDH-5.9.0-1.cdh5.9.0.p0.23-el7.parcel
Other details: Java Version: 1.8., CentOS Linux release 7.3
Now, all the services are up and running except for Hive- Hive Metastore, and which in turn results for Impala's bad health. The major issue is that the Hive metastore is not coming up and throws the below error:
java.lang.NullPointerException at org.apache.hadoop.hive.metastore.ObjectStore.getObjectCount(ObjectStore.java:1103) at org.apache.hadoop.hive.metastore.ObjectStore.getTableCount(ObjectStore.java:1081) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:103) at com.sun.proxy.$Proxy7.getTableCount(Unknown Source) at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.updateMetrics(HiveMetaStore.java:6244) at org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.init(HiveMetaStore.java:528) at org.apache.hadoop.hive.metastore.RetryingHMSHandler.<init>(RetryingHMSHandler.java:78) at org.apache.hadoop.hive.metastore.RetryingHMSHandler.getProxy(RetryingHMSHandler.java:84) at org.apache.hadoop.hive.metastore.HiveMetaStore.newRetryingHMSHandler(HiveMetaStore.java:6280) at org.apache.hadoop.hive.metastore.HiveMetaStore.newRetryingHMSHandler(HiveMetaStore.java:6275) at org.apache.hadoop.hive.metastore.HiveMetaStore.startMetaStore(HiveMetaStore.java:6525) at org.apache.hadoop.hive.metastore.HiveMetaStore.main(HiveMetaStore.java:6452) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.hadoop.util.RunJar.run(RunJar.java:221) at org.apache.hadoop.util.RunJar.main(RunJar.java:136) Exception in thread "main" java.lang.NullPointerException
On further investigating the logs, I found the message as below:
Can't open /opt/cm5.9.0/run/cloudera-scm-agent/process/{PID}-hive-HIVEMETASTORE/supervisor.conf: Permission denied. But i think this "Permission denied" isn't the cause,because this "Permission denied" is appearing while starting HBase too,so, i think this "Permission denied" isn't the cause. By the way, hive MetaStore link to Mysql metaDataBase is ok, it can create table and insert data automatically.
This trouble is the same as here , Nobody reply except me.
Anyone faced the same issue and got this fixed or has any idea about the issue..THANKS!
... View more
Labels: