Hi Guys,

I am trying to work on this JIRA
HIVE-1708<https://issues.apache.org/jira/browse/HIVE-1708>
.

I have added one property HIVE_CLI_ENABLE_LOGGING to enable or disable the
history and tested it.
I am stuck at a point what should be the default value
for HIVE_CLI_HISTORY_FILE_PATH?

Currently this is set to
String historyDirectory = System.getProperty("user.home");
String historyFile = historyDirectory + File.separator + HISTORYFILE;

Any ideas on what will be the  default path then ?

-- 
Nitin Pawar

Reply via email to