You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by sp...@apache.org on 2017/11/01 21:36:57 UTC

sentry git commit: Revert "SENTRY-2026: Bump Hadoop version from 2.7.2 to 2.7.4 (Na Li, reviewed by Sergio Pena)"

Repository: sentry
Updated Branches:
  refs/heads/master 1944cca83 -> c6723a80c


Revert "SENTRY-2026: Bump Hadoop version from 2.7.2 to 2.7.4 (Na Li, reviewed by Sergio Pena)"

2.7.4 is causing some test failures with Solr. Once Solr is bumped to Solr 7, then we can commit this.

This reverts commit 1944cca83c1af4a87ffd98f4df2aaedf389033d9.


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

Branch: refs/heads/master
Commit: c6723a80c0d7b08eda4093cd0d755c3f04adfd80
Parents: 1944cca
Author: Sergio Pena <se...@cloudera.com>
Authored: Wed Nov 1 16:36:27 2017 -0500
Committer: Sergio Pena <se...@cloudera.com>
Committed: Wed Nov 1 16:36:27 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/sentry/blob/c6723a80/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 50c4b24..af54480 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ limitations under the License.
     <easymock.version>3.0</easymock.version>
     <fest.reflect.version>1.4.1</fest.reflect.version>
     <guava.version>14.0.1</guava.version>
-    <hadoop.version>2.7.4</hadoop.version>
+    <hadoop.version>2.7.2</hadoop.version>
     <hamcrest.version>1.3</hamcrest.version>
     <hive.version>2.0.0</hive.version>
     <jackson.version>1.8.8</jackson.version>