You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by Jacek Laskowski <ja...@japila.pl> on 2015/11/07 13:41:04 UTC

Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

Hi,

Checked out the latest sources and the build failed:

[error] /Users/jacek/dev/oss/spark/core/src/main/scala/org/apache/spark/storage/RDDInfo.scala:25:
in class RDDInfo, multiple overloaded alternatives of constructor
RDDInfo define default arguments.
[error] class RDDInfo(
[error]       ^

The build commands:

➜  spark git:(master) ✗ git rev-parse --short HEAD
2ff0e79

➜  spark git:(master) ./dev/change-scala-version.sh 2.11

➜  spark git:(master) ✗ ./build/mvn -Pyarn -Phadoop-2.6
-Dhadoop.version=2.7.1 -Dscala-2.11 -Phive -Phive-thriftserver
-DskipTests clean install

Pozdrawiam,
Jacek

--
Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl
Follow me at https://twitter.com/jaceklaskowski
Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski

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


Re: Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

Posted by Jacek Laskowski <ja...@japila.pl>.
Worked for me. Thanks!

Pozdrawiam,
Jacek

--
Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl
Follow me at https://twitter.com/jaceklaskowski
Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski


On Sat, Nov 7, 2015 at 1:56 PM, Ted Yu <yu...@gmail.com> wrote:
> Created a PR for the compilation error:
> https://github.com/apache/spark/pull/9538
>
> Cheers
>
> On Sat, Nov 7, 2015 at 4:41 AM, Jacek Laskowski <ja...@japila.pl> wrote:
>>
>> Hi,
>>
>> Checked out the latest sources and the build failed:
>>
>> [error]
>> /Users/jacek/dev/oss/spark/core/src/main/scala/org/apache/spark/storage/RDDInfo.scala:25:
>> in class RDDInfo, multiple overloaded alternatives of constructor
>> RDDInfo define default arguments.
>> [error] class RDDInfo(
>> [error]       ^
>>
>> The build commands:
>>
>> ➜  spark git:(master) ✗ git rev-parse --short HEAD
>> 2ff0e79
>>
>> ➜  spark git:(master) ./dev/change-scala-version.sh 2.11
>>
>> ➜  spark git:(master) ✗ ./build/mvn -Pyarn -Phadoop-2.6
>> -Dhadoop.version=2.7.1 -Dscala-2.11 -Phive -Phive-thriftserver
>> -DskipTests clean install
>>
>> Pozdrawiam,
>> Jacek
>>
>> --
>> Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl
>> Follow me at https://twitter.com/jaceklaskowski
>> Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
>> For additional commands, e-mail: dev-help@spark.apache.org
>>
>

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


Re: Build fails due to...multiple overloaded alternatives of constructor RDDInfo define default arguments?

Posted by Ted Yu <yu...@gmail.com>.
Created a PR for the compilation error:
https://github.com/apache/spark/pull/9538

Cheers

On Sat, Nov 7, 2015 at 4:41 AM, Jacek Laskowski <ja...@japila.pl> wrote:

> Hi,
>
> Checked out the latest sources and the build failed:
>
> [error]
> /Users/jacek/dev/oss/spark/core/src/main/scala/org/apache/spark/storage/RDDInfo.scala:25:
> in class RDDInfo, multiple overloaded alternatives of constructor
> RDDInfo define default arguments.
> [error] class RDDInfo(
> [error]       ^
>
> The build commands:
>
> ➜  spark git:(master) ✗ git rev-parse --short HEAD
> 2ff0e79
>
> ➜  spark git:(master) ./dev/change-scala-version.sh 2.11
>
> ➜  spark git:(master) ✗ ./build/mvn -Pyarn -Phadoop-2.6
> -Dhadoop.version=2.7.1 -Dscala-2.11 -Phive -Phive-thriftserver
> -DskipTests clean install
>
> Pozdrawiam,
> Jacek
>
> --
> Jacek Laskowski | http://blog.japila.pl | http://blog.jaceklaskowski.pl
> Follow me at https://twitter.com/jaceklaskowski
> Upvote at http://stackoverflow.com/users/1305344/jacek-laskowski
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
> For additional commands, e-mail: dev-help@spark.apache.org
>
>