You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by lu...@apache.org on 2015/01/15 13:26:58 UTC

[42/50] [abbrv] incubator-kylin git commit: update pom for inverted_index

update pom for inverted_index


Project: http://git-wip-us.apache.org/repos/asf/incubator-kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kylin/commit/7e791bd1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kylin/tree/7e791bd1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kylin/diff/7e791bd1

Branch: refs/heads/inverted-index
Commit: 7e791bd12c85754280dea6c2ece75d1c7753cc29
Parents: 1f15bfa 167fd13
Author: qianhao.zhou <qi...@ebay.com>
Authored: Thu Jan 15 10:26:43 2015 +0800
Committer: qianhao.zhou <qi...@ebay.com>
Committed: Thu Jan 15 10:26:43 2015 +0800

----------------------------------------------------------------------
 atopcalcite/pom.xml   |  2 +-
 common/pom.xml        |  2 +-
 cube/pom.xml          |  2 +-
 dictionary/pom.xml    |  2 +-
 invertedindex/pom.xml |  2 +-
 jdbc/pom.xml          |  2 +-
 job/pom.xml           |  2 +-
 metadata/pom.xml      |  2 +-
 pom.xml               | 10 +++++-----
 query/pom.xml         |  2 +-
 server/pom.xml        |  2 +-
 storage/pom.xml       |  2 +-
 12 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/atopcalcite/pom.xml
----------------------------------------------------------------------
diff --cc atopcalcite/pom.xml
index 427927f,427927f..794ea60
--- a/atopcalcite/pom.xml
+++ b/atopcalcite/pom.xml
@@@ -8,7 -8,7 +8,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/common/pom.xml
----------------------------------------------------------------------
diff --cc common/pom.xml
index f482ff0,d7f729d..61f6202
--- a/common/pom.xml
+++ b/common/pom.xml
@@@ -1,119 -1,88 +1,119 @@@
 -<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>
 -
 -    <artifactId>kylin-common</artifactId>
 -    <packaging>jar</packaging>
 -    <name>Kylin:Common</name>
 -
 -    <parent>
 -        <groupId>com.kylinolap</groupId>
 -        <artifactId>kylin</artifactId>
 -        <version>0.6.4-SNAPSHOT</version>
 -    </parent>
 -
 -    <properties>
 -    </properties>
 -
 -    <dependencies>
 -        <dependency>
 -            <groupId>com.fasterxml.jackson.core</groupId>
 -            <artifactId>jackson-databind</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.commons</groupId>
 -            <artifactId>commons-lang3</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>commons-io</groupId>
 -            <artifactId>commons-io</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>commons-configuration</groupId>
 -            <artifactId>commons-configuration</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>com.google.guava</groupId>
 -            <artifactId>guava</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>com.jcraft</groupId>
 -            <artifactId>jsch</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>com.ning</groupId>
 -            <artifactId>compress-lzf</artifactId>
 -        </dependency>
 -
 -        <!-- Env & Test -->
 -        <dependency>
 -            <groupId>org.apache.commons</groupId>
 -            <artifactId>commons-email</artifactId>
 -            <version>1.1</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-common</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-hdfs</artifactId>
 -            <scope>provided</scope>
 -            <!-- protobuf version conflict with hbase -->
 -            <exclusions>
 -                <exclusion>
 -                    <groupId>com.google.protobuf</groupId>
 -                    <artifactId>protobuf-java</artifactId>
 -                </exclusion>
 -            </exclusions>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hbase</groupId>
 -            <artifactId>hbase-common</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hbase</groupId>
 -            <artifactId>hbase-client</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>junit</groupId>
 -            <artifactId>junit</artifactId>
 -            <scope>test</scope>
 -        </dependency>
 -    </dependencies>
 -
 -
 -</project>
 +<?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">
 +    <modelVersion>4.0.0</modelVersion>
 +
 +    <artifactId>kylin-common</artifactId>
 +    <packaging>jar</packaging>
 +    <name>Kylin:Common</name>
 +
 +    <parent>
 +        <groupId>com.kylinolap</groupId>
 +        <artifactId>kylin</artifactId>
