You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ch...@apache.org on 2020/01/07 04:24:06 UTC

[phoenix-connectors] branch master updated (77e2ad3 -> 39cdeff)

This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git.


    from 77e2ad3  PHOENIX-5585: Add documentation for Phoenix-Spark Java example
     new 3e69a36  PHOENIX-5234: Create patch scripts for phoenix-connectors and phoenix-queryserver projects
     new 39cdeff  PHOENIX-5661: Update Phoenix-Connectors to depend on released version of Phoenix (4.15.0)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/workflows/maven.yml                              | 16 ++++++++++++++++
 pom.xml                                                  |  2 +-
 presto-phoenix-shaded/pom.xml                            |  2 +-
 .../presto-hbase-testing-util-shaded/pom.xml             |  2 +-
 .../presto-phoenix-client-shaded/pom.xml                 |  2 +-
 5 files changed, 20 insertions(+), 4 deletions(-)
 create mode 100644 .github/workflows/maven.yml


[phoenix-connectors] 02/02: PHOENIX-5661: Update Phoenix-Connectors to depend on released version of Phoenix (4.15.0)

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 39cdeff322c974c4604e01893c77027ecd9a1122
Author: Chinmay Kulkarni <ch...@gmail.com>
AuthorDate: Mon Jan 6 20:13:57 2020 -0800

    PHOENIX-5661: Update Phoenix-Connectors to depend on released version of Phoenix (4.15.0)
---
 pom.xml                                                        | 2 +-
 presto-phoenix-shaded/pom.xml                                  | 2 +-
 presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml | 2 +-
 presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7201ce6..8dc7d15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
 
   <properties>
     <!-- Phoenix Version -->
-    <phoenix.version>4.15.0-HBase-1.4-SNAPSHOT</phoenix.version>
+    <phoenix.version>4.15.0-HBase-1.4</phoenix.version>
     <!-- Hadoop Versions -->
     <hbase.version>1.4.0</hbase.version>
     <hadoop-two.version>2.7.5</hadoop-two.version>
diff --git a/presto-phoenix-shaded/pom.xml b/presto-phoenix-shaded/pom.xml
index 60acdc3..6e49db7 100644
--- a/presto-phoenix-shaded/pom.xml
+++ b/presto-phoenix-shaded/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>phoenix</artifactId>
-        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+        <version>4.15.0-HBase-1.4</version>
     </parent>
 
     <name>Presto Apache Phoenix Shaded</name>
diff --git a/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
index 6a846df..c98c1ea 100644
--- a/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
+++ b/presto-phoenix-shaded/presto-hbase-testing-util-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+        <version>4.15.0-HBase-1.4</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
index 94171f6..7245b18 100644
--- a/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
+++ b/presto-phoenix-shaded/presto-phoenix-client-shaded/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.apache.phoenix</groupId>
         <artifactId>presto-phoenix-shaded</artifactId>
-        <version>4.15.0-HBase-1.4-SNAPSHOT</version>
+        <version>4.15.0-HBase-1.4</version>
         <relativePath>..</relativePath>
     </parent>
 


[phoenix-connectors] 01/02: PHOENIX-5234: Create patch scripts for phoenix-connectors and phoenix-queryserver projects

Posted by ch...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

chinmayskulkarni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 3e69a36cc055381f5aaaff3a28637f0be192befb
Author: Neha <ne...@salesforce.com>
AuthorDate: Mon Jan 6 14:27:21 2020 -0800

    PHOENIX-5234: Create patch scripts for phoenix-connectors and phoenix-queryserver projects
    
    Signed-off-by: Chinmay Kulkarni <ch...@apache.org>
---
 .github/workflows/maven.yml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
new file mode 100644
index 0000000..38f02be
--- /dev/null
+++ b/.github/workflows/maven.yml
@@ -0,0 +1,16 @@
+name: phoenix-connectors preCommit Build
+
+on: 
+  pull_request:
+    
+jobs:
+  build:
+    runs-on: ubuntu-latest
+    steps:
+    - uses: actions/checkout@v1
+    - name: Set up JDK 1.8
+      uses: actions/setup-java@v1
+      with:
+        java-version: 1.8
+    - name: Build with Maven
+      run: mvn clean install