You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "David Kantor (JIRA)" <ji...@apache.org> on 2017/02/06 19:22:42 UTC

[jira] [Created] (ATLAS-1529) HiveLiteralRewriterTest.setup fails on Windows

David Kantor created ATLAS-1529:
-----------------------------------

             Summary: HiveLiteralRewriterTest.setup fails on Windows
                 Key: ATLAS-1529
                 URL: https://issues.apache.org/jira/browse/ATLAS-1529
             Project: Atlas
          Issue Type: Bug
    Affects Versions: 0.8-incubating
            Reporter: David Kantor
            Assignee: David Kantor
            Priority: Minor


{noformat}
java.lang.RuntimeException: java.lang.NullPointerException
	at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023)
	at org.apache.hadoop.util.Shell.runCommand(Shell.java:483)
	at org.apache.hadoop.util.Shell.run(Shell.java:456)
	at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:722)
	at org.apache.hadoop.util.Shell.execCommand(Shell.java:815)
	at org.apache.hadoop.util.Shell.execCommand(Shell.java:798)
	at org.apache.hadoop.fs.FileUtil.execCommand(FileUtil.java:1097)
	at org.apache.hadoop.fs.RawLocalFileSystem$DeprecatedRawLocalFileStatus.loadPermissionInfo(RawLocalFileSystem.java:654)
	at org.apache.hadoop.fs.RawLocalFileSystem$DeprecatedRawLocalFileStatus.getPermission(RawLocalFileSystem.java:629)
	at org.apache.hadoop.hive.ql.session.SessionState.createRootHDFSDir(SessionState.java:599)
	at org.apache.hadoop.hive.ql.session.SessionState.createSessionDirs(SessionState.java:554)
	at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:508)
	at org.apache.atlas.hive.bridge.HiveLiteralRewriterTest.setup(HiveLiteralRewriterTest.java:38)
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)