You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Reynold Xin <rx...@databricks.com> on 2015/09/09 11:47:30 UTC

[ANNOUNCE] Announcing Spark 1.5.0

Hi All,

Spark 1.5.0 is the sixth release on the 1.x line. This release represents
1400+ patches from 230+ contributors and 80+ institutions. To download
Spark 1.5.0 visit the downloads page.

A huge thanks go to all of the individuals and organizations involved in
development and testing of this release.

Visit the release notes [1] to read about the new features, or download [2]
the release today.

For errata in the contributions or release notes, please e-mail me
*directly* (not on-list).

Thanks to everyone who helped work on this release!

[1] http://spark.apache.org/releases/spark-release-1-5-0.html
[2] http://spark.apache.org/downloads.html

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Ryan Williams <ry...@gmail.com>.
yea, wfm now, thanks!

On Fri, Sep 11, 2015 at 2:16 PM Jonathan Kelly <jo...@gmail.com>
wrote:

> I just clicked the
> http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22
> link provided above by Ryan, and I see 1.5.0. Was this just fixed within
> the past hour, or is some caching causing some people not to see it?
>
> On Fri, Sep 11, 2015 at 10:24 AM, Reynold Xin <rx...@databricks.com> wrote:
>
>> It is already there, but the search is not updated. Not sure what's going
>> on with maven central search.
>>
>>
>> http://repo1.maven.org/maven2/org/apache/spark/spark-parent_2.10/1.5.0/
>>
>>
>>
>> On Fri, Sep 11, 2015 at 10:21 AM, Ryan Williams <
>> ryan.blake.williams@gmail.com> wrote:
>>
>>> Any idea why 1.5.0 is not in Maven central yet
>>> <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22>?
>>> Is that a separate release process?
>>>
>>>
>>> On Wed, Sep 9, 2015 at 12:40 PM andy petrella <an...@gmail.com>
>>> wrote:
>>>
>>>> You can try it out really quickly by "building" a Spark Notebook from
>>>> http://spark-notebook.io/.
>>>>
>>>> Just choose the master branch and 1.5.0, a correct hadoop version
>>>> (default to 2.2.0 though) and there you go :-)
>>>>
>>>>
>>>> On Wed, Sep 9, 2015 at 6:39 PM Ted Yu <yu...@gmail.com> wrote:
>>>>
>>>>> Jerry:
>>>>> I just tried building hbase-spark module with 1.5.0 and I see:
>>>>>
>>>>> ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
>>>>> total 21712
>>>>> -rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
>>>>> -rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37
>>>>> spark-core_2.10-1.5.0.jar
>>>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>>>> spark-core_2.10-1.5.0.jar.sha1
>>>>> -rw-r--r--  1 tyu  staff     19816 Sep  9 09:37
>>>>> spark-core_2.10-1.5.0.pom
>>>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>>>> spark-core_2.10-1.5.0.pom.sha1
>>>>>
>>>>> FYI
>>>>>
>>>>> On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Hi Spark Developers,
>>>>>>
>>>>>> I'm eager to try it out! However, I got problems in resolving
>>>>>> dependencies:
>>>>>> [warn] [NOT FOUND  ]
>>>>>> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
>>>>>> [warn] ==== jcenter: tried
>>>>>>
>>>>>> When the package will be available?
>>>>>>
>>>>>> Best Regards,
>>>>>>
>>>>>> Jerry
>>>>>>
>>>>>>
>>>>>> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
>>>>>> lookfwd@gmail.com> wrote:
>>>>>>
>>>>>>> Yeii!
>>>>>>>
>>>>>>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <
>>>>>>> yuu.ishikawa+spark@gmail.com> wrote:
>>>>>>>
>>>>>>>> Great work, everyone!
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> -----
>>>>>>>> -- Yu Ishikawa
>>>>>>>> --
>>>>>>>> View this message in context:
>>>>>>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>>>>>>> Sent from the Apache Spark Developers List mailing list archive at
>>>>>>>> Nabble.com.
>>>>>>>>
>>>>>>>>
>>>>>>>> ---------------------------------------------------------------------
>>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>>>>>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>> --
>>>> andy
>>>>
>>>
>>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Jonathan Kelly <jo...@gmail.com>.
I just clicked the
http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22 link
provided above by Ryan, and I see 1.5.0. Was this just fixed within the
past hour, or is some caching causing some people not to see it?

On Fri, Sep 11, 2015 at 10:24 AM, Reynold Xin <rx...@databricks.com> wrote:

