[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-09 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
The build with some patches including this fix has already completed on my 
environment. 
At bigtop build command, -Dhadoop.version argument is specified. Is this 
argument unnecessary?
If so, this fix also would be unnecessary.

Zeppelin build command at bigtop: 

https://github.com/apache/bigtop/blob/master/bigtop-packages/src/common/zeppelin/do-component-build#L27



---


[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-09 Thread zjffdu
Github user zjffdu commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
@iijima-satoshi Could you try build zeppelin with the default hadoop 
version (2.7) and run against hadoop 2.8 ? Because the goal of zeppelin is one 
build instance of zeppelin to work with multiple hadoop & spark versions. And I 
guess most likely it would work with hadoop 2.8 even you build it with hadoop 
2.7


---


[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-09 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
I retried the tests and got another error
ci: https://travis-ci.org/iijima-satoshi/zeppelin/builds/362086204
```
[ERROR] Failed to execute goal 
net.alchim31.maven:scala-maven-plugin:3.2.2:compile (scala-compile-first) on 
project zeppelin-flink_2.10: wrap: org.apache.commons.exec.ExecuteException: 
Process exited with an error: 1 (Exit value: 1) -> [Help 1]
```
This error might be solved by #2811



---


[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-08 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
could you retry the tests? you can close and reopen this PR


---


[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-04 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
Ok, I will try if it is fixed.


---


[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-04 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
could you rebase then if it is fixed?


---


[GitHub] zeppelin issue #2904: ZEPPELIN-3378 Dependency errors on hadoop 2.8 with had...

2018-04-03 Thread iijima-satoshi
Github user iijima-satoshi commented on the issue:

https://github.com/apache/zeppelin/pull/2904
  
@felixcheung Thank you for your review.
Travis ci has passed except checkstyle violations which was caused by other 
commit.


---