Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18079 )
Change subject: IMPALA-11055: Remove "exit" from HBase data loading script. ...................................................................... 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 <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/bin/generate-schema-statements.py 1 file changed, 0 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/18079 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I9185704b02c51c7a9cb9aa7fd2a7d1103c8b7cbb Gerrit-Change-Number: 18079 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Reviewer: Vihang Karajgaonkar <[email protected]>
