You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2018/01/18 13:40:26 UTC

parquet-mr git commit: PARQUET-1197: Log rat failures

Repository: parquet-mr
Updated Branches:
  refs/heads/master c6764c4a0 -> b80b1844e


PARQUET-1197: Log rat failures

Author: Gabor Szadovszky <ga...@cloudera.com>

Closes #451 from gszadovszky/PARQUET-1197 and squashes the following commits:

79d443f [Gabor Szadovszky] PARQUET-1197: Log rat failures


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

Branch: refs/heads/master
Commit: b80b1844edf0074ecfc915b506eb60b4f0b8704d
Parents: c6764c4
Author: Gabor Szadovszky <ga...@cloudera.com>
Authored: Thu Jan 18 14:39:32 2018 +0100
Committer: Zoltan Ivanfi <zi...@cloudera.com>
Committed: Thu Jan 18 14:39:32 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/b80b1844/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 05e3e47..7ebd864 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,6 +450,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
+        <version>0.12</version>
         <executions>
           <execution>
             <phase>test</phase>
@@ -459,6 +460,7 @@
           </execution>
         </executions>
         <configuration>
+          <consoleOutput>true</consoleOutput>
           <excludes>
             <exclude>**/*.parquet</exclude>
             <exclude>**/*.avro</exclude>