[
https://issues.apache.org/jira/browse/PHOENIX-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14153762#comment-14153762
]
Siddharth Wagle commented on PHOENIX-1216:
------------------------------------------
What about,
https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/org/apache/phoenix/cache/aggcache/SpillFile.java
{code}
private static TempFile createTempFile() throws IOException {
File tempFile = File.createTempFile(UUID.randomUUID().toString(), null);
...
{code}
> Making spooling directory location configurable
> -----------------------------------------------
>
> Key: PHOENIX-1216
> URL: https://issues.apache.org/jira/browse/PHOENIX-1216
> Project: Phoenix
> Issue Type: Improvement
> Affects Versions: 5.0.0
> Reporter: SeonghwanMoon
> Assignee: SeonghwanMoon
> Fix For: 5.0.0, 4.2, 3.2
>
>
> Add a parameter.
> This can possible to change phoenix.spool.directory.
> Not a default "/tmp" directory.
> For tracking a spooling log.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)