You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Mohit Jaggi <mo...@gmail.com> on 2014/09/15 18:28:23 UTC

scala 2.11?

Folks,
I understand Spark SQL uses quasiquotes. Does that mean Spark has now moved
to Scala 2.11?

Mohit.

Re: scala 2.11?

Posted by Mohit Jaggi <mo...@gmail.com>.
Can I load that plugin in spark-shell? Or perhaps due the 2-phase
compilation quasiquotes won't work in shell?

On Mon, Sep 15, 2014 at 7:15 PM, Mark Hamstra <ma...@clearstorydata.com>
wrote:

> Okay, that's consistent with what I was expecting.  Thanks, Matei.
>
> On Mon, Sep 15, 2014 at 5:20 PM, Matei Zaharia <ma...@gmail.com>
> wrote:
>
>> I think the current plan is to put it in 1.2.0, so that's what I meant by
>> "soon". It might be possible to backport it too, but I'd be hesitant to do
>> that as a maintenance release on 1.1.x and 1.0.x since it would require
>> nontrivial changes to the build that could break things on Scala 2.10.
>>
>> Matei
>>
>> On September 15, 2014 at 12:19:04 PM, Mark Hamstra (
>> mark@clearstorydata.com) wrote:
>>
>> Are we going to put 2.11 support into 1.1 or 1.0?  Else "will be in
>> soon" applies to the master development branch, but actually in the Spark
>> 1.2.0 release won't occur until the second half of November at the earliest.
>>
>> On Mon, Sep 15, 2014 at 12:11 PM, Matei Zaharia <ma...@gmail.com>
>> wrote:
>>
>>>  Scala 2.11 work is under way in open pull requests though, so
>>> hopefully it will be in soon.
>>>
>>>  Matei
>>>
>>> On September 15, 2014 at 9:48:42 AM, Mohit Jaggi (mohitjaggi@gmail.com)
>>> wrote:
>>>
>>>  ah...thanks!
>>>
>>> On Mon, Sep 15, 2014 at 9:47 AM, Mark Hamstra <ma...@clearstorydata.com>
>>> wrote:
>>>
>>>> No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.
>>>>
>>>> On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com>
>>>> wrote:
>>>>
>>>>> Folks,
>>>>> I understand Spark SQL uses quasiquotes. Does that mean Spark has now
>>>>> moved to Scala 2.11?
>>>>>
>>>>> Mohit.
>>>>>
>>>>
>>>>
>>>
>>
>

Re: scala 2.11?

Posted by Mark Hamstra <ma...@clearstorydata.com>.
Okay, that's consistent with what I was expecting.  Thanks, Matei.

On Mon, Sep 15, 2014 at 5:20 PM, Matei Zaharia <ma...@gmail.com>
wrote:

> I think the current plan is to put it in 1.2.0, so that's what I meant by
> "soon". It might be possible to backport it too, but I'd be hesitant to do
> that as a maintenance release on 1.1.x and 1.0.x since it would require
> nontrivial changes to the build that could break things on Scala 2.10.
>
> Matei
>
> On September 15, 2014 at 12:19:04 PM, Mark Hamstra (
> mark@clearstorydata.com) wrote:
>
> Are we going to put 2.11 support into 1.1 or 1.0?  Else "will be in soon"
> applies to the master development branch, but actually in the Spark 1.2.0
> release won't occur until the second half of November at the earliest.
>
> On Mon, Sep 15, 2014 at 12:11 PM, Matei Zaharia <ma...@gmail.com>
> wrote:
>
>>  Scala 2.11 work is under way in open pull requests though, so hopefully
>> it will be in soon.
>>
>>  Matei
>>
>> On September 15, 2014 at 9:48:42 AM, Mohit Jaggi (mohitjaggi@gmail.com)
>> wrote:
>>
>>  ah...thanks!
>>
>> On Mon, Sep 15, 2014 at 9:47 AM, Mark Hamstra <ma...@clearstorydata.com>
>> wrote:
>>
>>> No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.
>>>
>>> On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com>
>>> wrote:
>>>
>>>> Folks,
>>>> I understand Spark SQL uses quasiquotes. Does that mean Spark has now
>>>> moved to Scala 2.11?
>>>>
>>>> Mohit.
>>>>
>>>
>>>
>>
>