-         <version>0.6.3-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
 +    </parent>
 +
 +    <properties>
 +    </properties>
 +
 +    <dependencies>
 +        <dependency>
 +            <groupId>com.fasterxml.jackson.core</groupId>
 +            <artifactId>jackson-databind</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.commons</groupId>
 +            <artifactId>commons-lang3</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-io</groupId>
 +            <artifactId>commons-io</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-configuration</groupId>
 +            <artifactId>commons-configuration</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.google.guava</groupId>
 +            <artifactId>guava</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.jcraft</groupId>
 +            <artifactId>jsch</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.ning</groupId>
 +            <artifactId>compress-lzf</artifactId>
 +        </dependency>
 +
 +        <!-- Env & Test -->
 +        <dependency>
 +            <groupId>org.apache.commons</groupId>
 +            <artifactId>commons-email</artifactId>
 +            <version>1.1</version>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-common</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-hdfs</artifactId>
 +            <scope>provided</scope>
 +            <!-- protobuf version conflict with hbase -->
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>com.google.protobuf</groupId>
 +                    <artifactId>protobuf-java</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-common</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-client</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-server</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-testing-util</artifactId>
 +            <version>${hbase-hadoop2.version}</version>
 +            <scope>provided</scope>
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>javax.servlet</groupId>
 +                    <artifactId>servlet-api</artifactId>
 +                </exclusion>
 +                <exclusion>
 +                    <groupId>javax.servlet.jsp</groupId>
 +                    <artifactId>jsp-api</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.reflections</groupId>
 +            <artifactId>reflections</artifactId>
 +            <version>0.9.9-RC1</version>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.commons</groupId>
 +            <artifactId>commons-compress</artifactId>
 +            <version>1.2</version>
 +        </dependency>
 +         <dependency>
 +            <groupId>org.apache.hive.hcatalog</groupId>
 +            <artifactId>hive-hcatalog-core</artifactId>
 +            <version>${hive-hcatalog.version}</version>
 +            <scope>provided</scope>
 +          </dependency>
 +    </dependencies>
 +</project>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/cube/pom.xml
----------------------------------------------------------------------
diff --cc cube/pom.xml
index 6004999,6004999..e75b1b2
--- a/cube/pom.xml
+++ b/cube/pom.xml
@@@ -7,7 -7,7 +7,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/dictionary/pom.xml
----------------------------------------------------------------------
diff --cc dictionary/pom.xml
index 69e0f86,2e00b70..dc34c82
--- a/dictionary/pom.xml
+++ b/dictionary/pom.xml
@@@ -8,7 -8,7 +8,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/invertedindex/pom.xml
----------------------------------------------------------------------
diff --cc invertedindex/pom.xml
index a2912b7,0000000..a9527a2
mode 100644,000000..100644
--- a/invertedindex/pom.xml
+++ b/invertedindex/pom.xml
@@@ -1,136 -1,0 +1,136 @@@
 +<?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">
 +    <parent>
 +        <artifactId>kylin</artifactId>
 +        <groupId>com.kylinolap</groupId>
-         <version>0.6.3-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
 +    </parent>
 +    <modelVersion>4.0.0</modelVersion>
 +    <artifactId>kylin-invertedindex</artifactId>
 +    <packaging>jar</packaging>
 +    <name>Kylin:InvertedIndex</name>
 +
 +    <dependencies>
 +        <!--Kylin Jar -->
 +        <dependency>
 +            <groupId>com.kylinolap</groupId>
 +            <artifactId>kylin-metadata</artifactId>
 +            <version>${project.parent.version}</version>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.kylinolap</groupId>
 +            <artifactId>kylin-dictionary</artifactId>
 +            <version>${project.parent.version}</version>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>commons-cli</groupId>
 +            <artifactId>commons-cli</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-lang</groupId>
 +            <artifactId>commons-lang</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-io</groupId>
 +            <artifactId>commons-io</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-configuration</groupId>
 +            <artifactId>commons-configuration</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>log4j</groupId>
 +            <artifactId>log4j</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.fasterxml.jackson.core</groupId>
 +            <artifactId>jackson-databind</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-httpclient</groupId>
 +            <artifactId>commons-httpclient</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.google.guava</groupId>
 +            <artifactId>guava</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.ning</groupId>
 +            <artifactId>compress-lzf</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.n3twork.druid</groupId>
 +            <artifactId>extendedset</artifactId>
 +        </dependency>
 +
 +        <!-- Env & Test -->
 +
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-common</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-annotations</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-mapreduce-client-core</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-minicluster</artifactId>
 +            <scope>test</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.mrunit</groupId>
 +            <artifactId>mrunit</artifactId>
 +            <classifier>hadoop2</classifier>
 +            <scope>test</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-hadoop2-compat</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-common</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-client</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-server</artifactId>
 +            <scope>provided</scope>
 +            <!-- version conflict with hadoop2.2 -->
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>org.apache.hadoop</groupId>
 +                    <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-mapreduce-client-jobclient</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>junit</groupId>
 +            <artifactId>junit</artifactId>
 +            <scope>test</scope>
 +        </dependency>
 +    </dependencies>
 +
 +</project>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/jdbc/pom.xml
----------------------------------------------------------------------
diff --cc jdbc/pom.xml
index 05fa844,05fa844..50ebf0e
--- a/jdbc/pom.xml
+++ b/jdbc/pom.xml
@@@ -11,7 -11,7 +11,7 @@@
  	<parent>
  		<groupId>com.kylinolap</groupId>
  		<artifactId>kylin</artifactId>
--		<version>0.6.4-SNAPSHOT</version>
++		<version>0.7.1-SNAPSHOT</version>
  	</parent>
  
  	<properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/job/pom.xml
----------------------------------------------------------------------
diff --cc job/pom.xml
index 6e42475,a8492ba..8bd5aea
--- a/job/pom.xml
+++ b/job/pom.xml
@@@ -1,250 -1,196 +1,250 @@@
 -<?xml version="1.0"?>
 -<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>
 -        <groupId>com.kylinolap</groupId>
 -        <artifactId>kylin</artifactId>
 -        <version>0.6.4-SNAPSHOT</version>
 -    </parent>
 -
 -    <artifactId>kylin-job</artifactId>
 -    <name>Kylin:Job</name>
 -    <url>http://maven.apache.org</url>
 -    <properties>
 -        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 -    </properties>
 -
 -    <dependencies>
 -        <!--Kylin Jar -->
 -        <dependency>
 -            <groupId>com.kylinolap</groupId>
 -            <artifactId>kylin-cube</artifactId>
 -            <version>${project.parent.version}</version>
 -        </dependency>
 -
 -        <dependency>
 -            <groupId>commons-cli</groupId>
 -            <artifactId>commons-cli</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>commons-lang</groupId>
 -            <artifactId>commons-lang</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>commons-io</groupId>
 -            <artifactId>commons-io</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>commons-configuration</groupId>
 -            <artifactId>commons-configuration</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>log4j</groupId>
 -            <artifactId>log4j</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>com.fasterxml.jackson.core</groupId>
 -            <artifactId>jackson-databind</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>commons-httpclient</groupId>
 -            <artifactId>commons-httpclient</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>com.google.guava</groupId>
 -            <artifactId>guava</artifactId>
 -        </dependency>
 -
 -        <dependency>
 -            <groupId>org.quartz-scheduler</groupId>
 -            <artifactId>quartz</artifactId>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.quartz-scheduler</groupId>
 -            <artifactId>quartz-jobs</artifactId>
 -        </dependency>
 -
 -        <dependency>
 -            <groupId>commons-daemon</groupId>
 -            <artifactId>commons-daemon</artifactId>
 -        </dependency>
 -
 -        <dependency>
 -            <groupId>org.apache.curator</groupId>
 -            <artifactId>curator-framework</artifactId>
 -            <exclusions>
 -                <exclusion>
 -                    <groupId>org.apache.zookeeper</groupId>
 -                    <artifactId>zookeeper</artifactId>
 -                </exclusion>
 -            </exclusions>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.curator</groupId>
 -            <artifactId>curator-recipes</artifactId>
 -            <exclusions>
 -                <exclusion>
 -                    <groupId>org.apache.zookeeper</groupId>
 -                    <artifactId>zookeeper</artifactId>
 -                </exclusion>
 -            </exclusions>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.commons</groupId>
 -            <artifactId>commons-email</artifactId>
 -            <version>1.1</version>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hbase</groupId>
 -            <artifactId>hbase-common</artifactId>
 -            <!-- This is default scope to be included in the job jar, we depends on
 -                hbase utils like Bytes, ImmutableBytesWritable etc. -->
 -        </dependency>
 -
 -        <!-- Env & Test -->
 -
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-common</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-annotations</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-mapreduce-client-core</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-minicluster</artifactId>
 -            <scope>test</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.mrunit</groupId>
 -            <artifactId>mrunit</artifactId>
 -            <classifier>hadoop2</classifier>
 -            <scope>test</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hbase</groupId>
 -            <artifactId>hbase-hadoop2-compat</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hbase</groupId>
 -            <artifactId>hbase-client</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hbase</groupId>
 -            <artifactId>hbase-server</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-yarn-server-resourcemanager</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>junit</groupId>
 -            <artifactId>junit</artifactId>
 -            <scope>test</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.maven</groupId>
 -            <artifactId>maven-model</artifactId>
 -            <scope>test</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-yarn-api</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -        <dependency>
 -            <groupId>org.apache.hadoop</groupId>
 -            <artifactId>hadoop-hdfs</artifactId>
 -            <scope>provided</scope>
 -        </dependency>
 -
 -    </dependencies>
 -
 -    <build>
 -        <plugins>
 -            <plugin>
 -                <artifactId>maven-assembly-plugin</artifactId>
 -                <executions>
 -                    <execution>
 -                        <id>create-job-jar</id>
 -                        <phase>package</phase>
 -                        <goals>
 -                            <goal>single</goal>
 -                        </goals>
 -                        <configuration>
 -                            <descriptors>
 -                                <descriptor>src/main/assembly/job.xml</descriptor>
 -                            </descriptors>
 -                        </configuration>
 -                    </execution>
 -                </executions>
 -            </plugin>
 -        </plugins>
 -    </build>
 -</project>
 +<?xml version="1.0"?>
 +<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>
 +        <groupId>com.kylinolap</groupId>
 +        <artifactId>kylin</artifactId>
-         <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
 +    </parent>
 +
 +    <artifactId>kylin-job</artifactId>
 +    <name>Kylin:Job</name>
 +    <url>http://maven.apache.org</url>
 +    <properties>
 +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 +    </properties>
 +
 +    <dependencies>
 +        <!--Kylin Jar -->
 +        <dependency>
 +            <groupId>com.kylinolap</groupId>
 +            <artifactId>kylin-cube</artifactId>
 +            <version>${project.parent.version}</version>
 +        </dependency>
 +
 +
 +        <dependency>
 +            <groupId>com.kylinolap</groupId>
 +            <artifactId>kylin-invertedindex</artifactId>
 +            <version>${project.parent.version}</version>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>commons-cli</groupId>
 +            <artifactId>commons-cli</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-lang</groupId>
 +            <artifactId>commons-lang</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-io</groupId>
 +            <artifactId>commons-io</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-configuration</groupId>
 +            <artifactId>commons-configuration</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>log4j</groupId>
 +            <artifactId>log4j</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.fasterxml.jackson.core</groupId>
 +            <artifactId>jackson-databind</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>commons-httpclient</groupId>
 +            <artifactId>commons-httpclient</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>com.google.guava</groupId>
 +            <artifactId>guava</artifactId>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>org.quartz-scheduler</groupId>
 +            <artifactId>quartz</artifactId>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.quartz-scheduler</groupId>
 +            <artifactId>quartz-jobs</artifactId>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>commons-daemon</groupId>
 +            <artifactId>commons-daemon</artifactId>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>org.apache.curator</groupId>
 +            <artifactId>curator-framework</artifactId>
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>org.apache.zookeeper</groupId>
 +                    <artifactId>zookeeper</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.curator</groupId>
 +            <artifactId>curator-recipes</artifactId>
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>org.apache.zookeeper</groupId>
 +                    <artifactId>zookeeper</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.commons</groupId>
 +            <artifactId>commons-email</artifactId>
 +            <version>1.1</version>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-common</artifactId>
 +            <!-- This is default scope to be included in the job jar, we depends on
 +                hbase utils like Bytes, ImmutableBytesWritable etc. -->
 +        </dependency>
 +
 +        <!-- Env & Test -->
 +
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-common</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-annotations</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-mapreduce-client-core</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-minicluster</artifactId>
 +            <scope>test</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.mrunit</groupId>
 +            <artifactId>mrunit</artifactId>
 +            <classifier>hadoop2</classifier>
 +            <scope>test</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-hadoop2-compat</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-client</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-server</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-yarn-server-resourcemanager</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>junit</groupId>
 +            <artifactId>junit</artifactId>
 +            <scope>test</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.maven</groupId>
 +            <artifactId>maven-model</artifactId>
 +            <scope>test</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-yarn-api</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hadoop</groupId>
 +            <artifactId>hadoop-hdfs</artifactId>
 +            <scope>provided</scope>
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hive.hcatalog</groupId>
 +            <artifactId>hive-hcatalog-core</artifactId>
 +            <version>${hive-hcatalog.version}</version>
 +            <!--<scope>provided</scope>-->
 +        </dependency>
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-testing-util</artifactId>
 +            <version>${hbase-hadoop2.version}</version>
 +            <scope>test</scope>
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>javax.servlet</groupId>
 +                    <artifactId>servlet-api</artifactId>
 +                </exclusion>
 +                <exclusion>
 +                    <groupId>javax.servlet.jsp</groupId>
 +                    <artifactId>jsp-api</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>org.apache.hbase</groupId>
 +            <artifactId>hbase-testing-util</artifactId>
 +            <version>${hbase-hadoop2.version}</version>
 +            <scope>test</scope>
 +            <exclusions>
 +                <exclusion>
 +                    <groupId>javax.servlet</groupId>
 +                    <artifactId>servlet-api</artifactId>
 +                </exclusion>
 +                <exclusion>
 +                    <groupId>javax.servlet.jsp</groupId>
 +                    <artifactId>jsp-api</artifactId>
 +                </exclusion>
 +            </exclusions>
 +        </dependency>
 +
 +        <dependency>
 +            <groupId>com.kylinolap</groupId>
 +            <artifactId>kylin-storage</artifactId>
 +            <version>${project.parent.version}</version>
 +            <scope>test</scope>
 +        </dependency>
 +
 +    </dependencies>
 +
 +    <build>
 +        <plugins>
 +            <plugin>
 +                <artifactId>maven-assembly-plugin</artifactId>
 +                <executions>
 +                    <execution>
 +                        <id>create-job-jar</id>
 +                        <phase>package</phase>
 +                        <goals>
 +                            <goal>single</goal>
 +                        </goals>
 +                        <configuration>
 +                            <descriptors>
 +                                <descriptor>src/main/assembly/job.xml</descriptor>
 +                            </descriptors>
 +                        </configuration>
 +                    </execution>
 +                </executions>
 +            </plugin>
 +        </plugins>
 +    </build>
 +</project>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/metadata/pom.xml
