Skip to content

Use Scala 2.11 by default#500

Merged
bulldozer-bot[bot] merged 7 commits intomasterfrom
vg/revertBackToScala211
Feb 27, 2019
Merged

Use Scala 2.11 by default#500
bulldozer-bot[bot] merged 7 commits intomasterfrom
vg/revertBackToScala211

Conversation

@vinooganesh
Copy link

This PR reverts back to using Scala 2.11

@vinooganesh vinooganesh force-pushed the vg/revertBackToScala211 branch from 1ac21ac to 3539def Compare February 26, 2019 20:51
echo "Spark version is $VERSION"
VERSION_SET=$("$MVN" versions:set -DnewVersion=$VERSION | tail -n 1)
if [ "$MAKE_TGZ" == "true" ]; then
echo "Making spark-dist-$NAME-$VERSION.tgz"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this was right and previous thing was wrong

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wait you're saying echo "Making spark-dist-$NAME-$VERSION.tgz" is correct, right?

</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-avro_${scala.binary.version}</artifactId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like an artifact of the revert

Copy link

@robert3005 robert3005 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think for this kind of change it's better to just make the change and not make it a revert

</dependency>
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-avro_${scala.binary.version}</artifactId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why?


For instance, you can build the Spark Streaming module using:

./build/mvn -pl :spark-streaming_{{site.SCALA_BINARY_VERSION}} clean install

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changes to this file are probably wrong

parquet-format-structures-1.12.0-palantir.4.jar
parquet-hadoop-1.12.0-palantir.4.jar
parquet-jackson-1.12.0-palantir.4.jar
parquet-column-1.12.0-palantir.1.jar
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to revert these

@robert3005 robert3005 changed the title Revert back to using Scala 2.11 Use Scala 2.11 by default Feb 27, 2019
@bulldozer-bot bulldozer-bot bot merged commit 39513a4 into master Feb 27, 2019
@bulldozer-bot bulldozer-bot bot deleted the vg/revertBackToScala211 branch February 27, 2019 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants