Member since
06-26-2013
416
Posts
104
Kudos Received
49
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
7129 | 03-23-2016 08:06 AM | |
12432 | 10-12-2015 01:56 PM | |
4276 | 03-05-2015 11:11 AM | |
5798 | 02-19-2015 02:41 PM | |
11556 | 01-26-2015 09:55 AM |
02-14-2018
12:37 AM
try add allow port on firewalld on host, this solved my prob $ firewall-cmd --zone=public --add-port=9000/tcp (Centos7) or $ service firewalld disable Hope this may help
... View more
01-08-2018
10:01 AM
+1 I am also facing same issue ....
... View more
01-08-2018
07:56 AM
HI, The link is not working. Can someone please send me the updated link on working Impala with D3 JS. Thanks, Phani.
... View more
09-14-2017
02:54 PM
When you run OfflineMetaRepair, most likely you will run it from your userid or root. Then we may get some opaque errors like "java.lang.AbstractMethodError: org.apache.hadoop.hbase.ipc.RpcScheduler.getWriteQueueLength()". If you check in HDFS, you may see that the meta directory is no longer owned by hbase: $ hdfs dfs -ls /hbase/data/hbase/
Found 2 items
drwxr-xr-x - root hbase 0 2017-09-12 13:58 /hbase/data/hbase/meta
drwxr-xr-x - hbase hbase 0 2016-06-15 15:02 /hbase/data/hbase/namespace Manually chown -R it and restart HBase fixed it for me.
... View more
09-09-2017
12:28 AM
How to point namenode particular txid ?
... View more
08-16-2017
05:26 AM
Hi, I'm still getting these errors even though I'm mentioning it as you suggested. <exec>${automationAppRoot}/scripts/common/get_current_time_in_seconds.sh</exec> <file>${automationAppRoot}/scripts/common/get_current_time_in_seconds.sh</file> And, this issue is intermittent. Any idea? Regards, Subu.
... View more
04-18-2017
11:10 PM
i have an error after that step hive> insert overwrite table hbase_table_2 select concat(ename,":",eno)as key,ename,eno,eage,esalary from emp; Query ID = usr_20170419111919_299ad34e-a846-45fa-8334-84291d3dc9f1 Total jobs = 1 Launching Job 1 out of 1 Number of reduce tasks is set to 0 since there's no reduce operator Job running in-process (local Hadoop) Hadoop job information for Stage-0: number of mappers: 0; number of reducers: 0 2017-04-19 11:20:15,620 Stage-0 map = 0%, reduce = 0% Ended Job = job_local1415977764_0001 with errors Error during job, obtaining debugging information... Job Tracking URL: http://localhost:8080/ FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask MapReduce Jobs Launched: Stage-Stage-0: HDFS Read: 0 HDFS Write: 0 FAIL Total MapReduce CPU Time Spent: 0 msec
... View more
03-02-2017
07:23 AM
2 Kudos
Bit late to reply, but if the cluster is secure, try pointing the hbase configuration to the spark driver and executor classpath explicitly using 'spark.executor.extraClassPath' and 'spark.driver.extraClassPath'. Also make sure that the host from where you are running the spark command has the gateway role added. Example: $ pyspark --jars /opt/cloudera/parcels/CDH/jars/spark-examples-1.6.0-cdh5.7.3-hadoop2.6.0-cdh5.7.3.jar,/opt/cloudera/parcels/CDH/jars/hbase-examples-1.2.0-cdh5.7.3.jar --conf "spark.executor.extraClassPath=/etc/hbase/conf/" --conf "spark.driver.extraClassPath=/etc/hbase/conf/"
... View more
02-13-2017
12:17 AM
Many Thanks, it worked for me! I followed Yugune's reply. The workaround is to remove /usr/share/java/*.jar from common.loader=... in /var/lib/sqoop2/tomcat-deployment/conf/catalina.properties.
... View more
09-15-2016
05:50 AM
hi ....... i am runnnig cloudera sandbox on Vmware . i want to connect from wiindow using java program want to create table in hbase.
... View more