You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by el...@apache.org on 2018/01/19 22:58:54 UTC

[01/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 b978de2a9 -> 712aa28d8
  refs/heads/4.x-HBase-1.2 75a7a5d5e -> 0e9275859
  refs/heads/4.x-HBase-1.3 c42d90aa3 -> f62c7648e
  refs/heads/5.x-HBase-2.0 8ac5ec08d -> 42f4fed7e
  refs/heads/master e3faa9549 -> 5fb3f7fa8


PHOENIX-4541 Fix apache-rat-check failures


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

Branch: refs/heads/master
Commit: 0aa1cfb4e14f52c9770d5da5bae7f4868152ca7e
Parents: e3faa95
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:01:21 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 15:58:40 2018 -0500

----------------------------------------------------------------------
 .../phoenix/schema/TablesNotInSyncException.java   | 17 +++++++++++++++++
 pom.xml                                            |  3 +++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0aa1cfb4/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java b/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
index e58df71..dac5b7f 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
@@ -1,3 +1,20 @@
+/*
+ * 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.phoenix.schema;
 
 import org.apache.phoenix.exception.SQLExceptionCode;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/0aa1cfb4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 88bf3c3..6d7e3a9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,6 +473,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Argparse is bundled to work around system Python version
+                 issues, compatibile with ALv2 -->
+            <exclude>bin/argparse-1.4.0/argparse.py</exclude>
           </excludes>
         </configuration>
       </plugin>


[09/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

Posted by el...@apache.org.
PHOENIX-4541 Fix apache-rat-check failures


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 88ba82afe2899554109452cfd41a571b7db78810
Parents: b978de2
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:01:21 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 17:53:17 2018 -0500

----------------------------------------------------------------------
 .../apache/phoenix/end2end/MutationStateIT.java    | 17 +++++++++++++++++
 .../apache/phoenix/end2end/SystemCatalogIT.java    | 17 +++++++++++++++++
 pom.xml                                            |  3 +++
 3 files changed, 37 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/88ba82af/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutationStateIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutationStateIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutationStateIT.java
index 2d5f360..36782c1 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutationStateIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/MutationStateIT.java
@@ -1,3 +1,20 @@
+/*
+ * 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.phoenix.end2end;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/88ba82af/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
index 7de9cbf..acc7873 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/SystemCatalogIT.java
@@ -1,3 +1,20 @@
+/*
+ * 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.phoenix.end2end;
 
 import static org.junit.Assert.assertEquals;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/88ba82af/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 824b05f..36a49c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,6 +474,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Argparse is bundled to work around system Python version
+                 issues, compatibile with ALv2 -->
+            <exclude>bin/argparse-1.4.0/argparse.py</exclude>
           </excludes>
         </configuration>
       </plugin>


[07/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

Posted by el...@apache.org.
PHOENIX-4541 Fix apache-rat-check failures


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

Branch: refs/heads/4.x-HBase-1.2
Commit: e19fe33971bd04e9dcbd7ccff6cbee7315f7fb25
Parents: 75a7a5d
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:01:21 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 17:44:24 2018 -0500

----------------------------------------------------------------------
 .../phoenix/schema/TablesNotInSyncException.java   | 17 +++++++++++++++++
 pom.xml                                            |  3 +++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/e19fe339/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java b/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
index e58df71..dac5b7f 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
@@ -1,3 +1,20 @@
+/*
+ * 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.phoenix.schema;
 
 import org.apache.phoenix.exception.SQLExceptionCode;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/e19fe339/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 749fba0..d3088d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,6 +473,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Argparse is bundled to work around system Python version
+                 issues, compatibile with ALv2 -->
+            <exclude>bin/argparse-1.4.0/argparse.py</exclude>
           </excludes>
         </configuration>
       </plugin>


[06/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

Posted by el...@apache.org.
PHOENIX-4541 Fix apache-rat-check failures


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

Branch: refs/heads/4.x-HBase-1.3
Commit: 0a141ed370f27d4cd3cf83b7fa8f49c8f1372e71
Parents: c42d90a
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:01:21 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 16:41:54 2018 -0500

----------------------------------------------------------------------
 .../phoenix/schema/TablesNotInSyncException.java   | 17 +++++++++++++++++
 pom.xml                                            |  3 +++
 2 files changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0a141ed3/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java b/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
index e58df71..dac5b7f 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/schema/TablesNotInSyncException.java
@@ -1,3 +1,20 @@
+/*
+ * 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.phoenix.schema;
 
 import org.apache.phoenix.exception.SQLExceptionCode;

http://git-wip-us.apache.org/repos/asf/phoenix/blob/0a141ed3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7b6b052..b875fa7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -473,6 +473,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Argparse is bundled to work around system Python version
+                 issues, compatibile with ALv2 -->
+            <exclude>bin/argparse-1.4.0/argparse.py</exclude>
           </excludes>
         </configuration>
       </plugin>


[05/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

Posted by el...@apache.org.
PHOENIX-4542 Use .sha256 and .sha512


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

Branch: refs/heads/4.x-HBase-1.3
Commit: f62c7648ebdb540886e52324cb5d51e47e206d33
Parents: 0a141ed
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:36:43 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 16:41:54 2018 -0500

----------------------------------------------------------------------
 dev/make_rc.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/f62c7648/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 638968c..d81786f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -102,14 +102,14 @@ function_sign() {
   if [[ "$OSTYPE" == "darwin"* ]]; then
     gpg2 --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     openssl md5 $phoenix_tar > $phoenix_tar.md5;
-    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha;
-    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha;
+    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha512;
+    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha256;
   # all other OS
   else
     gpg --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     md5sum -b $phoenix_tar > $phoenix_tar.md5;
-    sha512sum -b $phoenix_tar > $phoenix_tar.sha;
-    sha256sum -b $phoenix_tar >> $phoenix_tar.sha;
+    sha512sum -b $phoenix_tar > $phoenix_tar.sha512;
+    sha256sum -b $phoenix_tar >> $phoenix_tar.sha256;
   fi
 }
 


[03/10] phoenix git commit: PHOENIX-4541 Fix apache-rat-check failures

Posted by el...@apache.org.
PHOENIX-4541 Fix apache-rat-check failures


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

Branch: refs/heads/5.x-HBase-2.0
Commit: a995cc812fe3cd3db8367dbe1d271fe4923056a0
Parents: 8ac5ec0
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:01:21 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 16:04:59 2018 -0500

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/a995cc81/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 295c94d..0dba0c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,6 +472,9 @@
             <exclude>examples/pig/testdata</exclude>
             <!-- precommit? -->
             <exclude>**/patchprocess/**</exclude>
+            <!-- Argparse is bundled to work around system Python version
+                 issues, compatibile with ALv2 -->
+            <exclude>bin/argparse-1.4.0/argparse.py</exclude>
           </excludes>
         </configuration>
       </plugin>


[02/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

Posted by el...@apache.org.
PHOENIX-4542 Use .sha256 and .sha512


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

Branch: refs/heads/master
Commit: 5fb3f7fa86bb9496f91f1f861f000c0089157340
Parents: 0aa1cfb
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:36:43 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 15:58:53 2018 -0500

----------------------------------------------------------------------
 dev/make_rc.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/5fb3f7fa/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 638968c..d81786f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -102,14 +102,14 @@ function_sign() {
   if [[ "$OSTYPE" == "darwin"* ]]; then
     gpg2 --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     openssl md5 $phoenix_tar > $phoenix_tar.md5;
-    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha;
-    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha;
+    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha512;
+    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha256;
   # all other OS
   else
     gpg --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     md5sum -b $phoenix_tar > $phoenix_tar.md5;
-    sha512sum -b $phoenix_tar > $phoenix_tar.sha;
-    sha256sum -b $phoenix_tar >> $phoenix_tar.sha;
+    sha512sum -b $phoenix_tar > $phoenix_tar.sha512;
+    sha256sum -b $phoenix_tar >> $phoenix_tar.sha256;
   fi
 }
 


[10/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

Posted by el...@apache.org.
PHOENIX-4542 Use .sha256 and .sha512


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 712aa28d8730aa15e924a4e4e2ff5f020a45f284
Parents: 88ba82a
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:36:43 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 17:53:20 2018 -0500

----------------------------------------------------------------------
 dev/make_rc.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/712aa28d/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 638968c..d81786f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -102,14 +102,14 @@ function_sign() {
   if [[ "$OSTYPE" == "darwin"* ]]; then
     gpg2 --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     openssl md5 $phoenix_tar > $phoenix_tar.md5;
-    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha;
-    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha;
+    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha512;
+    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha256;
   # all other OS
   else
     gpg --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     md5sum -b $phoenix_tar > $phoenix_tar.md5;
-    sha512sum -b $phoenix_tar > $phoenix_tar.sha;
-    sha256sum -b $phoenix_tar >> $phoenix_tar.sha;
+    sha512sum -b $phoenix_tar > $phoenix_tar.sha512;
+    sha256sum -b $phoenix_tar >> $phoenix_tar.sha256;
   fi
 }
 


[08/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

Posted by el...@apache.org.
PHOENIX-4542 Use .sha256 and .sha512


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

Branch: refs/heads/4.x-HBase-1.2
Commit: 0e9275859920db389915491268b021fe1f018a46
Parents: e19fe33
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:36:43 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 17:44:24 2018 -0500

----------------------------------------------------------------------
 dev/make_rc.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/0e927585/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 638968c..d81786f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -102,14 +102,14 @@ function_sign() {
   if [[ "$OSTYPE" == "darwin"* ]]; then
     gpg2 --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     openssl md5 $phoenix_tar > $phoenix_tar.md5;
-    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha;
-    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha;
+    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha512;
+    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha256;
   # all other OS
   else
     gpg --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     md5sum -b $phoenix_tar > $phoenix_tar.md5;
-    sha512sum -b $phoenix_tar > $phoenix_tar.sha;
-    sha256sum -b $phoenix_tar >> $phoenix_tar.sha;
+    sha512sum -b $phoenix_tar > $phoenix_tar.sha512;
+    sha256sum -b $phoenix_tar >> $phoenix_tar.sha256;
   fi
 }
 


[04/10] phoenix git commit: PHOENIX-4542 Use .sha256 and .sha512

Posted by el...@apache.org.
PHOENIX-4542 Use .sha256 and .sha512


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

Branch: refs/heads/5.x-HBase-2.0
Commit: 42f4fed7e8826457dd0cca45d6199a2b7741524d
Parents: a995cc8
Author: Josh Elser <el...@apache.org>
Authored: Fri Jan 19 11:36:43 2018 -0500
Committer: Josh Elser <el...@apache.org>
Committed: Fri Jan 19 16:05:04 2018 -0500

----------------------------------------------------------------------
 dev/make_rc.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/42f4fed7/dev/make_rc.sh
----------------------------------------------------------------------
diff --git a/dev/make_rc.sh b/dev/make_rc.sh
index 638968c..d81786f 100755
--- a/dev/make_rc.sh
+++ b/dev/make_rc.sh
@@ -102,14 +102,14 @@ function_sign() {
   if [[ "$OSTYPE" == "darwin"* ]]; then
     gpg2 --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     openssl md5 $phoenix_tar > $phoenix_tar.md5;
-    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha;
-    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha;
+    openssl dgst -sha512 $phoenix_tar > $phoenix_tar.sha512;
+    openssl dgst -sha256 $phoenix_tar >> $phoenix_tar.sha256;
   # all other OS
   else
     gpg --armor --output $phoenix_tar.asc --detach-sig $phoenix_tar;
     md5sum -b $phoenix_tar > $phoenix_tar.md5;
-    sha512sum -b $phoenix_tar > $phoenix_tar.sha;
-    sha256sum -b $phoenix_tar >> $phoenix_tar.sha;
+    sha512sum -b $phoenix_tar > $phoenix_tar.sha512;
+    sha256sum -b $phoenix_tar >> $phoenix_tar.sha256;
   fi
 }