Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39D481150B for ; Fri, 28 Mar 2014 18:27:32 +0000 (UTC) Received: (qmail 37634 invoked by uid 500); 28 Mar 2014 18:27:29 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 37484 invoked by uid 500); 28 Mar 2014 18:27:27 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 37405 invoked by uid 99); 28 Mar 2014 18:27:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 18:27:24 +0000 Date: Fri, 28 Mar 2014 18:27:24 +0000 (UTC) From: "Chris Nauroth (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-10450) Build zlib native code bindings in hadoop.dll for 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/HADOOP-10450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Nauroth updated HADOOP-10450: ----------------------------------- Attachment: HADOOP-10450.1.patch This patch updates the Windows build to include the zlib native code bindings if the {{ZLIB_HOME}} environment variable is defined, pointing at the location of the zlib headers. I also made a small change in ZlibCompressor.c to provide more meaningful output from "hadoop.cmd checknative" on Windows. We'll display the full path to the zlib1.dll. > Build zlib native code bindings in hadoop.dll for Windows. > ---------------------------------------------------------- > > Key: HADOOP-10450 > URL: https://issues.apache.org/jira/browse/HADOOP-10450 > Project: Hadoop Common > Issue Type: Bug > Components: io, native > Affects Versions: 3.0.0, 2.3.0 > Reporter: Chris Nauroth > Assignee: Chris Nauroth > Attachments: HADOOP-10450.1.patch > > > Currently, the zlib native code bindings are not built in to hadoop.dll for Windows. This patch will include this in the Windows build. -- This message was sent by Atlassian JIRA (v6.2#6252)