Riza Suminto has uploaded this change for review. ( 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 --- M testdata/bin/generate-schema-statements.py 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/79/18079/1 -- 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: newchange Gerrit-Change-Id: I9185704b02c51c7a9cb9aa7fd2a7d1103c8b7cbb Gerrit-Change-Number: 18079 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]>
