Re: Bintray replacement for spark-packages.org

2021-05-11 Thread Dongjoon Hyun
Thank you, Yi and all.

Then, after 2.4.8 release, shall we start to roll 3.1.2 and 3.0.3.

Bests,
Dongjoon.

On Mon, May 10, 2021 at 10:50 PM Yi Wu  wrote:

> Hi wenchen,
>
> I'd like to volunteer for Apache Spark 3.0.3 release.
>
> Thanks,
> Yi
>
> On Fri, Apr 30, 2021 at 12:37 AM Dongjoon Hyun 
> wrote:
>
>> I agree with Wenchen.
>>
>> I can volunteer for Apache Spark 3.1.2 release manager at least.
>>
>> Bests,
>> Dongjoon.
>>
>>
>> On Wed, Apr 28, 2021 at 10:15 AM Wenchen Fan  wrote:
>>
>>> Shall we make new releases for 3.0 and 3.1? So that people don't need to
>>> change the sbt resolver/pom files to work around Bintray sunset. It's also
>>> been a while since the last 3.0 and 3.1 releases.
>>>
>>> On Tue, Apr 27, 2021 at 9:02 AM Matthew Powers <
>>> matthewkevinpow...@gmail.com> wrote:
>>>
 Great job fixing this!!  I just checked and it's working on my end.  
 Updated
 the resolver
 
 and sbt test still works just fine.

 On Mon, Apr 26, 2021 at 3:31 AM Bo Zhang 
 wrote:

> Hi Apache Spark devs,
>
> As you might know, Bintray, which is the repository service used for
> spark-packages.org, is in its sunset process. There was a planned
> brown-out on April 12th
>  and there will be
> another one on April 26th
> , and it will no
> longer be available from May 1st.
>
> We have spun up a new repository service at
> https://repos.spark-packages.org and it will be the new home for the
> artifacts on spark-packages.
>
> Given the planned Bintray brown-out, this is a good time for us to
> test the new repository service. To consume artifacts from that, please
> replace "dl.bintray.com/spark-packages/maven" with "
> repos.spark-packages.org" in the Maven pom files or sbt build files
> in your repositories, e.g.: https://github.com/apache/spark/pull/32346
>
> We are still working on the release process to the new repository
> service, and will provide an update here shortly.
>
> If you have any questions for using the new repository service, or any
> general questions for spark-packages, please reach out to
> feedb...@spark-packages.org.
>
> Thanks,
> Bo
>



Re: Bintray replacement for spark-packages.org

2021-05-10 Thread Yi Wu
Hi wenchen,

I'd like to volunteer for Apache Spark 3.0.3 release.

Thanks,
Yi

On Fri, Apr 30, 2021 at 12:37 AM Dongjoon Hyun 
wrote:

> I agree with Wenchen.
>
> I can volunteer for Apache Spark 3.1.2 release manager at least.
>
> Bests,
> Dongjoon.
>
>
> On Wed, Apr 28, 2021 at 10:15 AM Wenchen Fan  wrote:
>
>> Shall we make new releases for 3.0 and 3.1? So that people don't need to
>> change the sbt resolver/pom files to work around Bintray sunset. It's also
>> been a while since the last 3.0 and 3.1 releases.
>>
>> On Tue, Apr 27, 2021 at 9:02 AM Matthew Powers <
>> matthewkevinpow...@gmail.com> wrote:
>>
>>> Great job fixing this!!  I just checked and it's working on my end.  Updated
>>> the resolver
>>> 
>>> and sbt test still works just fine.
>>>
>>> On Mon, Apr 26, 2021 at 3:31 AM Bo Zhang 
>>> wrote:
>>>
 Hi Apache Spark devs,

 As you might know, Bintray, which is the repository service used for
 spark-packages.org, is in its sunset process. There was a planned
 brown-out on April 12th
  and there will be
 another one on April 26th
 , and it will no
 longer be available from May 1st.

 We have spun up a new repository service at
 https://repos.spark-packages.org and it will be the new home for the
 artifacts on spark-packages.

 Given the planned Bintray brown-out, this is a good time for us to test
 the new repository service. To consume artifacts from that, please replace 
 "
 dl.bintray.com/spark-packages/maven" with "repos.spark-packages.org"
 in the Maven pom files or sbt build files in your repositories, e.g.:
 https://github.com/apache/spark/pull/32346

 We are still working on the release process to the new repository
 service, and will provide an update here shortly.

 If you have any questions for using the new repository service, or any
 general questions for spark-packages, please reach out to
 feedb...@spark-packages.org.

 Thanks,
 Bo

>>>


Re: Bintray replacement for spark-packages.org

2021-04-29 Thread Dongjoon Hyun
I agree with Wenchen.

I can volunteer for Apache Spark 3.1.2 release manager at least.

Bests,
Dongjoon.


On Wed, Apr 28, 2021 at 10:15 AM Wenchen Fan  wrote:

