Download drill-protocol-1.7.0.jar file

Introduction

You can download drill-protocol-1.7.0.jar in this page.

License

Apache License

Type List

drill-protocol-1.7.0.jar file has the following types.

META-INF/DEPENDENCIES
META-INF/INDEX.LIST
META-INF/LICENSE
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/maven/org.apache.drill/drill-protocol/pom.properties
META-INF/maven/org.apache.drill/drill-protocol/pom.xml
git.properties
javac.sh
org.apache.drill.common.types.DataMode.class
org.apache.drill.common.types.MajorType.class
org.apache.drill.common.types.MinorType.class
org.apache.drill.common.types.SchemaTypeProtos.class
org.apache.drill.common.types.TypeProtos.class
org.apache.drill.exec.proto.BitControl.class
org.apache.drill.exec.proto.BitData.class
org.apache.drill.exec.proto.CoordinationProtos.class
org.apache.drill.exec.proto.ExecProtos.class
org.apache.drill.exec.proto.GeneralRPCProtos.class
org.apache.drill.exec.proto.SchemaBitControl.class
org.apache.drill.exec.proto.SchemaBitData.class
org.apache.drill.exec.proto.SchemaCoordinationProtos.class
org.apache.drill.exec.proto.SchemaDefProtos.class
org.apache.drill.exec.proto.SchemaExecProtos.class
org.apache.drill.exec.proto.SchemaGeneralRPCProtos.class
org.apache.drill.exec.proto.SchemaSchemaDefProtos.class
org.apache.drill.exec.proto.SchemaUserBitShared.class
org.apache.drill.exec.proto.SchemaUserProtos.class
org.apache.drill.exec.proto.UserBitShared.class
org.apache.drill.exec.proto.UserProtos.class
org.apache.drill.exec.proto.beans.Ack.class
org.apache.drill.exec.proto.beans.BitClientHandshake.class
org.apache.drill.exec.proto.beans.BitControlHandshake.class
org.apache.drill.exec.proto.beans.BitServerHandshake.class
org.apache.drill.exec.proto.beans.BitStatus.class
org.apache.drill.exec.proto.beans.BitToUserHandshake.class
org.apache.drill.exec.proto.beans.Collector.class
org.apache.drill.exec.proto.beans.CompleteRpcMessage.class
org.apache.drill.exec.proto.beans.CoreOperatorType.class
org.apache.drill.exec.proto.beans.CustomMessage.class
org.apache.drill.exec.proto.beans.DrillPBError.class
org.apache.drill.exec.proto.beans.DrillServiceInstance.class
org.apache.drill.exec.proto.beans.DrillbitEndpoint.class
org.apache.drill.exec.proto.beans.ExceptionWrapper.class
org.apache.drill.exec.proto.beans.FinishedReceiver.class
org.apache.drill.exec.proto.beans.FragmentHandle.class
org.apache.drill.exec.proto.beans.FragmentRecordBatch.class
org.apache.drill.exec.proto.beans.FragmentState.class
org.apache.drill.exec.proto.beans.FragmentStatus.class
org.apache.drill.exec.proto.beans.GetQueryPlanFragments.class
org.apache.drill.exec.proto.beans.HandshakeStatus.class
org.apache.drill.exec.proto.beans.InitializeFragments.class
org.apache.drill.exec.proto.beans.MajorFragmentProfile.class
org.apache.drill.exec.proto.beans.MetricValue.class
org.apache.drill.exec.proto.beans.MinorFragmentProfile.class
org.apache.drill.exec.proto.beans.NamePart.class
org.apache.drill.exec.proto.beans.NodeStatus.class
org.apache.drill.exec.proto.beans.OperatorProfile.class
org.apache.drill.exec.proto.beans.ParsingError.class
org.apache.drill.exec.proto.beans.PlanFragment.class
org.apache.drill.exec.proto.beans.Property.class
org.apache.drill.exec.proto.beans.QueryContextInformation.class
org.apache.drill.exec.proto.beans.QueryData.class
org.apache.drill.exec.proto.beans.QueryId.class
org.apache.drill.exec.proto.beans.QueryInfo.class
org.apache.drill.exec.proto.beans.QueryPlanFragments.class
org.apache.drill.exec.proto.beans.QueryProfile.class
org.apache.drill.exec.proto.beans.QueryResult.class
org.apache.drill.exec.proto.beans.QueryResultsMode.class
org.apache.drill.exec.proto.beans.QueryType.class
org.apache.drill.exec.proto.beans.RecordBatchDef.class
org.apache.drill.exec.proto.beans.RequestResults.class
org.apache.drill.exec.proto.beans.Roles.class
org.apache.drill.exec.proto.beans.RpcChannel.class
org.apache.drill.exec.proto.beans.RpcHeader.class
org.apache.drill.exec.proto.beans.RpcMode.class
org.apache.drill.exec.proto.beans.RpcType.class
org.apache.drill.exec.proto.beans.RunQuery.class
org.apache.drill.exec.proto.beans.SerializedField.class
org.apache.drill.exec.proto.beans.StackTraceElementWrapper.class
org.apache.drill.exec.proto.beans.StreamProfile.class
org.apache.drill.exec.proto.beans.UserCredentials.class
org.apache.drill.exec.proto.beans.UserProperties.class
org.apache.drill.exec.proto.beans.UserToBitHandshake.class
org.apache.drill.exec.proto.beans.ValueMode.class
org.apache.drill.exec.proto.beans.WorkQueueStatus.class
org.codehaus.plexus.compiler.javac.JavacCompiler5113307783151121498arguments

