Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2749B10BCD for ; Tue, 17 Sep 2013 23:14:15 +0000 (UTC) Received: (qmail 86374 invoked by uid 500); 17 Sep 2013 23:13:57 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 86311 invoked by uid 500); 17 Sep 2013 23:13:56 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 86277 invoked by uid 500); 17 Sep 2013 23:13:55 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 86269 invoked by uid 99); 17 Sep 2013 23:13:54 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 23:13:54 +0000 Date: Tue, 17 Sep 2013 23:13:54 +0000 (UTC) From: "shanyu zhao (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-5150) UnsatisfiedLinkError when running hive unit tests on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-5150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] shanyu zhao updated HIVE-5150: ------------------------------ Attachment: (was: HIVE-5150.patch) > 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.11.0 > Environment: Windows > Reporter: 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 is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira