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 2016/11/19 21:51:59 UTC

svn commit: r17059 - /release/incubator/carbondata/0.2.0-incubating/

Author: chenliang613
Date: Sat Nov 19 21:51:59 2016
New Revision: 17059

Log:
checkin Apache CarbonData 0.2.0-incubating release

Added:
    release/incubator/carbondata/0.2.0-incubating/
    release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip   (with props)
    release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.asc
    release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.md5
    release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.sha1
    release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom
    release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom.asc

Added: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip
==============================================================================
Binary file - no diff available.

Propchange: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.asc
==============================================================================
--- release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.asc (added)
+++ release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.asc Sat Nov 19 21:51:59 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJYIw6dAAoJEEQA5+D87Zkf1JwH/3/ovxe/C+jbBB7whZd5pz0t
+VCDvwSW2xIJj4YnNiK1Gz6usapEuliuCNYZSi1OnFmyOOUS331//9YDLsdThAA1N
+Voutczi14F/rPaP72pFp/MNiU4skNWCTvIhowlUYkghZLRxr5nxAX74dcsCqCSf7
+Z7P9K/VOygsdcc9/rhmwP1JDdZYAMCg85nB+uUwlRy9S1lc98iLv/oETE1EFYaNn
+duo4Q2+TNlimzFr33qI6yi/63abw9R5hapd5URitMtFkyeRoOUUUfcQiHKUvoHVt
+GTTrHImxqJx3AmqewSeScfoxdNJrHYWccjnAd0NzCF6rf33ThdtA8/hs2cWXukg=
+=zLla
+-----END PGP SIGNATURE-----

Added: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.md5
==============================================================================
--- release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.md5 (added)
+++ release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.md5 Sat Nov 19 21:51:59 2016
@@ -0,0 +1 @@
+09b18c43c6b4e820eca5616b960dc3ff  carbondata-parent-0.2.0-incubating-source-release.zip

Added: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.sha1
==============================================================================
--- release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.sha1 (added)
+++ release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating-source-release.zip.sha1 Sat Nov 19 21:51:59 2016
@@ -0,0 +1 @@
+42ad447d42ef85fe2a3622415e29a51d7a4fa5d6  carbondata-parent-0.2.0-incubating-source-release.zip

