Skip to content

Commit

Permalink
remove calcite-core from hive-exec
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Jun 22, 2023
1 parent 614de2e commit 29764c8
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 3 deletions.
11 changes: 9 additions & 2 deletions hdfsreader/pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<parent>
<artifactId>datax-all</artifactId>
<groupId>com.alibaba.datax</groupId>
Expand All @@ -13,7 +14,7 @@
<packaging>jar</packaging>
<properties>
<hive.version>1.1.1</hive.version>
<!-- <hadoop.version>2.7.1</hadoop.version>-->
<!-- <hadoop.version>2.7.1</hadoop.version>-->
</properties>
<dependencies>
<dependency>
Expand Down Expand Up @@ -53,6 +54,12 @@
<groupId>org.apache.hive</groupId>
<artifactId>hive-exec</artifactId>
<version>${hive.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.calcite</groupId>
<artifactId>calcite-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
Expand Down
160 changes: 160 additions & 0 deletions hdfsreader/tree.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,160 @@
[INFO] Scanning for projects...
[INFO]
[INFO] --------------------< com.alibaba.datax:hdfsreader >--------------------
[INFO] Building hdfsreader 3.8.0
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ hdfsreader ---
[INFO] com.alibaba.datax:hdfsreader:jar:3.8.0
[INFO] +- com.alibaba.datax:datax-common:jar:3.8.0:provided
[INFO] | +- com.qlangtech.tis:datax-config:jar:3.8.0:provided
[INFO] | | +- com.alibaba:fastjson:jar:1.1.46.sec10:provided
[INFO] | | \- org.apache.commons:commons-lang3:jar:3.3.2:provided
[INFO] | \- org.apache.commons:commons-math3:jar:3.1.1:compile
[INFO] +- org.slf4j:slf4j-api:jar:1.7.10:compile
[INFO] +- ch.qos.logback:logback-classic:jar:1.0.13:compile
[INFO] | \- ch.qos.logback:logback-core:jar:1.0.13:compile
[INFO] +- org.apache.hadoop:hadoop-hdfs:jar:2.7.3:compile
[INFO] | +- com.google.guava:guava:jar:11.0.2:compile
[INFO] | +- org.mortbay.jetty:jetty:jar:6.1.26:compile
[INFO] | +- org.mortbay.jetty:jetty-util:jar:6.1.26:compile
[INFO] | +- com.sun.jersey:jersey-core:jar:1.9:compile
[INFO] | +- com.sun.jersey:jersey-server:jar:1.9:compile
[INFO] | | \- asm:asm:jar:3.1:compile
[INFO] | +- commons-cli:commons-cli:jar:1.2:compile
[INFO] | +- commons-codec:commons-codec:jar:1.4:compile
[INFO] | +- commons-io:commons-io:jar:2.4:compile
[INFO] | +- commons-lang:commons-lang:jar:2.6:compile
[INFO] | +- commons-logging:commons-logging:jar:1.1.3:compile
[INFO] | +- commons-daemon:commons-daemon:jar:1.0.13:compile
[INFO] | +- log4j:log4j:jar:1.2.17:compile
[INFO] | +- com.google.protobuf:protobuf-java:jar:2.5.0:compile
[INFO] | +- javax.servlet:servlet-api:jar:2.5:compile
[INFO] | +- org.codehaus.jackson:jackson-core-asl:jar:1.9.13:compile
[INFO] | +- org.codehaus.jackson:jackson-mapper-asl:jar:1.9.13:compile
[INFO] | +- xmlenc:xmlenc:jar:0.52:compile
[INFO] | +- io.netty:netty-all:jar:4.0.23.Final:compile
[INFO] | +- xerces:xercesImpl:jar:2.9.1:compile
[INFO] | +- org.apache.htrace:htrace-core:jar:3.1.0-incubating:compile
[INFO] | \- org.fusesource.leveldbjni:leveldbjni-all:jar:1.8:compile
[INFO] +- org.apache.hadoop:hadoop-common:jar:2.7.3:compile
[INFO] | +- org.apache.hadoop:hadoop-annotations:jar:2.7.3:compile
[INFO] | | \- jdk.tools:jdk.tools:jar:1.8:system
[INFO] | +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | +- commons-net:commons-net:jar:3.1:compile
[INFO] | +- commons-collections:commons-collections:jar:3.2.2:compile
[INFO] | +- javax.servlet.jsp:jsp-api:jar:2.1:runtime
[INFO] | +- com.sun.jersey:jersey-json:jar:1.9:compile
[INFO] | | +- org.codehaus.jettison:jettison:jar:1.1:compile
[INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:2.2.3-1:compile
[INFO] | +- net.java.dev.jets3t:jets3t:jar:0.9.0:compile
[INFO] | | +- org.apache.httpcomponents:httpclient:jar:4.1.2:compile
[INFO] | | +- org.apache.httpcomponents:httpcore:jar:4.1.2:compile
[INFO] | | \- com.jamesmurty.utils:java-xmlbuilder:jar:0.4:compile
[INFO] | +- commons-configuration:commons-configuration:jar:1.6:compile
[INFO] | | +- commons-digester:commons-digester:jar:1.8:compile
[INFO] | | \- commons-beanutils:commons-beanutils-core:jar:1.8.0:compile
[INFO] | +- org.slf4j:slf4j-log4j12:jar:1.7.10:compile
[INFO] | +- org.apache.avro:avro:jar:1.7.4:compile
[INFO] | | +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] | | \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
[INFO] | +- com.google.code.gson:gson:jar:2.2.4:compile
[INFO] | +- org.apache.hadoop:hadoop-auth:jar:2.7.3:compile
[INFO] | | \- org.apache.directory.server:apacheds-kerberos-codec:jar:2.0.0-M15:compile
[INFO] | | +- org.apache.directory.server:apacheds-i18n:jar:2.0.0-M15:compile
[INFO] | | +- org.apache.directory.api:api-asn1-api:jar:1.0.0-M20:compile
[INFO] | | \- org.apache.directory.api:api-util:jar:1.0.0-M20:compile
[INFO] | +- com.jcraft:jsch:jar:0.1.42:compile
[INFO] | +- org.apache.curator:curator-client:jar:2.7.1:compile
[INFO] | +- org.apache.curator:curator-recipes:jar:2.7.1:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:3.0.0:compile
[INFO] | +- org.apache.zookeeper:zookeeper:jar:3.4.6:compile
[INFO] | \- org.apache.commons:commons-compress:jar:1.4.1:compile
[INFO] | \- org.tukaani:xz:jar:1.0:compile
[INFO] +- org.apache.hadoop:hadoop-yarn-common:jar:2.7.3:compile
[INFO] | +- org.apache.hadoop:hadoop-yarn-api:jar:2.7.3:compile
[INFO] | +- javax.xml.bind:jaxb-api:jar:2.2.2:compile
[INFO] | | +- javax.xml.stream:stax-api:jar:1.0-2:compile
[INFO] | | \- javax.activation:activation:jar:1.1:compile
[INFO] | +- com.sun.jersey:jersey-client:jar:1.9:compile
[INFO] | +- org.codehaus.jackson:jackson-jaxrs:jar:1.9.13:compile
[INFO] | +- org.codehaus.jackson:jackson-xc:jar:1.9.13:compile
[INFO] | +- com.google.inject.extensions:guice-servlet:jar:3.0:compile
[INFO] | +- com.google.inject:guice:jar:3.0:compile
[INFO] | | +- javax.inject:javax.inject:jar:1:compile
[INFO] | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | \- com.sun.jersey.contribs:jersey-guice:jar:1.9:compile
[INFO] +- org.apache.hadoop:hadoop-mapreduce-client-core:jar:2.7.3:compile
[INFO] | \- io.netty:netty:jar:3.6.2.Final:compile
[INFO] +- org.apache.hive:hive-exec:jar:1.1.1:compile
[INFO] | +- org.apache.hive:hive-ant:jar:1.1.1:compile
[INFO] | | \- org.apache.velocity:velocity:jar:1.5:compile
[INFO] | | \- oro:oro:jar:2.0.8:compile
[INFO] | +- org.apache.hive:hive-metastore:jar:1.1.1:compile
[INFO] | | +- com.jolbox:bonecp:jar:0.8.0.RELEASE:compile
[INFO] | | +- org.apache.derby:derby:jar:10.11.1.1:compile
[INFO] | | +- org.datanucleus:datanucleus-api-jdo:jar:3.2.6:compile
[INFO] | | +- org.datanucleus:datanucleus-rdbms:jar:3.2.9:compile
[INFO] | | +- commons-pool:commons-pool:jar:1.5.4:compile
[INFO] | | +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] | | \- javax.jdo:jdo-api:jar:3.0.1:compile
[INFO] | | \- javax.transaction:jta:jar:1.1:compile
[INFO] | +- org.apache.hive:hive-shims:jar:1.1.1:compile
[INFO] | | +- org.apache.hive.shims:hive-shims-common:jar:1.1.1:compile
[INFO] | | +- org.apache.hive.shims:hive-shims-0.20S:jar:1.1.1:runtime
[INFO] | | +- org.apache.hive.shims:hive-shims-0.23:jar:1.1.1:runtime
[INFO] | | | \- org.apache.hadoop:hadoop-yarn-server-resourcemanager:jar:2.6.0:runtime
[INFO] | | | +- org.apache.hadoop:hadoop-yarn-server-common:jar:2.6.0:runtime
[INFO] | | | +- org.apache.hadoop:hadoop-yarn-server-applicationhistoryservice:jar:2.6.0:runtime
[INFO] | | | \- org.apache.hadoop:hadoop-yarn-server-web-proxy:jar:2.6.0:runtime
[INFO] | | \- org.apache.hive.shims:hive-shims-scheduler:jar:1.1.1:runtime
[INFO] | +- log4j:apache-log4j-extras:jar:1.2.17:compile
[INFO] | +- org.antlr:antlr-runtime:jar:3.4:compile
[INFO] | | +- org.antlr:stringtemplate:jar:3.2.1:compile
[INFO] | | \- antlr:antlr:jar:2.7.7:compile
[INFO] | +- org.antlr:ST4:jar:4.0.4:compile
[INFO] | +- org.apache.ant:ant:jar:1.9.1:compile
[INFO] | | \- org.apache.ant:ant-launcher:jar:1.9.1:compile
[INFO] | +- org.apache.thrift:libfb303:jar:0.9.2:compile
[INFO] | +- org.apache.curator:curator-framework:jar:2.6.0:compile
[INFO] | +- org.apache.curator:apache-curator:pom:2.6.0:compile
[INFO] | +- org.codehaus.groovy:groovy-all:jar:2.1.6:compile
[INFO] | +- org.datanucleus:datanucleus-core:jar:3.2.10:compile
[INFO] | +- org.apache.calcite:calcite-core:jar:1.0.0-incubating:compile
[INFO] | | +- org.apache.calcite:calcite-linq4j:jar:1.0.0-incubating:compile
[INFO] | | +- org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde:compile
[INFO] | | +- eigenbase:eigenbase-properties:jar:1.1.4:compile
[INFO] | | +- org.codehaus.janino:janino:jar:2.7.6:compile
[INFO] | | \- org.codehaus.janino:commons-compiler:jar:2.7.6:compile
[INFO] | +- org.apache.calcite:calcite-avatica:jar:1.0.0-incubating:compile
[INFO] | +- stax:stax-api:jar:1.0.1:compile
[INFO] | \- jline:jline:jar:2.12:compile
[INFO] +- org.apache.hive:hive-serde:jar:1.1.1:compile
[INFO] | +- org.apache.thrift:libthrift:jar:0.9.2:compile
[INFO] | +- net.sf.opencsv:opencsv:jar:2.3:compile
[INFO] | \- com.twitter:parquet-hadoop-bundle:jar:1.6.0rc3:compile
[INFO] +- org.apache.hive:hive-service:jar:1.1.1:compile
[INFO] | +- net.sf.jpam:jpam:jar:1.1:compile
[INFO] | \- org.eclipse.jetty.aggregate:jetty-all:jar:7.6.0.v20120127:compile
[INFO] | +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:compile
[INFO] | +- javax.mail:mail:jar:1.4.1:compile
[INFO] | +- org.apache.geronimo.specs:geronimo-jaspic_1.0_spec:jar:1.0:compile
[INFO] | +- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar:1.1.1:compile
[INFO] | \- asm:asm-commons:jar:3.1:compile
[INFO] | \- asm:asm-tree:jar:3.1:compile
[INFO] +- org.apache.hive:hive-common:jar:1.1.1:compile
[INFO] +- org.apache.hive.hcatalog:hive-hcatalog-core:jar:1.1.1:compile
[INFO] | \- org.apache.hive:hive-cli:jar:1.1.1:compile
[INFO] +- com.alibaba.datax:plugin-unstructured-storage-util:jar:3.8.0:compile
[INFO] | +- net.sourceforge.javacsv:javacsv:jar:2.0:compile
[INFO] | +- org.anarres.lzo:lzo-core:jar:1.0.5:compile
[INFO] | | \- com.google.code.findbugs:annotations:jar:2.0.3:compile
[INFO] | +- io.airlift:aircompressor:jar:0.3:compile
[INFO] | \- commons-beanutils:commons-beanutils:jar:1.9.2:compile
[INFO] \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.578 s
[INFO] Finished at: 2023-06-22T18:46:45+08:00
[INFO] ------------------------------------------------------------------------
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mvn clean deploy -Dmaven.test.skip=true \
mvn clean install -Dmaven.test.skip=true \
-DaltDeploymentRepository=base::default::http://localhost:8080/release \
-pl \
tis-datax-executor\
Expand Down

0 comments on commit 29764c8

Please sign in to comment.