asfgit closed pull request #3369: [ZEPPELIN-4164] Fixed submarine interpreter
CommandParser causes openjdk to fail to compile
URL: https://github.com/apache/zeppelin/pull/3369
This is an automated message from the Apache Git
liuxunorg commented on issue #3369: [ZEPPELIN-4164] Fixed submarine interpreter
CommandParser causes openjdk to fail to compile
URL: https://github.com/apache/zeppelin/pull/3369#issuecomment-494669151
This problem blocked the compilation, Will merge if no more comments.
---
asfgit closed pull request #3361: ZEPPELIN-4153. Move zeppelin-interpreter-api
jar out of interpreter jar
URL: https://github.com/apache/zeppelin/pull/3361
This is an automated message from the Apache Git Service.
To respond
liuxunorg commented on issue #3369: [ZEPPELIN-4164] Fixed submarine interpreter
CommandParser causes openjdk to fail to compile
URL: https://github.com/apache/zeppelin/pull/3369#issuecomment-494622404
Yes, this file is no longer needed.
-
liuxunorg opened a new pull request #3369: [ZEPPELIN-4164] Fixed submarine
interpreter CommandParser causes openjdk to fail to compile
URL: https://github.com/apache/zeppelin/pull/3369
### What is this PR for?
Fixed submarine interpreter CommandParser causes openjdk to fail to compile.
asfgit closed pull request #3368: ZEPPELIN-4161. Add travis job for default
build
URL: https://github.com/apache/zeppelin/pull/3368
This is an automated message from the Apache Git Service.
To respond to the message, please
Luis Lozano Coira created ZEPPELIN-4165:
---
Summary: How to run install-interpreter in Windows
Key: ZEPPELIN-4165
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4165
Project: Zeppelin
Xun Liu created ZEPPELIN-4164:
-
Summary: org.apache.zeppelin.submarine.commons.CommandParser
causes openjdk to fail to compile
Key: ZEPPELIN-4164
URL: https://issues.apache.org/jira/browse/ZEPPELIN-4164
P
zjffdu opened a new pull request #3368: ZEPPELIN-4161. Add travis job for
default build
URL: https://github.com/apache/zeppelin/pull/3368
### What is this PR for?
This PR add one travis job to build zeppelin by default command:
```
mvn clean package -DskipTests
```
##