Added: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom
==============================================================================
--- release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom (added)
+++ release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom Sat Nov 19 21:51:59 2016
@@ -0,0 +1,381 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    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>
+    <groupId>org.apache</groupId>
+    <artifactId>apache</artifactId>
+    <version>17</version>
+  </parent>
+
+  <groupId>org.apache.carbondata</groupId>
+  <artifactId>carbondata-parent</artifactId>
+  <name>Apache CarbonData :: Parent</name>
+  <description>CarbonData is a new Apache Hadoop native file format for faster
+    interactive query using advanced columnar storage, index, compression
+    and encoding techniques to improve computing efficiency, in turn it will
+    help speedup queries an order of magnitude faster over PetaBytes of data.</description>
+  <url>http://carbondata.incubator.apache.org</url>
+  <inceptionYear>2016</inceptionYear>
+  <packaging>pom</packaging>
+
+  <version>0.2.0-incubating</version>
+
+  <licenses>
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <scm>
+    <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-carbondata.git</connection>
+    <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-carbondata.git</developerConnection>
+    <url>https://git-wip-us.apache.org/repos/asf/incubator-carbondata.git</url>
+    <tag>carbondata-0.2.0-incubating</tag>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>https://issues.apache.org/jira/browse/CARBONDATA</url>
+  </issueManagement>
+
+  <mailingLists>
+    <mailingList>
+      <name>CarbonData Dev</name>
+      <subscribe>dev-subscribe@carbondata.incubator.apache.org</subscribe>
+      <unsubscribe>dev-unsubscribe@carbondata.incubator.apache.org</unsubscribe>
+      <post>dev@carbondata.incubator.apache.org</post>
+      <archive>http://www.mail-archive.com/dev%carbondata.incubator.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>CarbonData User</name>
+      <subscribe>user-subscribe@carbondata.incubator.apache.org</subscribe>
+      <unsubscribe>user-unsubscribe@carbondata.incubator.apache.org</unsubscribe>
+      <post>user@carbondata.incubator.apache.org</post>
+      <archive>http://www.mail-archive.com/user%carbondata.incubator.apache.org</archive>
+    </mailingList>
+    <mailingList>
+      <name>CarbonData Commits</name>
+      <subscribe>commits-subscribe@carbondata.incubator.apache.org</subscribe>
+      <unsubscribe>commits-unsubscribe@carbondata.incubator.apache.org</unsubscribe>
+      <post>commits@carbondata.incubator.apache.org</post>
+      <archive>http://www.mail-archive.com/commits%carbondata.incubator.apache.org</archive>
+    </mailingList>
+  </mailingLists>
+
+  <developers>
+    <developer>
+      <name>The Apache CarbonData Team</name>
+      <email>dev@carbondata.incubator.apache.org</email>
+      <url>http://carbondata.incubator.apache.org</url>
+      <organization>Apache Software Foundation</organization>
+      <organizationUrl>http://www.apache.org</organizationUrl>
+    </developer>
+  </developers>
+
+  <modules>
+    <module>common</module>
+    <module>core</module>
+    <module>processing</module>
+    <module>hadoop</module>
+    <module>integration/spark</module>
+    <module>assembly</module>
+    <module>examples</module>
+  </modules>
+
+  <properties>
+    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+    <spark.version>1.5.2</spark.version>
+    <scala.binary.version>2.10</scala.binary.version>
+    <snappy.version>1.1.2.6</snappy.version>
+    <hadoop.version>2.2.0</hadoop.version>
+    <scala.version>2.10.4</scala.version>
+    <kettle.version>4.4.0-stable</kettle.version>
+    <hadoop.deps.scope>compile</hadoop.deps.scope>
+    <spark.deps.scope>compile</spark.deps.scope>
+    <scala.deps.scope>compile</scala.deps.scope>
+    <dev.path>${basedir}/dev</dev.path>
+  </properties>
+
+  <dependencyManagement>
+    <dependencies>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-common</artifactId>
+        <version>${hadoop.version}</version>
+        <scope>${hadoop.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.hadoop</groupId>
+        <artifactId>hadoop-hdfs</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>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.spark</groupId>
+        <artifactId>spark-sql_${scala.binary.version}</artifactId>
+        <version>${spark.version}</version>
+        <scope>${spark.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.spark</groupId>
+        <artifactId>spark-hive-thriftserver_${scala.binary.version}</artifactId>
+        <version>${spark.version}</version>
+        <scope>${spark.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.spark</groupId>
+        <artifactId>spark-repl_${scala.binary.version}</artifactId>
+        <version>${spark.version}</version>
+        <scope>${spark.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.scala-lang</groupId>
+        <artifactId>scala-compiler</artifactId>
+        <version>${scala.version}</version>
+        <scope>${scala.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.scala-lang</groupId>
+        <artifactId>scala-reflect</artifactId>
+        <version>${scala.version}</version>
+        <scope>${scala.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.scala-lang</groupId>
+        <artifactId>scala-library</artifactId>
+        <version>${scala.version}</version>
+        <scope>${scala.deps.scope}</scope>
+      </dependency>
+      <dependency>
+        <groupId>org.jmockit</groupId>
+        <artifactId>jmockit</artifactId>
+        <version>1.10</version>
+        <exclusions>
+          <exclusion>
+            <groupId>*</groupId>
+            <artifactId>*</artifactId>
+          </exclusion>
+        </exclusions>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <version>4.11</version>
+        <scope>test</scope>
+      </dependency>
+    </dependencies>
+  </dependencyManagement>
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <additionalparam>-Xdoclint:missing</additionalparam>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-shade-plugin</artifactId>
+          <version>2.4.3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.17</version>
+        <configuration>
+          <configLocation>${dev.path}/javastyle-config.xml</configLocation>
+          <consoleOutput>true</consoleOutput>
+          <failsOnError>true</failsOnError>
+          <linkXRef>false</linkXRef>
+          <verbose>false</verbose>
+          <failOnViolation>true</failOnViolation>
+          <includeTestSourceDirectory>false</includeTestSourceDirectory>
+          <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
+          <testSourceDirectory>${basedir}/src/test/java</testSourceDirectory>
+          <outputFile>${basedir}/target/checkstyle-output.xml</outputFile>
+          <inputEncoding>${project.build.sourceEncoding}</inputEncoding>
+          <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
+        </configuration>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
+      <plugin>
+        <groupId>org.scalastyle</groupId>
+        <artifactId>scalastyle-maven-plugin</artifactId>
+        <version>0.8.0</version>
+        <executions>
+          <execution>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+        <configuration>
+          <verbose>false</verbose>
+          <failOnViolation>true</failOnViolation>
+          <includeTestSourceDirectory>false</includeTestSourceDirectory>
+          <failOnWarning>false</failOnWarning>
+          <sourceDirectory>${basedir}/src/main/scala</sourceDirectory>
+          <testSourceDirectory>${basedir}/src/test/scala</testSourceDirectory>
+          <configLocation>${dev.path}/scalastyle-config.xml</configLocation>
+          <outputFile>${basedir}/target/scalastyle-output.xml</outputFile>
+          <outputEncoding>${project.build.sourceEncoding}</outputEncoding>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+
+  <profiles>
+    <profile>
+      <id>build-with-format</id>
+      <modules>
+        <module>format</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>hadoop-2.2.0</id>
+      <!-- default -->
+      <properties>
+        <hadoop.version>2.2.0</hadoop.version>
+      </properties>
+    </profile>
+    <profile>
+      <id>hadoop-2.7.2</id>
+      <properties>
+        <hadoop.version>2.7.2</hadoop.version>
+      </properties>
+    </profile>
+    <profile>
+      <id>spark-1.5</id>
+      <!-- default -->
+      <properties>
+        <spark.version>1.5.2</spark.version>
+      </properties>
+    </profile>
+    <profile>
+      <id>spark-1.6</id>
+      <properties>
+        <spark.version>1.6.2</spark.version>
+      </properties>
+    </profile>
+    <profile>
+      <id>integration-test</id>
+      <modules>
+        <module>integration-testcases</module>
+      </modules>
+    </profile>
+    <profile>
+      <id>findbugs</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>findbugs-maven-plugin</artifactId>
+            <version>3.0.0</version>
+            <configuration>
+              <excludeFilterFile>${dev.path}/findbugs-exclude.xml</excludeFilterFile>
+              <failOnError>true</failOnError>
+              <findbugsXmlOutput>true</findbugsXmlOutput>
+              <xmlOutput>true</xmlOutput>
+              <effort>Max</effort>
+            </configuration>
+            <executions>
+              <execution>
+                <id>analyze-compile</id>
+                <phase>compile</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>provided</id>
+    </profile>
+    <profile>
+      <id>include-all</id>
+    </profile>
+    <profile>
+      <id>rat</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <version>0.11</version>
+            <executions>
+              <execution>
+                <phase>verify</phase>
+                <goals>
+                  <goal>check</goal>
+                </goals>
+              </execution>
+            </executions>
+            <configuration>
+              <reportFile>${project.build.directory}/${project.build.finalName}.rat</reportFile>
+              <excludeSubProjects>false</excludeSubProjects>
+              <useDefaultExcludes>true</useDefaultExcludes>
+              <excludes>
+                <exclude>**/*.iml</exclude>
+                <exclude>**/*.csv</exclude>
+                <exclude>**/*.dictionary</exclude>
+                <exclude>**/*.ktr</exclude>
+                <exclude>**/_SUCCESS</exclude>
+                <exclude>**/non-csv</exclude>
+                <exclude>**/.invisibilityfile</exclude>
+                <exclude>**/noneCsvFormat.cs</exclude>
+                <exclude>**/org.apache.spark.sql.sources.DataSourceRegister</exclude>
+                <exclude>**/derby.log</exclude>
+                <exclude>**/meta.lock</exclude>
+                <exclude>**/loadmetadata.metadata</exclude>
+                <exclude>**/modifiedTime.mdt</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
+</project>
\ No newline at end of file

Added: release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom.asc
==============================================================================
--- release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom.asc (added)
+++ release/incubator/carbondata/0.2.0-incubating/carbondata-parent-0.2.0-incubating.pom.asc Sat Nov 19 21:51:59 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1
+
+iQEcBAABAgAGBQJYIw6dAAoJEEQA5+D87ZkfTWMH/1n80DbVOVQYKhZOu1fLciUX
+5MVV2mOPKUOJfz9CkBJ8Dl+r+g6GrCPEVu+vPJJODbbP346R9/K4HwLZ9iY2zeZ0
+F2cOajCT8U2fwq+y1UT1GRv2aOa23hti51Ayklpd1klRFaBaswDxTHLskiHBpofr
+5MBT88T73qneUbCwOwZAhpzQzONb4pDF9PAxsNZ1+dc5C9FmkX6i84s6Kx5tO9CJ
+B1zbL5/3ElN6I82H231RrA7iuI3Zoi5Tfcf9EQSGnuiEjZJS2RkwB9IeBiuzfQ5B
+R2DPaxM24T3lrn7DxbUEm887Fjtum5diDVM2O9toPp/uGdxQlLwgfcOE+DG55fM=
+=Xm6m
+-----END PGP SIGNATURE-----