Hi Alex,
I tried building impala again with the following:
HDFS CDH 5.7.0 (
http://www.cloudera.com/documentation/enterprise/release-notes/topics/cdh_vd_cdh_package_tarball_57.html#topic_3
)
HBASE CDH 5.7.0 SNAPSHOT (
http://archive.cloudera.com/cdh5/cdh/5/hbase-1.2.0-cdh5.7.0.tar.gz )
- this required to patch in a fix (
https://issues.apache.org/jira/secure/attachment/12792536/HBASE-15322-branch-1.2.patch
)
HIVE CDH 5.8.0 SNAPSHOT
With the above combination, i'm able to move past the exception and also
have the RegionServer service up and running. However, it now gives error
as below:
********************************************************************************************************************
(load-functional-query-exhaustive-impala-generated-text-none-none.sql):
CREATE EXTERNAL TABLE IF NOT EXISTS functional.decimal_tbl (
d1 DECIMAL,
d2 DECIMAL(10, 0),
d3 DECIMAL(20, 10),
d4 DECIMAL(38, 38),
d5 DECIMAL(10, 5))
PARTITIONED BY (d6 DECIMAL(9, 0))
ROW FORMAT delimited fields terminated by ','
STORED AS TEXTFILE
LOCATION '/test-warehouse/decimal_tbl'
(load-functional-query-exhaustive-impala-generated-text-none-none.sql):
USE functional
(load-functional-query-exhaustive-impala-generated-text-none-none.sql):
ALTER TABLE decimal_tbl ADD IF NOT EXISTS PARTITION(d6=1)
Data Loading from Impala failed with error: ImpalaBeeswaxException:
INNER EXCEPTION: <class
'impala._thrift_gen.beeswax.ttypes.BeeswaxException'>
MESSAGE:
Error: null
******************************************************************************************************************
Here is the complete log for the same. (See attached file:
data-load-functional-exhaustive.log)
It would great if you could guide me on this issue, so i could proceed with
the fe tests.
Still awaiting link to the source code of HDFS CDH 5.8.0
Regards,
Valencia