When I launch hive from the command prompt after nevigating into hive's bin directory hive opens and I am able to create a table.
When I launch hive from the command prompt in pseudo mode without going into hive's bin directory then hive shell is opening but when I attempt to create a table then I get the following error message:
FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:For direct MetaStore DB connections, we don't support retries at the client level.)
Question
How can I launch hive from the command prompt without navigating to hive's bin directory and successfully create a table.