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

The qubole#sparklens;0.3.2-s_2.11 module is intermittently not found in the SparkPackages repo #65

Open
jeffkpayne opened this issue May 2, 2021 · 5 comments

Comments

@jeffkpayne
Copy link

According to https://mvnrepository.com/artifact/qubole/sparklens/0.3.2-s_2.11, the module should be available in SparkPackages, but we've seen intermittent download failures over the past week or so. For instance, right now, the package is not available. It looks like potentially an issue with https://dl.bintray.com/, as all requests are getting a 403 Forbidden response. Do you have any plans to host the module on a different maven repo?

@suryadevarauday
Copy link

Same here getting

:: problems summary ::
:::: WARNINGS
module not found: qubole#sparklens;0.3.0-s_2.11
==== central: tried
https://repo1.maven.org/maven2/qubole/sparklens/0.3.0-s_2.11/sparklens-0.3.0-s_2.11.pom
-- artifact qubole#sparklens;0.3.0-s_2.11!sparklens.jar:
https://repo1.maven.org/maven2/qubole/sparklens/0.3.0-s_2.11/sparklens-0.3.0-s_2.11.jar
==== spark-packages: tried
https://dl.bintray.com/spark-packages/maven/qubole/sparklens/0.3.0-s_2.11/sparklens-0.3.0-s_2.11.pom
-- artifact qubole#sparklens;0.3.0-s_2.11!sparklens.jar:
https://dl.bintray.com/spark-packages/maven/qubole/sparklens/0.3.0-s_2.11/sparklens-0.3.0-s_2.11.jar
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: qubole#sparklens;0.3.0-s_2.11: not found
::::::::::::::::::::::::::::::::::::::::::::::

@hoaihuongbk
Copy link

Same you, just try today

@chicago58
Copy link

the same to me.

:: problems summary ::
:::: WARNINGS
module not found: qubole#Sparklens;0.3.1-s_2.11

    ==== local-m2-cache: tried

      file:/data/daojia_mall/.m2/repository/qubole/Sparklens/0.3.1-s_2.11/Sparklens-0.3.1-s_2.11.pom

      -- artifact qubole#Sparklens;0.3.1-s_2.11!Sparklens.jar:

      file:/data/daojia_mall/.m2/repository/qubole/Sparklens/0.3.1-s_2.11/Sparklens-0.3.1-s_2.11.jar

    ==== local-ivy-cache: tried

      /data/daojia_mall/.ivy2/local/qubole/Sparklens/0.3.1-s_2.11/ivys/ivy.xml

      -- artifact qubole#Sparklens;0.3.1-s_2.11!Sparklens.jar:

      /data/daojia_mall/.ivy2/local/qubole/Sparklens/0.3.1-s_2.11/jars/Sparklens.jar

    ==== central: tried

      https://repo1.maven.org/maven2/qubole/Sparklens/0.3.1-s_2.11/Sparklens-0.3.1-s_2.11.pom

      -- artifact qubole#Sparklens;0.3.1-s_2.11!Sparklens.jar:

      https://repo1.maven.org/maven2/qubole/Sparklens/0.3.1-s_2.11/Sparklens-0.3.1-s_2.11.jar

    ==== spark-packages: tried

      http://dl.bintray.com/spark-packages/maven/qubole/Sparklens/0.3.1-s_2.11/Sparklens-0.3.1-s_2.11.pom

      -- artifact qubole#Sparklens;0.3.1-s_2.11!Sparklens.jar:

      http://dl.bintray.com/spark-packages/maven/qubole/Sparklens/0.3.1-s_2.11/Sparklens-0.3.1-s_2.11.jar

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

            ::          UNRESOLVED DEPENDENCIES         ::

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

            :: qubole#Sparklens;0.3.1-s_2.11: not found

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

:: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS
Exception in thread "main" java.lang.RuntimeException: [unresolved dependency: qubole#Sparklens;0.3.1-s_2.11: not found]
at org.apache.spark.deploy.SparkSubmitUtils$.resolveMavenCoordinates(SparkSubmit.scala:1308)
at org.apache.spark.deploy.DependencyUtils$.resolveMavenDependencies(DependencyUtils.scala:54)
at org.apache.spark.deploy.SparkSubmit.prepareSubmitEnvironment(SparkSubmit.scala:315)
at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:143)
at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:86)
at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:926)
at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:935)
at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)

@beryllw
Copy link

beryllw commented Jul 22, 2021

<repository>
      <id>bintray</id>
      <name>bintray.com</name>
      <url>https://repos.spark-packages.org</url>
    </repository>

this should work

@kommuembroker
Copy link

kommuembroker commented May 22, 2022

where should you add @Kwafoor ?

[](
bintray
bintray.com
https://repos.spark-packages.org
)

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

No branches or pull requests

6 participants