Skip to content

Commit 50632f1

Browse files
committed
Merge branch 'master' into fix-non-empty-spark-conf-paraments
2 parents 922b523 + f86a4e9 commit 50632f1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,16 @@
14151415
</properties>
14161416
</profile>
14171417

1418+
<profile>
1419+
<id>hadoop-2.6</id>
1420+
<properties>
1421+
<hadoop.version>2.6.0</hadoop.version>
1422+
<protobuf.version>2.5.0</protobuf.version>
1423+
<jets3t.version>0.9.3</jets3t.version>
1424+
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
1425+
</properties>
1426+
</profile>
1427+
14181428
<profile>
14191429
<id>mapr3</id>
14201430
<activation>

zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/Interpreter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public Properties getProperty() {
156156
}
157157
}
158158

159-
return property;
159+
return p;
160160
}
161161

162162
public String getProperty(String key) {

0 commit comments

Comments
 (0)