↧
Beeline Exit Codes Explained
Beeline will return non-zero exit code on failure in the following CDH versions 5.2.2 onwards. The returned exit code simply means the number of errors occurred during beeline’s execution. So for...
View ArticleBeeline options need to be placed before “-e” option
Recently I needed to deal with an issue that users tried to specify “–incremental=true” as beeline command line option, due to the issue that beeline failed with OutOfMemory error when fetching results...
View ArticleBeeline Failed To Start With OOM Error When Calling getConsoleReader Method
If you get the following error when trying to start up beeline from command line: Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit at...
View Article