Re: scala 2.11?

Posted by Matei Zaharia <ma...@gmail.com>.
I think the current plan is to put it in 1.2.0, so that's what I meant by "soon". It might be possible to backport it too, but I'd be hesitant to do that as a maintenance release on 1.1.x and 1.0.x since it would require nontrivial changes to the build that could break things on Scala 2.10.

Matei

On September 15, 2014 at 12:19:04 PM, Mark Hamstra (mark@clearstorydata.com) wrote:

Are we going to put 2.11 support into 1.1 or 1.0?  Else "will be in soon" applies to the master development branch, but actually in the Spark 1.2.0 release won't occur until the second half of November at the earliest.

On Mon, Sep 15, 2014 at 12:11 PM, Matei Zaharia <ma...@gmail.com> wrote:
Scala 2.11 work is under way in open pull requests though, so hopefully it will be in soon.

Matei

On September 15, 2014 at 9:48:42 AM, Mohit Jaggi (mohitjaggi@gmail.com) wrote:

ah...thanks!

On Mon, Sep 15, 2014 at 9:47 AM, Mark Hamstra <ma...@clearstorydata.com> wrote:
No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.

On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com> wrote:
Folks,
I understand Spark SQL uses quasiquotes. Does that mean Spark has now moved to Scala 2.11?

Mohit.




Re: scala 2.11?

Posted by Mark Hamstra <ma...@clearstorydata.com>.
Are we going to put 2.11 support into 1.1 or 1.0?  Else "will be in soon"
applies to the master development branch, but actually in the Spark 1.2.0
release won't occur until the second half of November at the earliest.

On Mon, Sep 15, 2014 at 12:11 PM, Matei Zaharia <ma...@gmail.com>
wrote:

> Scala 2.11 work is under way in open pull requests though, so hopefully it
> will be in soon.
>
> Matei
>
> On September 15, 2014 at 9:48:42 AM, Mohit Jaggi (mohitjaggi@gmail.com)
> wrote:
>
> ah...thanks!
>
> On Mon, Sep 15, 2014 at 9:47 AM, Mark Hamstra <ma...@clearstorydata.com>
> wrote:
>
>> No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.
>>
>> On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com>
>> wrote:
>>
>>> Folks,
>>> I understand Spark SQL uses quasiquotes. Does that mean Spark has now
>>> moved to Scala 2.11?
>>>
>>> Mohit.
>>>
>>
>>
>

Re: scala 2.11?

Posted by Matei Zaharia <ma...@gmail.com>.
Scala 2.11 work is under way in open pull requests though, so hopefully it will be in soon.

Matei

On September 15, 2014 at 9:48:42 AM, Mohit Jaggi (mohitjaggi@gmail.com) wrote:

ah...thanks!

On Mon, Sep 15, 2014 at 9:47 AM, Mark Hamstra <ma...@clearstorydata.com> wrote:
No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.

On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com> wrote:
Folks,
I understand Spark SQL uses quasiquotes. Does that mean Spark has now moved to Scala 2.11?

Mohit.



Re: scala 2.11?

Posted by Mohit Jaggi <mo...@gmail.com>.
ah...thanks!

On Mon, Sep 15, 2014 at 9:47 AM, Mark Hamstra <ma...@clearstorydata.com>
wrote:

> No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.
>
> On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com> wrote:
>
>> Folks,
>> I understand Spark SQL uses quasiquotes. Does that mean Spark has now
>> moved to Scala 2.11?
>>
>> Mohit.
>>
>
>

Re: scala 2.11?

Posted by Mark Hamstra <ma...@clearstorydata.com>.
No, not yet.  Spark SQL is using org.scalamacros:quasiquotes_2.10.

On Mon, Sep 15, 2014 at 9:28 AM, Mohit Jaggi <mo...@gmail.com> wrote:

> Folks,
> I understand Spark SQL uses quasiquotes. Does that mean Spark has now
> moved to Scala 2.11?
>
> Mohit.
>