Member since
01-13-2017
40
Posts
0
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5868 | 04-07-2017 05:41 AM | |
1901 | 02-22-2017 06:51 AM |
04-12-2017
12:42 PM
Even a simple select without any joins does not have any benefits to double the number of workers. Performance remain the same either on 4 nodes or 8 nodes.
... View more
04-10-2017
02:17 PM
Yes we have also rebalanced the data.
... View more
04-10-2017
01:57 PM
I've added 4 nodes to my 4 nodes cluster and i don't see any benefits. Queries againsts 8 nodes cluster perform the same as against 4 nodes cluster. All datanodes have same specifications.
... View more
04-07-2017
05:41 AM
In fact the issue was that hbase was not installed.
... View more
03-31-2017
05:41 PM
Still failing using : CREATE TABLE passwd_hbase(userid STRING, uid INT, shell STRING) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,passwd:uid,passwd:shell') TBLPROPERTIES("hbase.table.name" = "mytable"); Caused by: java.lang.NullPointerException at org.apache.hadoop.hbase.zookeeper.ZooKeeperWatcher.getMetaReplicaNodes(ZooKeeperWatcher.java:489) at org.apache.hadoop.hbase.zookeeper.MetaTableLocator.blockUntilAvailable(MetaTableLocator.java:549) at org.apache.hadoop.hbase.client.ZooKeeperRegistry.getMetaRegionLocation(ZooKeeperRegistry.java:61) when executing list command in hbase it throws: ERROR: The node /hbase is not in ZooKeeper. It should have been written by the master. Check the value configured in 'zookeeper.znode.parent'. There could be a mismatch with the one configured in the master.
... View more
03-31-2017
02:12 PM
Hi there. The following statement fails to create HBASE table on hive: CREATE TABLE passwd_hbase(userid STRING, uid INT, shell STRING) STORED BY 'org.apache.hadoop.hive.hbase.HBaseStorageHandler' WITH SERDEPROPERTIES ('hbase.columns.mapping' = ':key,passwd:uid,passwd:shell'); Error: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:java.lang.RuntimeException: java.lang.NullPointerException at org.apache.hadoop.hbase.client.RpcRetryingCaller.callWithoutRetries(RpcRetryingCaller.java:208) at org.apache.hadoop.hbase.client.ClientScanner.call(ClientScanner.java:320) Any idea ? Thx
... View more
Labels:
- Labels:
-
Apache HBase
-
Apache Hive
03-31-2017
06:20 AM
Hi. I've 1 Hive Query running on Spark engine and i see such metrics from History Server logs for the related Application Id: What is the reason to get : CANNOT FIND ADDRESS ? Thx
... View more
Labels:
- Labels:
-
Apache Spark
02-22-2017
06:51 AM
Issuse has been fixed by replacing ODBC version 2.5.22 by 2.5.36
... View more
02-21-2017
01:18 PM
Hi. If adding 3 nodes to my 3 nodes clusters would obviously increase performance by x2 at least ? or there is more parameters to consider to improve to x2 ? Thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Spark
02-21-2017
01:07 PM
Hi. I've been facing an issue with the Cloudera Impala ODBC Driver when runing a simple query like: WITH totals AS ( SELECT * FROM dual ) SELECT * FROM totals; The dual table contains 1 record only but it always returns no record when connected through ODBC while the the same Query with JDBC connection returns 1 record. Any idea ?
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Impala