You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ch...@apache.org on 2017/05/25 03:35:35 UTC

[5/5] carbondata git commit: revert pom

revert pom


Project: http://git-wip-us.apache.org/repos/asf/carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/carbondata/commit/c4e396cb
Tree: http://git-wip-us.apache.org/repos/asf/carbondata/tree/c4e396cb
Diff: http://git-wip-us.apache.org/repos/asf/carbondata/diff/c4e396cb

Branch: refs/heads/master
Commit: c4e396cb44aad1ed15fc6dc650a1ffa51c5146b9
Parents: a700f83
Author: QiangCai <qi...@qq.com>
Authored: Thu Apr 6 14:30:11 2017 +0530
Committer: chenliang613 <ch...@apache.org>
Committed: Thu May 25 11:34:37 2017 +0800

----------------------------------------------------------------------
 pom.xml | 19 +------------------
 1 file changed, 1 insertion(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/carbondata/blob/c4e396cb/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d8626e7..7193a78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,12 +150,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
-        <artifactId>hadoop-yarn-api</artifactId>
-        <version>${hadoop.version}</version>
-        <scope>${hadoop.deps.scope}</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.hadoop</groupId>
         <artifactId>hadoop-mapreduce-client-core</artifactId>
         <version>${hadoop.version}</version>
         <scope>${hadoop.deps.scope}</scope>
@@ -315,7 +309,6 @@
         <scala.binary.version>2.10</scala.binary.version>
         <scala.version>2.10.4</scala.version>
         <maven.test.skip>true</maven.test.skip>
-        <hive.version>1.2.1</hive.version>
         <flink.version>1.1.4</flink.version>
       </properties>
       <modules>
@@ -323,7 +316,6 @@
         <module>integration/spark</module>
         <module>examples/spark</module>
         <module>integration/spark2</module>
-        <module>integration/hive</module>
         <module>examples/spark2</module>
         <module>examples/flink</module>
       </modules>
@@ -391,15 +383,6 @@
       </modules>
     </profile>
     <profile>
-      <id>hive-1.2</id>
-      <properties>
-        <hive.version>1.2.1</hive.version>
-      </properties>
-      <modules>
-        <module>integration/hive</module>
-      </modules>
-    </profile>
-    <profile>
       <id>findbugs</id>
       <build>
         <plugins>
@@ -465,4 +448,4 @@
     </profile>
   </profiles>
 
-</project>
+</project>
\ No newline at end of file