Files
impala/testdata/bin
Riza Suminto 8d92ba15a5 IMPALA-11055: Remove "exit" from HBase data loading script.
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>
2021-12-11 00:19:17 +00:00
..