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} <parquet.version>1.8.1-drill-r0</parquet.version> {code} >From {{drill-java-exec/pom.xml}}: {code} <dependency> <groupId>org.apache.parquet</groupId> <artifactId>parquet-hadoop</artifactId> <version>${parquet.version}</version> ... </dependency> {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)