You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by sh...@apache.org on 2021/09/11 06:04:12 UTC

[parquet-mr] branch parquet-1.12.x updated (b179e23 -> 40f4090)

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

shangxinli pushed a change to branch parquet-1.12.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git.


    from b179e23  Remove deprecated modules
     new 20cc73c  Fix warning message
     new 3f4d47d  Revert "Fix warning message 'Used undeclared dependencies found'"
     new 40f4090  Revert "Fix warning message 'Used undeclared dependencies found'"

The 3 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:
 parquet-cascading-deprecated/pom.xml  | 29 -----------------------------
 parquet-cascading3-deprecated/pom.xml | 24 ------------------------
 parquet-cli/pom.xml                   |  5 -----
 3 files changed, 58 deletions(-)

[parquet-mr] 03/03: Revert "Fix warning message 'Used undeclared dependencies found'"

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

shangxinli pushed a commit to branch parquet-1.12.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git

commit 40f409056bba7db65194e6718f49fa920d9d468e
Author: Xinli shang <sh...@uber.com>
AuthorDate: Fri Sep 10 23:03:40 2021 -0700

    Revert "Fix warning message 'Used undeclared dependencies found'"
    
    This reverts commit 30cd9c68d3a409f24f5af4e49f330e1d6c438da1.
---
 parquet-cascading-deprecated/pom.xml | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/parquet-cascading-deprecated/pom.xml b/parquet-cascading-deprecated/pom.xml
index abb3af9..1ceb23a 100644
--- a/parquet-cascading-deprecated/pom.xml
+++ b/parquet-cascading-deprecated/pom.xml
@@ -104,35 +104,6 @@
       <version>${slf4j.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>cascading</groupId>
-      <artifactId>cascading-core</artifactId>
-      <version>2.7.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.parquet</groupId>
-      <artifactId>parquet-common</artifactId>
-      <version>${project.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-mapreduce-client-core</artifactId>
-      <version>2.10.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.4</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-common</artifactId>
-      <version>${hadoop.version}</version>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <build>

[parquet-mr] 01/03: Fix warning message

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

shangxinli pushed a commit to branch parquet-1.12.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git

commit 20cc73cc49d531664866731d34ca702aec46f126
Author: Xinli shang <sh...@uber.com>
AuthorDate: Fri Sep 10 22:43:23 2021 -0700

    Fix warning message
---
 parquet-cli/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/parquet-cli/pom.xml b/parquet-cli/pom.xml
index fb416d6..4a3c0eb 100644
--- a/parquet-cli/pom.xml
+++ b/parquet-cli/pom.xml
@@ -101,11 +101,6 @@
       <version>${jackson.version}</version>
     </dependency>
     <dependency>
-      <groupId>${jackson.groupId}</groupId>
-      <artifactId>jackson-annotations</artifactId>
-      <version>${jackson.version}</version>
-    </dependency>
-    <dependency>
       <groupId>com.beust</groupId>
       <artifactId>jcommander</artifactId>
       <version>${jcommander.version}</version>

[parquet-mr] 02/03: Revert "Fix warning message 'Used undeclared dependencies found'"

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

shangxinli pushed a commit to branch parquet-1.12.x
in repository https://gitbox.apache.org/repos/asf/parquet-mr.git

commit 3f4d47df06415ddab87356b120c49a5483d3a7f2
Author: Xinli shang <sh...@uber.com>
AuthorDate: Fri Sep 10 23:03:17 2021 -0700

    Revert "Fix warning message 'Used undeclared dependencies found'"
    
    This reverts commit 07c66d3f8ec9bfc57114dad387a00a30faae25c3.
---
 parquet-cascading3-deprecated/pom.xml | 24 ------------------------
 1 file changed, 24 deletions(-)

diff --git a/parquet-cascading3-deprecated/pom.xml b/parquet-cascading3-deprecated/pom.xml
index 9160b7b..e67f0fa 100644
--- a/parquet-cascading3-deprecated/pom.xml
+++ b/parquet-cascading3-deprecated/pom.xml
@@ -103,30 +103,6 @@
       <version>${slf4j.version}</version>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>cascading</groupId>
-      <artifactId>cascading-core</artifactId>
-      <version>2.7.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-mapreduce-client-core</artifactId>
-      <version>2.10.1</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.4</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hadoop</groupId>
-      <artifactId>hadoop-common</artifactId>
-      <version>${hadoop.version}</version>
-      <scope>provided</scope>
-    </dependency>
   </dependencies>
 
   <build>