----------------------------------------------------------------------
diff --cc metadata/pom.xml
index 7bad565,8ac56fe..4d8d9f1
--- a/metadata/pom.xml
+++ b/metadata/pom.xml
@@@ -8,7 -8,7 +8,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/pom.xml
----------------------------------------------------------------------
diff --cc pom.xml
index 7126b6b,7c1eecf..cca416d
--- a/pom.xml
+++ b/pom.xml
@@@ -5,7 -4,7 +5,7 @@@
      <groupId>com.kylinolap</groupId>
      <artifactId>kylin</artifactId>
      <packaging>pom</packaging>
--    <version>0.6.4-SNAPSHOT</version>
++    <version>0.7.1-SNAPSHOT</version>
      <name>Kylin:HadoopOLAPEngine</name>
  
      <properties>
@@@ -17,12 -16,11 +17,12 @@@
          <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
  
          <!-- Hadoop versions -->
-         <hadoop2.version>2.4.1</hadoop2.version>
-         <yarn.version>2.4.1</yarn.version>
+         <hadoop2.version>2.6.0</hadoop2.version>
+         <yarn.version>2.6.0</yarn.version>
 -        <hbase-hadoop2.version>0.98.4-hadoop2</hbase-hadoop2.version>
+         <zookeeper.version>3.4.6</zookeeper.version>
+         <hive.version>0.14.0</hive.version>
 +        <hbase-hadoop2.version>0.98.8-hadoop2</hbase-hadoop2.version>
-         <zookeeper.version>3.4.5</zookeeper.version>
-         <hive.version>0.13.0</hive.version>
 +        <hive-hcatalog.version>0.13.0.2.1.1.0-385</hive-hcatalog.version>
  
          <!-- Dependency versions -->
          <antlr.version>3.4</antlr.version>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/query/pom.xml
----------------------------------------------------------------------
diff --cc query/pom.xml
index b5b0017,ecc5a6f..098163b
--- a/query/pom.xml
+++ b/query/pom.xml
@@@ -9,7 -9,7 +9,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/server/pom.xml
----------------------------------------------------------------------
diff --cc server/pom.xml
index f7613da,ead527b..421100a
--- a/server/pom.xml
+++ b/server/pom.xml
@@@ -9,7 -9,7 +9,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <properties>

http://git-wip-us.apache.org/repos/asf/incubator-kylin/blob/7e791bd1/storage/pom.xml
----------------------------------------------------------------------
diff --cc storage/pom.xml
index a58210f,5d9d4d8..e59b333
--- a/storage/pom.xml
+++ b/storage/pom.xml
@@@ -7,7 -7,7 +7,7 @@@
      <parent>
          <groupId>com.kylinolap</groupId>
          <artifactId>kylin</artifactId>
--        <version>0.6.4-SNAPSHOT</version>
++        <version>0.7.1-SNAPSHOT</version>
      </parent>
  
      <dependencies>