[ https://issues.apache.org/jira/browse/HIVE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007848#comment-13007848 ]
Bennie Schut commented on HIVE-2054: ------------------------------------ Yes setting hive.querylog.location makes it work. At the very least we should remove the "extends SessionState" since it introduces a link to the hive server code which makes no sense at this point in time. However I have a preference for removing it all together since it currently adds no value. On the jdbc side I would expect the HiveConnection to hold the state which it is actually doing right now. > Exception on windows when using the jdbc driver. "IOException: The system > cannot find the path specified" > --------------------------------------------------------------------------------------------------------- > > Key: HIVE-2054 > URL: https://issues.apache.org/jira/browse/HIVE-2054 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 0.8.0 > Reporter: Bennie Schut > Assignee: Bennie Schut > Priority: Minor > Fix For: 0.8.0 > > Attachments: HIVE-2054.1.patch.txt > > > It seems something recently changed on the jdbc driver which causes this > IOException on windows. > java.lang.RuntimeException: java.io.IOException: The system cannot find the > path specified > at > org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:237) > at > org.apache.hadoop.hive.jdbc.HiveConnection.<init>(HiveConnection.java:73) > at org.apache.hadoop.hive.jdbc.HiveDriver.connect(HiveDriver.java:110) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira