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 1AD09200BF2 for ; Mon, 28 Nov 2016 03:24:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1982F160B12; Mon, 28 Nov 2016 02:24: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 6132A160B20 for ; Mon, 28 Nov 2016 03:23:59 +0100 (CET) Received: (qmail 8721 invoked by uid 500); 28 Nov 2016 02:23:58 -0000 Mailing-List: contact dev-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list dev@drill.apache.org Received: (qmail 8673 invoked by uid 99); 28 Nov 2016 02:23:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2016 02:23:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 502BD2C03DC for ; Mon, 28 Nov 2016 02:23:58 +0000 (UTC) Date: Mon, 28 Nov 2016 02:23:58 +0000 (UTC) From: "Paul Rogers (JIRA)" To: dev@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (DRILL-5076) Provide sources, Javadoc for Drill-private forks of Parquet, etc. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 28 Nov 2016 02:24:00 -0000 Paul Rogers created DRILL-5076: ---------------------------------- Summary: Provide sources, Javadoc for Drill-private forks of Parquet, etc. Key: DRILL-5076 URL: https://issues.apache.org/jira/browse/DRILL-5076 Project: Apache Drill Issue Type: Improvement Affects Versions: 1.8.0 Reporter: Paul Rogers Priority: Minor Drill uses its own forks of several projects, including Parquet. From {{drill-root/pom.xml}}: {code} 1.8.1-drill-r0 {code} From {{drill-java-exec/pom.xml}}: {code} org.apache.parquet parquet-hadoop ${parquet.version} ... {code} These appear to be hosted at Dremio. But, the sources seem to not be available. From {{~/.m2/repository/org/apache/parquet/parquet-common/1.8.1-drill-r0}}: {code} $ ls _remote.repositories parquet-common-1.8.1-drill-r0.jar.lastUpdated m2e-lastUpdated.properties parquet-common-1.8.1-drill-r0.jar.sha1 parquet-common-1.8.1-drill-r0-javadoc.jar.lastUpdated parquet-common-1.8.1-drill-r0.pom parquet-common-1.8.1-drill-r0-sources.jar.lastUpdated parquet-common-1.8.1-drill-r0.pom.lastUpdated parquet-common-1.8.1-drill-r0.jar parquet-common-1.8.1-drill-r0.pom.sha1 $ cat _remote.repositories ... #Mon Oct 03 15:19:00 PDT 2016 parquet-common-1.8.1-drill-r0.jar>dremio-releases= parquet-common-1.8.1-drill-r0.pom>dremio-releases= {code} This shows that Maven did attempt to download sources, but none where available. The request is to provide sources (and Javadoc) for the Private Drill build. -- This message was sent by Atlassian JIRA (v6.3.4#6332)