You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2019/01/04 20:08:00 UTC

[jira] [Commented] (SPARK-26537) update the release scripts to point to gitbox

    [ https://issues.apache.org/jira/browse/SPARK-26537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16734531#comment-16734531 ] 

Dongjoon Hyun commented on SPARK-26537:
---------------------------------------

Thank you for investing this, [~shaneknapp].

> update the release scripts to point to gitbox
> ---------------------------------------------
>
>                 Key: SPARK-26537
>                 URL: https://issues.apache.org/jira/browse/SPARK-26537
>             Project: Spark
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 1.6.0, 2.0.0, 2.1.0, 2.3.0, 2.4.0
>            Reporter: shane knapp
>            Assignee: shane knapp
>            Priority: Major
>
> we're seeing packaging build failures like this:  [https://amplab.cs.berkeley.edu/jenkins/view/Spark%20Packaging/job/spark-master-package/2179/console]
> i did a quick skim through the repo, and found the offending urls to the old apache git repos:
>  
> {code:java}
> (py35) ➜ spark git:(update-apache-repo) grep -r git-wip *
> dev/create-release/release-tag.sh:ASF_SPARK_REPO="git-wip-us.apache.org/repos/asf/spark.git"
> dev/create-release/release-util.sh:ASF_REPO="https://git-wip-us.apache.org/repos/asf/spark.git"
> dev/create-release/release-util.sh:ASF_REPO_WEBUI="https://git-wip-us.apache.org/repos/asf?p=spark.git"
> pom.xml: <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/spark.git</developerConnection>
> {code}
> this affects all versions of spark, so it will need to be backported to all released versions.
> i'll put together a pull request later today.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org