(base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/start-hbase.sh running master, logging to /Users/sbusbey/Downloads/hbase-1.4.14/bin/../logs/hbase-sbusbey-master-seans-mbp.lan.out OpenJDK 64-Bit Server VM warning: ignoring option PermSize=128m; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=128m; support was removed in 8.0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase version HBase 1.4.14 Source code repository git://zhangduo-VirtualBox/home/zhangduo/hbase/code revision=e7cbc2debc11a01dd4f3e6f6d6992b7bd307bbcb Compiled by zhangduo on Thu Oct 21 00:05:07 CST 2021 From source with checksum 9c98356045e613893425adf2331c2f99 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell 2021-11-18 23:43:03,938 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable HBase Shell Use "help" to get list of supported commands. Use "exit" to quit this interactive shell. Version 1.4.14, re7cbc2debc11a01dd4f3e6f6d6992b7bd307bbcb, Thu Oct 21 00:05:07 CST 2021 hbase(main):001:0> list TABLE 0 row(s) in 0.1760 seconds => [] hbase(main):002:0> exit (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell 2021-11-18 23:43:18,141 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable HBase Shell Use "help" to get list of supported commands. Use "exit" to quit this interactive shell. Version 1.4.14, re7cbc2debc11a01dd4f3e6f6d6992b7bd307bbcb, Thu Oct 21 00:05:07 CST 2021 hbase(main):001:0> lsit NameError: undefined local variable or method `lsit' for # hbase(main):002:0> list TABLE 0 row(s) in 0.1440 seconds => [] hbase(main):003:0> exit 1 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell ../tmp/clean_exit.rb 2021-11-18 23:43:40,441 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable TABLE 0 row(s) in 0.3820 seconds (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell -n ../tmp/clean_exit.rb 2021-11-18 23:43:59,998 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable TABLE 0 row(s) in 0.3420 seconds (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell ../tmp/error_exit.rb 2021-11-18 23:44:15,742 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable TABLE 0 row(s) in 0.3450 seconds (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 1 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell -n ../tmp/error_exit.rb 2021-11-18 23:44:27,951 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable TABLE 0 row(s) in 0.4550 seconds (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 1 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell < ../tmp/clean_exit.rb 2021-11-18 23:45:05,957 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable HBase Shell Use "help" to get list of supported commands. Use "exit" to quit this interactive shell. Version 1.4.14, re7cbc2debc11a01dd4f3e6f6d6992b7bd307bbcb, Thu Oct 21 00:05:07 CST 2021 list TABLE 0 row(s) in 0.2040 seconds [] exit (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell -n < ../tmp/clean_exit.rb 2021-11-18 23:45:20,100 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable TABLE 0 row(s) in 0.3500 seconds ERROR SystemExit: exit (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 1 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell < ../tmp/error_exit.rb 2021-11-18 23:46:27,370 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable HBase Shell Use "help" to get list of supported commands. Use "exit" to quit this interactive shell. Version 1.4.14, re7cbc2debc11a01dd4f3e6f6d6992b7bd307bbcb, Thu Oct 21 00:05:07 CST 2021 list TABLE 0 row(s) in 0.1980 seconds [] exit 1 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 0 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % ./bin/hbase shell -n < ../tmp/error_exit.rb 2021-11-18 23:46:44,885 WARN [main] util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable TABLE 0 row(s) in 0.8740 seconds ERROR SystemExit: exit (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 % echo $? 1 (base) sbusbey@Seans-MacBook-Pro hbase-1.4.14 %