Pom

drill-protocol-1.7.0.pom file content.

<?xml version="1.0"?>
<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor
  license agreements. See the NOTICE file distributed with this work for additional
  information regarding copyright ownership. The ASF licenses this file to
  You under the Apache License, Version 2.0 (the "License"); you may not use
  this file except in compliance with the License. You may obtain a copy of
  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
  by applicable law or agreed to in writing, software distributed under the
  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
  OF ANY KIND, either express or implied. See the License for the specific
  language governing permissions and limitations under the License. -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <artifactId>drill-root</artifactId>
    <groupId>org.apache.drill</groupId>
    <version>1.7.0</version>
  </parent>

  <artifactId>drill-protocol</artifactId>
  <packaging>jar</packaging>
  <name>Drill Protocol</name>

  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>2.5.0</version>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-core</artifactId>
      <version>1.0.8</version>
    </dependency>
    <dependency>
      <groupId>com.dyuproject.protostuff</groupId>
      <artifactId>protostuff-json</artifactId>
      <version>1.0.8</version>
    </dependency>
  </dependencies>

  <profiles>
    <profile>
      <id>proto-compile</id>
      <activation>
        <activeByDefault>false</activeByDefault>
      </activation>
      <build>
        <plugins>
          <plugin>
            <artifactId>maven-clean-plugin</artifactId>
            <version>3.0.0</version>
            <configuration>
              <filesets>
                <fileset>
                  <directory>src/main/java</directory>
                  <includes>
                    <include>**</include>
                  </includes>
                </fileset>
              </filesets>
            </configuration>
            <executions>
              <execution>
                <id>clean-before-code-generation</id>
                <phase>initialize</phase>
                <goals>
                  <goal>clean</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>com.dyuproject.protostuff</groupId>
            <artifactId>protostuff-maven-plugin</artifactId>
            <version>1.0.8</version>
            <configuration>
              <protoModules>
                <protoModule>
                  <source>src/main/protobuf/</source>
                  <outputDir>src/main/java</outputDir>
                  <output>java_v2protoc_schema</output>
                  <encoding>UTF-8</encoding>
                  <options>
                    <property>
                      <name>generate_field_map</name>
                    </property>
                  </options>
                </protoModule>
                <protoModule>
                  <source>src/main/protobuf/</source>
                  <outputDir>src/main/java</outputDir>
                  <output>java_bean</output>
                  <encoding>UTF-8</encoding>
                  <options>
                    <property>
                      <name>generate_field_map</name>
                    </property>
                    <property>
                      <name>org.apache.drill.exec.proto</name>
                      <value>org.apache.drill.exec.proto.beans</value>
                    </property>
                    <property>
                      <name>primitive_numbers_if_optional</name>
                    </property>
                    <property>
                      <name>builder_pattern</name>
                    </property>
                  </options>
                </protoModule>
              </protoModules>
            </configuration>
            <executions>
              <execution>
                <id>generate-sources</id>
                <phase>generate-sources</phase>
                <goals>
                  <goal>compile</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>com.github.igor-petruk.protobuf</groupId>
            <artifactId>protobuf-maven-plugin</artifactId>
            <version>0.6.3</version>
            <executions>
              <execution>
                <goals>
                  <goal>run</goal>
                </goals>
                <configuration>
                  <cleanOutputFolder>false</cleanOutputFolder>
                  <outputDirectory>${basedir}/src/main/java</outputDirectory>
                </configuration>
              </execution>
            </executions>
          </plugin>
          <plugin>
            <groupId>com.mycila</groupId>
            <artifactId>license-maven-plugin</artifactId>
            <version>2.3</version>
            <configuration>
              <header>${basedir}/../header</header>
              <includes>
                <include>**/*.java</include>
              </includes>
            </configuration>
            <executions>
              <execution>
                <phase>process-sources</phase>
                <goals>
                  <goal>format</goal>
                </goals>
              </execution>
            </executions>
          </plugin>
        </plugins>
      </build>
    </profile>
  </profiles>

  <build>
    <plugins>
    <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-checkstyle-plugin</artifactId>
        <configuration>
          <skip>true</skip>
        </configuration>
      </plugin>
    </plugins>

  </build>
</project>

POM Entry

<dependency>
   <groupId>org.apache.drill</groupId>
   <artifactId>drill-protocol</artifactId>
   <version>1.7.0</version>
</dependency>

Download

If you think the following drill-protocol-1.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download drill-protocol-1.7.0.jar file




PreviousNext

Related