mirror of
https://github.com/apache/impala.git
synced 2026-01-28 00:04:45 -05:00
load-functional-query-exhaustive-hbase-generated.create failed with newer HBase shell from version 2.4.6. HBase shell throws the following error at the end of script execution: ERROR NoMethodError: private method `exit' called for nil:NilClass Since we run the script in non-interactive way, it is safe for us to remove this last "exit" command from script. Testing: - Complete data loading without error. - Pass core tests. Change-Id: I9185704b02c51c7a9cb9aa7fd2a7d1103c8b7cbb Reviewed-on: http://gerrit.cloudera.org:8080/18079 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>