Repository: drill
Updated Branches:
  refs/heads/master 1a2423347 -> 04c01bded


DRILL-4042: Unable to run sqlline in embedded mode on Windows

Use newer version of hadoop-winutils


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

Branch: refs/heads/master
Commit: 04c01bded6a3979c4d92906ff2952200f90281a4
Parents: 1a24233
Author: Patrick Wong <Patrick Wong>
Authored: Fri Nov 6 13:05:09 2015 -0800
Committer: Aditya Kishore <a...@apache.org>
Committed: Fri Nov 6 15:01:30 2015 -0800

----------------------------------------------------------------------
 distribution/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/drill/blob/04c01bde/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 4746106..896a6fc 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -186,7 +186,7 @@
         <dependency>
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-winutils</artifactId>
-          <version>2.4.1</version>
+          <version>2.7.1</version>
           <type>zip</type>
         </dependency>
       </dependencies>
@@ -212,7 +212,7 @@
         <dependency>
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-winutils</artifactId>
-          <version>2.4.1-mapr-1408</version>
+          <version>2.7.0-mapr-1506</version>
           <type>zip</type>
         </dependency>
       </dependencies>

Reply via email to