> Shall we make new releases for 3.0 and 3.1? So that people don't need to
> change the sbt resolver/pom files to work around Bintray sunset. It's also
> been a while since the last 3.0 and 3.1 releases.
>
> On Tue, Apr 27, 2021 at 9:02 AM Matthew Powers <
> matthewkevinpow...@gmail.com> wrote:
>
>> Great job fixing this!!  I just checked and it's working on my end.  Updated
>> the resolver
>> 
>> and sbt test still works just fine.
>>
>> On Mon, Apr 26, 2021 at 3:31 AM Bo Zhang  wrote:
>>
>>> Hi Apache Spark devs,
>>>
>>> As you might know, Bintray, which is the repository service used for
>>> spark-packages.org, is in its sunset process. There was a planned
>>> brown-out on April 12th
>>>  and there will be
>>> another one on April 26th
>>> , and it will no
>>> longer be available from May 1st.
>>>
>>> We have spun up a new repository service at
>>> https://repos.spark-packages.org and it will be the new home for the
>>> artifacts on spark-packages.
>>>
>>> Given the planned Bintray brown-out, this is a good time for us to test
>>> the new repository service. To consume artifacts from that, please replace "
>>> dl.bintray.com/spark-packages/maven" with "repos.spark-packages.org" in
>>> the Maven pom files or sbt build files in your repositories, e.g.:
>>> https://github.com/apache/spark/pull/32346
>>>
>>> We are still working on the release process to the new repository
>>> service, and will provide an update here shortly.
>>>
>>> If you have any questions for using the new repository service, or any
>>> general questions for spark-packages, please reach out to
>>> feedb...@spark-packages.org.
>>>
>>> Thanks,
>>> Bo
>>>
>>


Re: Bintray replacement for spark-packages.org

2021-04-28 Thread Wenchen Fan
Shall we make new releases for 3.0 and 3.1? So that people don't need to
change the sbt resolver/pom files to work around Bintray sunset. It's also
been a while since the last 3.0 and 3.1 releases.

On Tue, Apr 27, 2021 at 9:02 AM Matthew Powers 
wrote:

> Great job fixing this!!  I just checked and it's working on my end.  Updated
> the resolver
> 
> and sbt test still works just fine.
>
> On Mon, Apr 26, 2021 at 3:31 AM Bo Zhang  wrote:
>
>> Hi Apache Spark devs,
>>
>> As you might know, Bintray, which is the repository service used for
>> spark-packages.org, is in its sunset process. There was a planned
>> brown-out on April 12th
>>  and there will be
>> another one on April 26th
>> , and it will no
>> longer be available from May 1st.
>>
>> We have spun up a new repository service at
>> https://repos.spark-packages.org and it will be the new home for the
>> artifacts on spark-packages.
>>
>> Given the planned Bintray brown-out, this is a good time for us to test
>> the new repository service. To consume artifacts from that, please replace "
>> dl.bintray.com/spark-packages/maven" with "repos.spark-packages.org" in
>> the Maven pom files or sbt build files in your repositories, e.g.:
>> https://github.com/apache/spark/pull/32346
>>
>> We are still working on the release process to the new repository
>> service, and will provide an update here shortly.
>>
>> If you have any questions for using the new repository service, or any
>> general questions for spark-packages, please reach out to
>> feedb...@spark-packages.org.
>>
>> Thanks,
>> Bo
>>
>


Re: Bintray replacement for spark-packages.org

2021-04-26 Thread Matthew Powers
Great job fixing this!!  I just checked and it's working on my end.  Updated
the resolver

and sbt test still works just fine.

On Mon, Apr 26, 2021 at 3:31 AM Bo Zhang  wrote:

> Hi Apache Spark devs,
>
> As you might know, Bintray, which is the repository service used for
> spark-packages.org, is in its sunset process. There was a planned
> brown-out on April 12th
>  and there will be
> another one on April 26th
> , and it will no
> longer be available from May 1st.
>
> We have spun up a new repository service at
> https://repos.spark-packages.org and it will be the new home for the
> artifacts on spark-packages.
>
> Given the planned Bintray brown-out, this is a good time for us to test
> the new repository service. To consume artifacts from that, please replace "
> dl.bintray.com/spark-packages/maven" with "repos.spark-packages.org" in
> the Maven pom files or sbt build files in your repositories, e.g.:
> https://github.com/apache/spark/pull/32346
>
> We are still working on the release process to the new repository service,
> and will provide an update here shortly.
>
> If you have any questions for using the new repository service, or any
> general questions for spark-packages, please reach out to
> feedb...@spark-packages.org.
>
> Thanks,
> Bo
>


Bintray replacement for spark-packages.org

2021-04-26 Thread Bo Zhang
Hi Apache Spark devs,

As you might know, Bintray, which is the repository service used for
spark-packages.org, is in its sunset process. There was a planned brown-out
on April 12th  and there
will be another one on April 26th
, and it will no longer
be available from May 1st.

We have spun up a new repository service at https://repos.spark-packages.org
and it will be the new home for the artifacts on spark-packages.

Given the planned Bintray brown-out, this is a good time for us to test the
new repository service. To consume artifacts from that, please replace "
dl.bintray.com/spark-packages/maven" with "repos.spark-packages.org" in the
Maven pom files or sbt build files in your repositories, e.g.:
https://github.com/apache/spark/pull/32346

We are still working on the release process to the new repository service,
and will provide an update here shortly.

If you have any questions for using the new repository service, or any
general questions for spark-packages, please reach out to
feedb...@spark-packages.org.

Thanks,
Bo