[
https://issues.apache.org/jira/browse/TAJO-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14791506#comment-14791506
]
Jihoon Son commented on TAJO-1846:
----------------------------------
I'll change the issue title to 'Python temp directory path should be selected
differently based on user platform'.
> Write the directory address abide by user's OS
> ----------------------------------------------
>
> Key: TAJO-1846
> URL: https://issues.apache.org/jira/browse/TAJO-1846
> Project: Tajo
> Issue Type: Bug
> Reporter: Dongkyu Hwangbo
> Assignee: Dongkyu Hwangbo
>
> in PythonScriptEngine, Some of variable has no consideration in user's os.
> When I run tajo with Windows 7, tajo gives me this log message.
> {noformat}
> 2015-09-14 10:20:35,592 WARN org.apache.hadoop.util.NativeCodeLoader: Unable
> to load native-hadoop library for your platform... using builtin-java classes
> where applicable
> 2015-09-14 10:20:37,336 INFO org.apache.tajo.master.TajoMaster: FileSystem
> (hdfs://localhost:9000) is initialized.
> 2015-09-14 10:20:37,740 INFO org.apache.tajo.master.TajoMaster: Tajo
> Warehouse dir: hdfs://localhost:9000/tajo/tajo/warehouse
> 2015-09-14 10:20:37,742 INFO org.apache.tajo.master.TajoMaster: Staging dir:
> hdfs://localhost:9000/tajo/tajo/warehouse
> 2015-09-14 10:20:41,581 INFO
> org.apache.tajo.plan.function.python.PythonScriptEngine: Python base dir is
> C:\Users\dk\AppData\Local\Temp\/tajo-dk/python
> 2015-09-14 10:20:41,584 INFO org.apache.hadoop.service.AbstractService:
> Service org.apache.tajo.master.TajoMaster failed in state INITED; cause:
> java.lang.NullPointerException
> java.lang.NullPointerException
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)