[ https://issues.apache.org/jira/browse/PHOENIX-2348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15116825#comment-15116825 ]
Hudson commented on PHOENIX-2348: --------------------------------- SUCCESS: Integrated in Phoenix-master #1107 (See [https://builds.apache.org/job/Phoenix-master/1107/]) PHOENIX-2348 The value of DEFAULT_SPOOL_DIRECTORY is invalid on Windows (duminduk: rev 5176ed6371778daa58300592620483b619b668fb) * phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java > The value of DEFAULT_SPOOL_DIRECTORY is invalid on Windows > ---------------------------------------------------------- > > Key: PHOENIX-2348 > URL: https://issues.apache.org/jira/browse/PHOENIX-2348 > Project: Phoenix > Issue Type: Bug > Affects Versions: 4.5.2 > Environment: windows > Reporter: ChiaPing Tsai > Priority: Minor > Fix For: 4.8.0 > > Attachments: PHOENIX-2348.patch > > > The value of DEFAULT_SPOOL_DIRECTORY is the "/tmp", so the IOException will > happen if we run the phoenix client on Windows. > Does we should use the tmp path got from system property. For example: > DEFAULT_SPOOL_DIRECTORY = System.getProperty("java.io.tmpdir"); -- This message was sent by Atlassian JIRA (v6.3.4#6332)