yuanzac commented on a change in pull request #35: SUBMARINE-221. Update
submarine version to 0.3.0-SNAPSHOT in mini-sub…
URL: https://github.com/apache/hadoop-submarine/pull/35#discussion_r332527896
##########
File path: pom.xml
##########
@@ -185,6 +185,11 @@
<artifactId>jackson-annotations</artifactId>
<version>${jackson-annotations.version}</version>
</dependency>
+ <dependency>
+ <groupId>com.fasterxml.jackson.core</groupId>
Review comment:
I just found a bug that, if we don't import jackson jar, we would get the
error that jackson class is not found, when using submarine-all-*.jar to submit
a submarine job.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services