You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jihoon Son (JIRA)" <ji...@apache.org> on 2015/09/17 05:26:45 UTC

[jira] [Resolved] (TAJO-1846) Python temp directory path should be selected differently based on user platform

     [ https://issues.apache.org/jira/browse/TAJO-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jihoon Son resolved TAJO-1846.
------------------------------
       Resolution: Fixed
    Fix Version/s: 0.11.0

Thank you for your contribution.
This patch is committed to master and 0.11.

> Python temp directory path should be selected differently based on user platform
> --------------------------------------------------------------------------------
>
>                 Key: TAJO-1846
>                 URL: https://issues.apache.org/jira/browse/TAJO-1846
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Dongkyu Hwangbo
>            Assignee: Dongkyu Hwangbo
>             Fix For: 0.11.0
>
>
> 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)