[
https://issues.apache.org/jira/browse/HIVE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007366#comment-13007366
]
Bennie Schut commented on HIVE-2054:
------------------------------------
Yes it was this code block:
try {
File tmpFile = File.createTempFile(sessionID, ".pipeout", tmpDir);
tmpFile.deleteOnExit();
startSs.setTmpOutputFile(tmpFile);
} catch (IOException e) {
throw new RuntimeException(e);
}
So you are correct it's related to changes from HIVE-818.
> 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