> It is already there, but the search is not updated. Not sure what's going
> on with maven central search.
>
>
> http://repo1.maven.org/maven2/org/apache/spark/spark-parent_2.10/1.5.0/
>
>
>
> On Fri, Sep 11, 2015 at 10:21 AM, Ryan Williams <
> ryan.blake.williams@gmail.com> wrote:
>
>> Any idea why 1.5.0 is not in Maven central yet
>> <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22>?
>> Is that a separate release process?
>>
>>
>> On Wed, Sep 9, 2015 at 12:40 PM andy petrella <an...@gmail.com>
>> wrote:
>>
>>> You can try it out really quickly by "building" a Spark Notebook from
>>> http://spark-notebook.io/.
>>>
>>> Just choose the master branch and 1.5.0, a correct hadoop version
>>> (default to 2.2.0 though) and there you go :-)
>>>
>>>
>>> On Wed, Sep 9, 2015 at 6:39 PM Ted Yu <yu...@gmail.com> wrote:
>>>
>>>> Jerry:
>>>> I just tried building hbase-spark module with 1.5.0 and I see:
>>>>
>>>> ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
>>>> total 21712
>>>> -rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
>>>> -rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37
>>>> spark-core_2.10-1.5.0.jar
>>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>>> spark-core_2.10-1.5.0.jar.sha1
>>>> -rw-r--r--  1 tyu  staff     19816 Sep  9 09:37
>>>> spark-core_2.10-1.5.0.pom
>>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>>> spark-core_2.10-1.5.0.pom.sha1
>>>>
>>>> FYI
>>>>
>>>> On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com> wrote:
>>>>
>>>>> Hi Spark Developers,
>>>>>
>>>>> I'm eager to try it out! However, I got problems in resolving
>>>>> dependencies:
>>>>> [warn] [NOT FOUND  ]
>>>>> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
>>>>> [warn] ==== jcenter: tried
>>>>>
>>>>> When the package will be available?
>>>>>
>>>>> Best Regards,
>>>>>
>>>>> Jerry
>>>>>
>>>>>
>>>>> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
>>>>> lookfwd@gmail.com> wrote:
>>>>>
>>>>>> Yeii!
>>>>>>
>>>>>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <
>>>>>> yuu.ishikawa+spark@gmail.com> wrote:
>>>>>>
>>>>>>> Great work, everyone!
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> -----
>>>>>>> -- Yu Ishikawa
>>>>>>> --
>>>>>>> View this message in context:
>>>>>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>>>>>> Sent from the Apache Spark Developers List mailing list archive at
>>>>>>> Nabble.com.
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>>>>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> --
>>> andy
>>>
>>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Reynold Xin <rx...@databricks.com>.
It is already there, but the search is not updated. Not sure what's going
on with maven central search.


http://repo1.maven.org/maven2/org/apache/spark/spark-parent_2.10/1.5.0/



On Fri, Sep 11, 2015 at 10:21 AM, Ryan Williams <
ryan.blake.williams@gmail.com> wrote:

> Any idea why 1.5.0 is not in Maven central yet
> <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22>?
> Is that a separate release process?
>
>
> On Wed, Sep 9, 2015 at 12:40 PM andy petrella <an...@gmail.com>
> wrote:
>
>> You can try it out really quickly by "building" a Spark Notebook from
>> http://spark-notebook.io/.
>>
>> Just choose the master branch and 1.5.0, a correct hadoop version
>> (default to 2.2.0 though) and there you go :-)
>>
>>
>> On Wed, Sep 9, 2015 at 6:39 PM Ted Yu <yu...@gmail.com> wrote:
>>
>>> Jerry:
>>> I just tried building hbase-spark module with 1.5.0 and I see:
>>>
>>> ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
>>> total 21712
>>> -rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
>>> -rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37 spark-core_2.10-1.5.0.jar
>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>> spark-core_2.10-1.5.0.jar.sha1
>>> -rw-r--r--  1 tyu  staff     19816 Sep  9 09:37 spark-core_2.10-1.5.0.pom
>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>> spark-core_2.10-1.5.0.pom.sha1
>>>
>>> FYI
>>>
>>> On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com> wrote:
>>>
>>>> Hi Spark Developers,
>>>>
>>>> I'm eager to try it out! However, I got problems in resolving
>>>> dependencies:
>>>> [warn] [NOT FOUND  ]
>>>> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
>>>> [warn] ==== jcenter: tried
>>>>
>>>> When the package will be available?
>>>>
>>>> Best Regards,
>>>>
>>>> Jerry
>>>>
>>>>
>>>> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
>>>> lookfwd@gmail.com> wrote:
>>>>
>>>>> Yeii!
>>>>>
>>>>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <
>>>>> yuu.ishikawa+spark@gmail.com> wrote:
>>>>>
>>>>>> Great work, everyone!
>>>>>>
>>>>>>
>>>>>>
>>>>>> -----
>>>>>> -- Yu Ishikawa
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>>>>> Sent from the Apache Spark Developers List mailing list archive at
>>>>>> Nabble.com.
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>>>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>
>>> --
>> andy
>>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Ted Yu <yu...@gmail.com>.
This is related:
https://issues.apache.org/jira/browse/SPARK-10557

