Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 64E97200BD0 for ; Wed, 30 Nov 2016 11:37:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 639C4160B08; Wed, 30 Nov 2016 10:37:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B6EBF160B19 for ; Wed, 30 Nov 2016 11:36:59 +0100 (CET) Received: (qmail 39159 invoked by uid 500); 30 Nov 2016 10:36:58 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 38949 invoked by uid 99); 30 Nov 2016 10:36:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 10:36:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 783842C2A68 for ; Wed, 30 Nov 2016 10:36:58 +0000 (UTC) Date: Wed, 30 Nov 2016 10:36:58 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-5164) Hadoop-compat IOFormat tests fail on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 30 Nov 2016 10:37:00 -0000 [ https://issues.apache.org/jira/browse/FLINK-5164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15708191#comment-15708191 ] ASF GitHub Bot commented on FLINK-5164: --------------------------------------- Github user zentol commented on the issue: https://github.com/apache/flink/pull/2889 @fhueske Thank you for the review. I'll add a comment and merge it. > Hadoop-compat IOFormat tests fail on Windows > -------------------------------------------- > > Key: FLINK-5164 > URL: https://issues.apache.org/jira/browse/FLINK-5164 > Project: Flink > Issue Type: Bug > Components: Tests > Affects Versions: 1.1.3 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Fix For: 1.2.0 > > > The HaddopMapredITCase fails on windows with the following exception: > {code} > java.lang.NullPointerException > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1012) > at org.apache.hadoop.util.Shell.runCommand(Shell.java:445) > at org.apache.hadoop.util.Shell.run(Shell.java:418) > at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:650) > at org.apache.hadoop.util.Shell.execCommand(Shell.java:739) > at org.apache.hadoop.util.Shell.execCommand(Shell.java:722) > at org.apache.hadoop.fs.RawLocalFileSystem.setPermission(RawLocalFileSystem.java:631) > at org.apache.hadoop.fs.FilterFileSystem.setPermission(FilterFileSystem.java:468) > at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:456) > at org.apache.hadoop.fs.ChecksumFileSystem.create(ChecksumFileSystem.java:424) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:907) > at org.apache.hadoop.fs.FileSystem.create(FileSystem.java:800) > at org.apache.hadoop.mapred.TextOutputFormat.getRecordWriter(TextOutputFormat.java:123) > at org.apache.flink.api.java.hadoop.mapred.HadoopOutputFormatBase.open(HadoopOutputFormatBase.java:145) > at org.apache.flink.runtime.operators.DataSinkTask.invoke(DataSinkTask.java:178) > at org.apache.flink.runtime.taskmanager.Task.run(Task.java:654) > at java.lang.Thread.run(Thread.java:745) > {code} > I suggest to disable the test on windows. -- This message was sent by Atlassian JIRA (v6.3.4#6332)