Repository: zeppelin
Updated Branches:
  refs/heads/branch-0.8 3ee7c192a -> 43263a030


ZEPELIN-3586. Use hadoop 2.7.3 for embedded spark

### What is this PR for?
Simple PR to use hadoop 2.7.3 for the embedded spark, otherwise user will hit 
weird issue if they read csv file or parquet file due to low hadoop version api.

### What type of PR is it?
[Bug Fix ]

### Todos
* [ ] - Task

### What is the Jira issue?
* https://issues.apache.org/jira/browse/ZEPPELIN-3586?filter=-2

### How should this be tested?
* Ci pass

### Screenshots (if appropriate)

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Jeff Zhang <zjf...@apache.org>

Closes #3061 from zjffdu/ZEPPELIN-3586 and squashes the following commits:

f75c3bf17 [Jeff Zhang] ZEPELIN-3586. Use hadoop 2.7.3 for embedded spark

(cherry picked from commit 770fb03be50b57f6f58897981be864bd32122974)
Signed-off-by: Jeff Zhang <zjf...@apache.org>


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

Branch: refs/heads/branch-0.8
Commit: 43263a03089178db68fe27fc3e975691ae016aa2
Parents: 3ee7c19
Author: Jeff Zhang <zjf...@apache.org>
Authored: Thu Jul 5 18:42:33 2018 +0800
Committer: Jeff Zhang <zjf...@apache.org>
Committed: Wed Jul 11 10:17:06 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/43263a03/spark/spark-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spark/spark-dependencies/pom.xml b/spark/spark-dependencies/pom.xml
index 6da2ac1..89a10bd 100644
--- a/spark/spark-dependencies/pom.xml
+++ b/spark/spark-dependencies/pom.xml
@@ -44,7 +44,7 @@
          instead of changing spark.version in this section.
     -->
 
-    <hadoop.version>2.3.0</hadoop.version>
+    <hadoop.version>2.7.3</hadoop.version>
     <yarn.version>${hadoop.version}</yarn.version>
     <avro.version>1.7.7</avro.version>
     <avro.mapred.classifier/>

Reply via email to