On Fri, Sep 11, 2015 at 10:21 AM, Ryan Williams <
ryan.blake.williams@gmail.com> wrote:

> Any idea why 1.5.0 is not in Maven central yet
> <http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22>?
> Is that a separate release process?
>
>
> On Wed, Sep 9, 2015 at 12:40 PM andy petrella <an...@gmail.com>
> wrote:
>
>> You can try it out really quickly by "building" a Spark Notebook from
>> http://spark-notebook.io/.
>>
>> Just choose the master branch and 1.5.0, a correct hadoop version
>> (default to 2.2.0 though) and there you go :-)
>>
>>
>> On Wed, Sep 9, 2015 at 6:39 PM Ted Yu <yu...@gmail.com> wrote:
>>
>>> Jerry:
>>> I just tried building hbase-spark module with 1.5.0 and I see:
>>>
>>> ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
>>> total 21712
>>> -rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
>>> -rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37 spark-core_2.10-1.5.0.jar
>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>> spark-core_2.10-1.5.0.jar.sha1
>>> -rw-r--r--  1 tyu  staff     19816 Sep  9 09:37 spark-core_2.10-1.5.0.pom
>>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>>> spark-core_2.10-1.5.0.pom.sha1
>>>
>>> FYI
>>>
>>> On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com> wrote:
>>>
>>>> Hi Spark Developers,
>>>>
>>>> I'm eager to try it out! However, I got problems in resolving
>>>> dependencies:
>>>> [warn] [NOT FOUND  ]
>>>> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
>>>> [warn] ==== jcenter: tried
>>>>
>>>> When the package will be available?
>>>>
>>>> Best Regards,
>>>>
>>>> Jerry
>>>>
>>>>
>>>> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
>>>> lookfwd@gmail.com> wrote:
>>>>
>>>>> Yeii!
>>>>>
>>>>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <
>>>>> yuu.ishikawa+spark@gmail.com> wrote:
>>>>>
>>>>>> Great work, everyone!
>>>>>>
>>>>>>
>>>>>>
>>>>>> -----
>>>>>> -- Yu Ishikawa
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>>>>> Sent from the Apache Spark Developers List mailing list archive at
>>>>>> Nabble.com.
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>>>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>
>>> --
>> andy
>>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Ryan Williams <ry...@gmail.com>.
Any idea why 1.5.0 is not in Maven central yet
<http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.spark%22>? Is
that a separate release process?

On Wed, Sep 9, 2015 at 12:40 PM andy petrella <an...@gmail.com>
wrote:

> You can try it out really quickly by "building" a Spark Notebook from
> http://spark-notebook.io/.
>
> Just choose the master branch and 1.5.0, a correct hadoop version (default
> to 2.2.0 though) and there you go :-)
>
>
> On Wed, Sep 9, 2015 at 6:39 PM Ted Yu <yu...@gmail.com> wrote:
>
>> Jerry:
>> I just tried building hbase-spark module with 1.5.0 and I see:
>>
>> ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
>> total 21712
>> -rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
>> -rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37 spark-core_2.10-1.5.0.jar
>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>> spark-core_2.10-1.5.0.jar.sha1
>> -rw-r--r--  1 tyu  staff     19816 Sep  9 09:37 spark-core_2.10-1.5.0.pom
>> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
>> spark-core_2.10-1.5.0.pom.sha1
>>
>> FYI
>>
>> On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com> wrote:
>>
>>> Hi Spark Developers,
>>>
>>> I'm eager to try it out! However, I got problems in resolving
>>> dependencies:
>>> [warn] [NOT FOUND  ]
>>> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
>>> [warn] ==== jcenter: tried
>>>
>>> When the package will be available?
>>>
>>> Best Regards,
>>>
>>> Jerry
>>>
>>>
>>> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
>>> lookfwd@gmail.com> wrote:
>>>
>>>> Yeii!
>>>>
>>>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <
>>>> yuu.ishikawa+spark@gmail.com> wrote:
>>>>
>>>>> Great work, everyone!
>>>>>
>>>>>
>>>>>
>>>>> -----
>>>>> -- Yu Ishikawa
>>>>> --
>>>>> View this message in context:
>>>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>>>> Sent from the Apache Spark Developers List mailing list archive at
>>>>> Nabble.com.
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>>>
>>>>>
>>>>
>>>
>> --
> andy
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by andy petrella <an...@gmail.com>.
You can try it out really quickly by "building" a Spark Notebook from
http://spark-notebook.io/.

Just choose the master branch and 1.5.0, a correct hadoop version (default
to 2.2.0 though) and there you go :-)


On Wed, Sep 9, 2015 at 6:39 PM Ted Yu <yu...@gmail.com> wrote:

