Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-11
Description
Downstream build failed to run load-functional-query-exhaustive-hbase-generated.create with newer HBase shell from version 2.4.6. Following is the tail log of data-load-functional-exhaustive.log.
ERROR: Table functional_hbase.utf8_str_tiny does not exist. For usage try 'help "drop"'Took 0.0016 seconds Created table functional_hbase.utf8_str_tiny Took 1.1099 seconds Hbase::Table - functional_hbase.utf8_str_tiny ERROR NoMethodError: private method `exit' called for nil:NilClass 12:47:11 Error executing hbase create commands
We can remove the "exit" command from the load script since this HBase script is run in non-interactive way.