[ https://issues.apache.org/jira/browse/HIVE-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ashutosh Chauhan updated HIVE-5150: ----------------------------------- Resolution: Won't Fix Status: Resolved (was: Patch Available) After move to maven based system, cant repro this anymore. > UnsatisfiedLinkError when running hive unit tests on Windows > ------------------------------------------------------------ > > Key: HIVE-5150 > URL: https://issues.apache.org/jira/browse/HIVE-5150 > Project: Hive > Issue Type: Bug > Components: Testing Infrastructure > Affects Versions: 0.12.0 > Environment: Windows > Reporter: shanyu zhao > Assignee: shanyu zhao > Attachments: HIVE-5150.patch > > > When running any hive unit tests against hadoop 2.0, it will fail with error > like this: > [junit] Exception in thread "main" java.lang.UnsatisfiedLinkError: > org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Ljava/lang/String;I)Z > [junit] at > org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(Native Method) > [junit] at > org.apache.hadoop.io.nativeio.NativeIO$Windows.access(NativeIO.java:423) > [junit] at org.apache.hadoop.fs.FileUtil.canRead(FileUtil.java:933) > [junit] at > org.apache.hadoop.util.DiskChecker.checkAccessByFileMethods(DiskChecker.java:177) > [junit] at > org.apache.hadoop.util.DiskChecker.checkDirAccess(DiskChecker.java:164) > This is due to the test process failed to find hadoop.dll. This is related to > YARN-729. -- This message was sent by Atlassian JIRA (v6.3.4#6332)