Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to run docker image #17

Closed
Natkeeran opened this issue May 11, 2018 · 4 comments
Closed

unable to run docker image #17

Natkeeran opened this issue May 11, 2018 · 4 comments
Assignees
Labels

Comments

@Natkeeran
Copy link

Unable to get the docker container running. Throws the following issue:

docker run --rm -it aut
...
:: problems summary ::
:::: WARNINGS
		[NOT FOUND  ] com.thoughtworks.paranamer#paranamer;2.8!paranamer.jar(bundle) (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8.jar

		::::::::::::::::::::::::::::::::::::::::::::::

		::              FAILED DOWNLOADS            ::

		:: ^ see resolution messages for details  ^ ::

		::::::::::::::::::::::::::::::::::::::::::::::

		:: com.thoughtworks.paranamer#paranamer;2.8!paranamer.jar(bundle)

		::::::::::::::::::::::::::::::::::::::::::::::



:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
Exception in thread "main" java.lang.RuntimeException: [download failed: com.thoughtworks.paranamer#paranamer;2.8!paranamer.jar(bundle)]
	at org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1083)
	at org.apache.spark.deploy.SparkSubmit$.prepareSubmitEnvironment(SparkSubmit.scala:296)
	at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:160)
	at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:126)
	at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
@ruebot
Copy link
Member

ruebot commented May 11, 2018

Thanks. Seeing the same thing on my end, and I'll look into the package issue.

In the interim, you should be fine on the latest release. Building latest uses master on aut.

@Natkeeran
Copy link
Author

@ruebot

Thank you for looking into this.

Still running into some issues. Seems like some jars/packages urls are not resolving.

:: problems summary ::
:::: WARNINGS
		[NOT FOUND  ] jline#jline;0.9.94!jline.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar

		[NOT FOUND  ] org.apache.commons#commons-math3;3.2!commons-math3.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/org/apache/commons/commons-math3/3.2/commons-math3-3.2.jar

		[NOT FOUND  ] commons-configuration#commons-configuration;1.8!commons-configuration.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/commons-configuration/commons-configuration/1.8/commons-configuration-1.8.jar

		[NOT FOUND  ] org.apache.commons#commons-lang3;3.3.1!commons-lang3.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/org/apache/commons/commons-lang3/3.3.1/commons-lang3-3.3.1.jar

		[NOT FOUND  ] com.google.protobuf#protobuf-java;3.2.0!protobuf-java.jar(bundle) (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/com/google/protobuf/protobuf-java/3.2.0/protobuf-java-3.2.0.jar

		[NOT FOUND  ] javax.xml.bind#jaxb-api;2.2.7!jaxb-api.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/javax/xml/bind/jaxb-api/2.2.7/jaxb-api-2.2.7.jar

		[NOT FOUND  ] commons-codec#commons-codec;1.9!commons-codec.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar

		[NOT FOUND  ] org.apache.httpcomponents#httpclient;4.2.6!httpclient.jar (0ms)

	==== local-m2-cache: tried

	  file:/root/.m2/repository/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar

		::::::::::::::::::::::::::::::::::::::::::::::

		::              FAILED DOWNLOADS            ::

		:: ^ see resolution messages for details  ^ ::

		::::::::::::::::::::::::::::::::::::::::::::::

		:: jline#jline;0.9.94!jline.jar

		:: org.apache.commons#commons-math3;3.2!commons-math3.jar

		:: commons-configuration#commons-configuration;1.8!commons-configuration.jar

		:: javax.xml.bind#jaxb-api;2.2.7!jaxb-api.jar

		:: org.apache.commons#commons-lang3;3.3.1!commons-lang3.jar

		:: com.google.protobuf#protobuf-java;3.2.0!protobuf-java.jar(bundle)

		:: commons-codec#commons-codec;1.9!commons-codec.jar

		:: org.apache.httpcomponents#httpclient;4.2.6!httpclient.jar

		::::::::::::::::::::::::::::::::::::::::::::::



:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
Exception in thread "main" java.lang.RuntimeException: [download failed: jline#jline;0.9.94!jline.jar, download failed: org.apache.commons#commons-math3;3.2!commons-math3.jar, download failed: commons-configuration#commons-configuration;1.8!commons-configuration.jar, download failed: javax.xml.bind#jaxb-api;2.2.7!jaxb-api.jar, download failed: org.apache.commons#commons-lang3;3.3.1!commons-lang3.jar, download failed: com.google.protobuf#protobuf-java;3.2.0!protobuf-java.jar(bundle), download failed: commons-codec#commons-codec;1.9!commons-codec.jar, download failed: org.apache.httpcomponents#httpclient;4.2.6!httpclient.jar]
	at org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1083)
	at org.apache.spark.deploy.SparkSubmit$.prepareSubmitEnvironment(SparkSubmit.scala:296)
	at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:160)
	at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:126)
	at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)

@ruebot
Copy link
Member

ruebot commented May 18, 2018

@Natkeeran please use the release version. The master version is problematic because we're actively implementing DataFrames, and things are moving around quickly. We won't be putting much more effort into making sure it builds fine until we get closer to another release. More here

@Natkeeran
Copy link
Author

@ruebot Thank you. The release version boots up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants