Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dev/source-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ if [ -z "$2" ]; then
exit
fi

version=$1-incubating
version=$1
rc=$2

if [ -d tmp/ ]; then
echo "Cannot run: tmp/ exists"
exit
fi

tag=apache-parquet-mr-$version
tag=apache-parquet-$version
tagrc=${tag}-rc${rc}

echo "Preparing source for $tagrc"
Expand All @@ -62,19 +62,19 @@ gpg --print-md MD5 $tarball > ${tarball}.md5
shasum $tarball > ${tarball}.sha

# check out the parquet RC folder
svn co --depth=empty https://dist.apache.org/repos/dist/dev/incubator/parquet tmp
svn co --depth=empty https://dist.apache.org/repos/dist/dev/parquet tmp

# add the release candidate for the tag
mkdir -p tmp/$tagrc
cp ${tarball}* tmp/$tagrc
svn add tmp/$tagrc
echo "svn ci -m 'Apache Parquet MR (Incubating) $version RC${rc}' tmp/$tagrc"
echo "svn ci -m 'Apache Parquet MR $version RC${rc}' tmp/$tagrc"

# clean up
rm -rf tmp

echo "Success! The release candidate is available here:"
echo " https://dist.apache.org/repos/dist/dev/incubator/parquet/$tagrc"
echo " https://dist.apache.org/repos/dist/dev/parquet/$tagrc"
echo ""
echo "Commit SHA1: $release_hash"

4 changes: 2 additions & 2 deletions parquet-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-avro</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Avro (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Avro</name>
<url>https://parquet.apache.org</url>

<properties>
<avro.version>1.7.6</avro.version>
Expand Down
2 changes: 1 addition & 1 deletion parquet-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>parquet-benchmarks</artifactId>
<packaging>jar</packaging>
<name>Apache Parquet Benchmarks</name>
<url>https://github.com/Parquet/parquet-mr</url>
<url>https://parquet.apache.org</url>

<properties>
<jmh.version>1.3.4</jmh.version>
Expand Down
4 changes: 2 additions & 2 deletions parquet-cascading/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-cascading</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Cascading (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Cascading</name>
<url>https://parquet.apache.org</url>

<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions parquet-column/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-column</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Column (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Column</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-common</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Common (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Common</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-encoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-encoding</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Encodings (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Encodings</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-generator</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Generator (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Generator</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-hadoop-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-hadoop-bundle</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Hadoop Bundle (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Hadoop Bundle</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-hadoop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-hadoop</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Hadoop (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Hadoop</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-hive-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-hive-bundle</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Hive Bundle (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Hive Bundle</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-0.10-binding</artifactId>
<name>Apache Parquet Hive 0.10 Binding (Incubating)</name>
<name>Apache Parquet Hive 0.10 Binding</name>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-0.12-binding</artifactId>
<name>Apache Parquet Hive 0.12 Binding (Incubating)</name>
<name>Apache Parquet Hive 0.12 Binding</name>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-binding-bundle</artifactId>
<name>Apache Parquet Hive Binding Bundle (Incubating)</name>
<name>Apache Parquet Hive Binding Bundle</name>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-binding-factory</artifactId>
<name>Apache Parquet Hive Binding Factory (Incubating)</name>
<name>Apache Parquet Hive Binding Factory</name>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-binding-interface</artifactId>
<name>Apache Parquet Hive Binding Interface (Incubating)</name>
<name>Apache Parquet Hive Binding Interface</name>
<packaging>jar</packaging>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion parquet-hive/parquet-hive-binding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-binding</artifactId>
<name>Apache Parquet Hive Binding Parent (Incubating)</name>
<name>Apache Parquet Hive Binding Parent</name>
<packaging>pom</packaging>

<!-- provides javax.jdo:jdo2-api:jar:2.3-ec -->
Expand Down
2 changes: 1 addition & 1 deletion parquet-hive/parquet-hive-storage-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>parquet-hive-storage-handler</artifactId>
<name>Parquet Hive Storage Handler</name>
<name>Apache Parquet Hive Storage Handler</name>
<packaging>jar</packaging>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions parquet-hive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-hive</artifactId>
<packaging>pom</packaging>

<name>Apache Parquet Hive (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Hive</name>
<url>https://parquet.apache.org</url>

<developers>
<developer>
Expand Down
4 changes: 2 additions & 2 deletions parquet-jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-jackson</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Jackson (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Jackson</name>
<url>https://parquet.apache.org</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parquet-pig-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-pig-bundle</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Pig Bundle (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Pig Bundle</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-pig/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-pig</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Pig (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Pig</name>
<url>https://parquet.apache.org</url>

<properties>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions parquet-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
</properties>


<name>Apache Parquet Protobuf (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Protobuf</name>
<url>https://parquet.apache.org</url>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions parquet-scala/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-scala_${scala.binary.version}</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Scala (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Scala</name>
<url>https://parquet.apache.org</url>

<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions parquet-scrooge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-scrooge_${scala.binary.version}</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Scrooge (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Scrooge</name>
<url>https://parquet.apache.org</url>

<repositories>
<repository>
Expand Down
4 changes: 2 additions & 2 deletions parquet-thrift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-thrift</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Thrift (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Thrift</name>
<url>https://parquet.apache.org</url>

<properties>
<elephant-bird.version>4.4</elephant-bird.version>
Expand Down
4 changes: 2 additions & 2 deletions parquet-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<artifactId>parquet-tools</artifactId>
<packaging>jar</packaging>

<name>Apache Parquet Tools (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet Tools</name>
<url>https://parquet.apache.org</url>

<properties>
<hadoop.scope>provided</hadoop.scope>
Expand Down
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
<version>1.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Apache Parquet MR (Incubating)</name>
<url>https://parquet.incubator.apache.org</url>
<name>Apache Parquet MR</name>
<url>https://parquet.apache.org</url>
<description>Parquet is a columnar storage format that supports nested data. This provides the java implementation.</description>

<scm>
<connection>scm:git:git@github.com:apache/incubator-parquet-mr.git</connection>
<url>scm:git:git@github.com:apache/incubator-parquet-mr.git</url>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-parquet-mr.git</developerConnection>
<connection>scm:git:git@github.com:apache/parquet-mr.git</connection>
<url>scm:git:git@github.com:apache/parquet-mr.git</url>
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/parquet-mr.git</developerConnection>
</scm>

<licenses>
Expand All @@ -37,15 +37,15 @@
<mailingLists>
<mailingList>
<name>Dev Mailing List</name>
<post>dev@parquet.incubator.apache.org</post>
<subscribe>dev-subscribe@parquet.incubator.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@parquet.incubator.apache.org</unsubscribe>
<post>dev@parquet.apache.org</post>
<subscribe>dev-subscribe@parquet.apache.org</subscribe>
<unsubscribe>dev-unsubscribe@parquet.apache.org</unsubscribe>
</mailingList>
<mailingList>
<name>Commits Mailing List</name>
<post>commits@parquet.incubator.apache.org</post>
<subscribe>commits-subscribe@parquet.incubator.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@parquet.incubator.apache.org</unsubscribe>
<post>commits@parquet.apache.org</post>
<subscribe>commits-subscribe@parquet.apache.org</subscribe>
<unsubscribe>commits-unsubscribe@parquet.apache.org</unsubscribe>
</mailingList>
</mailingLists>

Expand Down