> Jerry:
> I just tried building hbase-spark module with 1.5.0 and I see:
>
> ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
> total 21712
> -rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
> -rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37 spark-core_2.10-1.5.0.jar
> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
> spark-core_2.10-1.5.0.jar.sha1
> -rw-r--r--  1 tyu  staff     19816 Sep  9 09:37 spark-core_2.10-1.5.0.pom
> -rw-r--r--  1 tyu  staff        41 Sep  9 09:37
> spark-core_2.10-1.5.0.pom.sha1
>
> FYI
>
> On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com> wrote:
>
>> Hi Spark Developers,
>>
>> I'm eager to try it out! However, I got problems in resolving
>> dependencies:
>> [warn] [NOT FOUND  ]
>> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
>> [warn] ==== jcenter: tried
>>
>> When the package will be available?
>>
>> Best Regards,
>>
>> Jerry
>>
>>
>> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
>> lookfwd@gmail.com> wrote:
>>
>>> Yeii!
>>>
>>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <
>>> yuu.ishikawa+spark@gmail.com> wrote:
>>>
>>>> Great work, everyone!
>>>>
>>>>
>>>>
>>>> -----
>>>> -- Yu Ishikawa
>>>> --
>>>> View this message in context:
>>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>>> Sent from the Apache Spark Developers List mailing list archive at
>>>> Nabble.com.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>>
>>>>
>>>
>>
> --
andy

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Ted Yu <yu...@gmail.com>.
Jerry:
I just tried building hbase-spark module with 1.5.0 and I see:

ls -l ~/.m2/repository/org/apache/spark/spark-core_2.10/1.5.0
total 21712
-rw-r--r--  1 tyu  staff       196 Sep  9 09:37 _maven.repositories
-rw-r--r--  1 tyu  staff  11081542 Sep  9 09:37 spark-core_2.10-1.5.0.jar
-rw-r--r--  1 tyu  staff        41 Sep  9 09:37
spark-core_2.10-1.5.0.jar.sha1
-rw-r--r--  1 tyu  staff     19816 Sep  9 09:37 spark-core_2.10-1.5.0.pom
-rw-r--r--  1 tyu  staff        41 Sep  9 09:37
spark-core_2.10-1.5.0.pom.sha1

FYI

On Wed, Sep 9, 2015 at 9:35 AM, Jerry Lam <ch...@gmail.com> wrote:

> Hi Spark Developers,
>
> I'm eager to try it out! However, I got problems in resolving dependencies:
> [warn] [NOT FOUND  ]
> org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
> [warn] ==== jcenter: tried
>
> When the package will be available?
>
> Best Regards,
>
> Jerry
>
>
> On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <
> lookfwd@gmail.com> wrote:
>
>> Yeii!
>>
>> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <yuu.ishikawa+spark@gmail.com
>> > wrote:
>>
>>> Great work, everyone!
>>>
>>>
>>>
>>> -----
>>> -- Yu Ishikawa
>>> --
>>> View this message in context:
>>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>>> Sent from the Apache Spark Developers List mailing list archive at
>>> Nabble.com.
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>>> For additional commands, e-mail: dev-help@spark.apache.org
>>>
>>>
>>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Jerry Lam <ch...@gmail.com>.
Hi Spark Developers,

I'm eager to try it out! However, I got problems in resolving dependencies:
[warn] [NOT FOUND  ]
org.apache.spark#spark-core_2.10;1.5.0!spark-core_2.10.jar (0ms)
[warn] ==== jcenter: tried

When the package will be available?

Best Regards,

Jerry


On Wed, Sep 9, 2015 at 9:30 AM, Dimitris Kouzis - Loukas <lo...@gmail.com>
wrote:

> Yeii!
>
> On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <yu...@gmail.com>
> wrote:
>
>> Great work, everyone!
>>
>>
>>
>> -----
>> -- Yu Ishikawa
>> --
>> View this message in context:
>> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
>> Sent from the Apache Spark Developers List mailing list archive at
>> Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>> For additional commands, e-mail: dev-help@spark.apache.org
>>
>>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Dimitris Kouzis - Loukas <lo...@gmail.com>.
Yeii!

On Wed, Sep 9, 2015 at 2:25 PM, Yu Ishikawa <yu...@gmail.com>
wrote:

> Great work, everyone!
>
>
>
> -----
> -- Yu Ishikawa
> --
> View this message in context:
> http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
> Sent from the Apache Spark Developers List mailing list archive at
> Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
> For additional commands, e-mail: dev-help@spark.apache.org
>
>

Re: [ANNOUNCE] Announcing Spark 1.5.0

Posted by Yu Ishikawa <yu...@gmail.com>.
Great work, everyone!



-----
-- Yu Ishikawa
--
View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/ANNOUNCE-Announcing-Spark-1-5-0-tp14013p14015.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

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