I think 16.04 has not always worked well. IIRC, Impala 2.6 was released only a month or two after Ubuntu 16.04. Our pre-merge testing and some of our developers use 14.04 with success.
On Thu, Dec 29, 2016 at 8:17 PM, Valencia Serrao <[email protected]> wrote: > Hi All, > > While working to get impala 2.6 setup on a Ubuntu16.04 on ppc64le we are > facing following issue while testdata loading: > > .................................. > 16/12/28 01:56:25 ERROR client.AsyncProcess: Failed to get region location > org.apache.hadoop.hbase.TableNotFoundException: > functional_hbase.hbasealltypeserror > ..................................... > > Here's the complete log. (See attached file: HBaseLog.zip) > > Environment info: > HBase: hbase-1.2.0-cdh5.7.0 > Hadoop: hadoop-2.6.0-cdh5.7.0 > Command used to load data: ${IMPALA_HOME}/buildall.sh -noclean -notests > -testdata > > I had also tried using default hbase-1.2.0-cdh5.8.0, however, it throws a > InvalidTargetException and also the HRegionServer service would not start. > Therefore, I switched back to hbase5.7.0. > > Checking into the create_hbase.sh file, I executed the following query on > hbase shell manually and got the same error as above: > Query: put 'functional_hbase.hbasealltypeserror', '20', 'd:bigint_col', '0' > > IMO the required functional_hbase.hbasealltypeserror table is not getting > created(?). I am further tracing the code to get to the point where the > hbase tables are created i.e. in generate_schema script. > > When tried earlier on Ubuntu15.10, data loading was working fine with the > same environment. > > Please guide me on this issue. > > Regards, > Valencia
