Uploaded image for project: 'Apache Drill'
  1. Apache Drill
  2. DRILL-5076

Provide sources, Javadoc for Drill-private forks of Parquet, etc.

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.8.0
    • None
    • None
    • None

    Description

      Drill uses its own forks of several projects, including Parquet.

      From drill-root/pom.xml:

          <parquet.version>1.8.1-drill-r0</parquet.version>
      

      From drill-java-exec/pom.xml:

          <dependency>
            <groupId>org.apache.parquet</groupId>
            <artifactId>parquet-hadoop</artifactId>
            <version>${parquet.version}</version>
            ...
          </dependency>
      

      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:

      $ 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=
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            paul-rogers Paul Rogers
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: