You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2017/08/17 04:30:21 UTC

[1/3] bahir git commit: [MINOR] Update signature algorithm in release script

Repository: bahir
Updated Branches:
  refs/heads/master 3c036e9ba -> b75765887


[MINOR] Update signature algorithm in release script


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

Branch: refs/heads/master
Commit: 85d101807057c4aaaa0c06278dbceaa2aa39310e
Parents: 3c036e9
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Aug 16 22:18:40 2017 -0600
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Aug 16 22:18:40 2017 -0600

----------------------------------------------------------------------
 dev/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/85d10180/dev/release-build.sh
----------------------------------------------------------------------
diff --git a/dev/release-build.sh b/dev/release-build.sh
index 0b8905d..ab9f534 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -267,7 +267,7 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
         rm -f *.md5
         for i in *.zip *.tar.gz; do openssl md5 -hex $i | sed 's/MD5(\([^)]*\))= \([0-9a-f]*\)/\2 *\1/' > $i.md5; done
         rm -f *.sha
-        for i in *.zip *.tar.gz; do shasum $i > $i.sha; done
+        for i in *.zip *.tar.gz; do shasum --algorithm 512 --check $i > $i.sha512; done
 
         cd .. #exit $RELEASE_VERSION-$RELEASE_RC/
 


[3/3] bahir git commit: [MINOR] Fix javadoc issues when performing release:prepare

Posted by lr...@apache.org.
[MINOR] Fix javadoc issues when performing release:prepare

The maven-javadoc-plugin was complaining with 'javadoc: error -
No public or protected classes found to document.' when running
maven release:prepare.


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

Branch: refs/heads/master
Commit: b7576588754039c1108f2da2e448cbeff02105f4
Parents: 14f9a5e
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Aug 16 22:28:14 2017 -0600
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Aug 16 22:28:14 2017 -0600

----------------------------------------------------------------------
 .../spark/streaming/akka/package-info.java      | 21 ------------------
 .../apache/spark/streaming/akka/package.scala   | 23 --------------------
 .../spark/streaming/mqtt/package-info.java      | 21 ------------------
 .../apache/spark/streaming/mqtt/package.scala   | 23 --------------------
 .../spark/streaming/twitter/package-info.java   | 21 ------------------
 .../spark/streaming/twitter/package.scala       | 23 --------------------
 .../spark/streaming/zeromq/package-info.java    | 21 ------------------
 .../apache/spark/streaming/zeromq/package.scala | 23 --------------------
 8 files changed, 176 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java
----------------------------------------------------------------------
diff --git a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java b/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java
deleted file mode 100644
index f2036f4..0000000
--- a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Akka receiver for Spark Streaming.
- */
-package org.apache.spark.streaming.akka;

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala
----------------------------------------------------------------------
diff --git a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala b/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala
deleted file mode 100644
index c7443ea..0000000
--- a/streaming-akka/src/main/scala/org/apache/spark/streaming/akka/package.scala
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.spark.streaming
-
-/**
- * Akka receiver for Spark Streaming.
- */
-package object akka

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package-info.java
----------------------------------------------------------------------
diff --git a/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package-info.java b/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package-info.java
deleted file mode 100644
index 290fb09..0000000
--- a/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * MQTT receiver for Spark Streaming.
- */
-package org.apache.spark.streaming.mqtt;

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package.scala
----------------------------------------------------------------------
diff --git a/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package.scala b/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package.scala
deleted file mode 100644
index 63d0d13..0000000
--- a/streaming-mqtt/src/main/scala/org/apache/spark/streaming/mqtt/package.scala
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.spark.streaming
-
-/**
- * MQTT receiver for Spark Streaming.
- */
-package object mqtt

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package-info.java
----------------------------------------------------------------------
diff --git a/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package-info.java b/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package-info.java
deleted file mode 100644
index 115dd7f..0000000
--- a/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Twitter feed receiver for spark streaming.
- */
-package org.apache.spark.streaming.twitter;

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package.scala
----------------------------------------------------------------------
diff --git a/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package.scala b/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package.scala
deleted file mode 100644
index 580e37f..0000000
--- a/streaming-twitter/src/main/scala/org/apache/spark/streaming/twitter/package.scala
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.spark.streaming
-
-/**
- * Twitter feed receiver for spark streaming.
- */
-package object twitter

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package-info.java
----------------------------------------------------------------------
diff --git a/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package-info.java b/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package-info.java
deleted file mode 100644
index 0401b3f..0000000
--- a/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package-info.java
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * 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.
- */
-
-/**
- * Zeromq receiver for spark streaming.
- */
-package org.apache.spark.streaming.zeromq;

http://git-wip-us.apache.org/repos/asf/bahir/blob/b7576588/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package.scala
----------------------------------------------------------------------
diff --git a/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package.scala b/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package.scala
deleted file mode 100644
index 65e6e57..0000000
--- a/streaming-zeromq/src/main/scala/org/apache/spark/streaming/zeromq/package.scala
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * 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.
- */
-
-package org.apache.spark.streaming
-
-/**
- * Zeromq receiver for spark streaming.
- */
-package object zeromq


[2/3] bahir git commit: [MINOR] Skip Scala 2.10 when publishing release artifacts

Posted by lr...@apache.org.
[MINOR] Skip Scala 2.10 when publishing release artifacts

Skip Scala 2.10 as a few of the extension dependencies are
not published in Scala 2.10 binaries.


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

Branch: refs/heads/master
Commit: 14f9a5edd0db26b3867c263f0d60e59b422d2479
Parents: 85d1018
Author: Luciano Resende <lr...@apache.org>
Authored: Wed Aug 16 22:19:35 2017 -0600
Committer: Luciano Resende <lr...@apache.org>
Committed: Wed Aug 16 22:19:35 2017 -0600

----------------------------------------------------------------------
 dev/release-build.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/14f9a5ed/dev/release-build.sh
----------------------------------------------------------------------
diff --git a/dev/release-build.sh b/dev/release-build.sh
index ab9f534..578f78f 100755
--- a/dev/release-build.sh
+++ b/dev/release-build.sh
@@ -291,11 +291,11 @@ if [[ "$RELEASE_PUBLISH" == "true" ]]; then
     #Deploy default scala 2.11
     mvn $PUBLISH_PROFILES -DaltDeploymentRepository=apache.releases.https::default::https://repository.apache.org/service/local/staging/deploy/maven2 clean package gpg:sign install:install deploy:deploy -DskiptTests -Darguments="-DskipTests" -Dgpg.passphrase=$GPG_PASSPHRASE
 
-    mvn clean
+    #mvn clean
 
     #Deploy scala 2.10
-    ./dev/change-scala-version.sh 2.10
-    mvn $PUBLISH_PROFILES -DaltDeploymentRepository=apache.releases.https::default::https://repository.apache.org/service/local/staging/deploy/maven2 clean package gpg:sign install:install deploy:deploy -DskiptTests -Darguments="-DskipTests" -Dscala-2.10 -Dgpg.passphrase=$GPG_PASSPHRASE
+    #./dev/change-scala-version.sh 2.10
+    #mvn $PUBLISH_PROFILES -DaltDeploymentRepository=apache.releases.https::default::https://repository.apache.org/service/local/staging/deploy/maven2 clean package gpg:sign install:install deploy:deploy -DskiptTests -Darguments="-DskipTests" -Dscala-2.10 -Dgpg.passphrase=$GPG_PASSPHRASE
 
     cd "$BASE_DIR" #exit target