Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS][BUILD] Add instruction to use change-version-to-2.11.sh in 'Building for Scala 2.11'. #3361

Closed
wants to merge 1 commit into from

Conversation

ueshin
Copy link
Member

@ueshin ueshin commented Nov 19, 2014

To build with Scala 2.11, we have to execute change-version-to-2.11.sh before Maven execute, otherwise inter-module dependencies are broken.

@SparkQA
Copy link

SparkQA commented Nov 19, 2014

Test build #23599 has started for PR 3361 at commit 1d29126.

  • This patch merges cleanly.

@SparkQA
Copy link

SparkQA commented Nov 19, 2014

Test build #23599 has finished for PR 3361 at commit 1d29126.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class LinearBinaryClassificationModel(LinearModel):
    • class LogisticRegressionModel(LinearBinaryClassificationModel):
    • class LogisticRegressionWithLBFGS(object):
    • class SVMModel(LinearBinaryClassificationModel):
    • class Rating(namedtuple("Rating", ["user", "product", "rating"])):
    • class RDDRangeSampler(RDDSamplerBase):
    • class SizeLimitedStream(object):
    • class CompressedStream(object):
    • class LargeObjectSerializer(Serializer):
    • class CompressedSerializer(Serializer):

@AmplabJenkins
Copy link

Test PASSed.
Refer to this link for build results (access rights to CI server needed):
https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/23599/
Test PASSed.

@sryza
Copy link
Contributor

sryza commented Nov 20, 2014

+1

@pwendell
Copy link
Contributor

Good call - thanks for this.

ueshin added a commit that referenced this pull request Nov 30, 2014
…ilding for Scala 2.11'.

To build with Scala 2.11, we have to execute `change-version-to-2.11.sh` before Maven execute, otherwise inter-module dependencies are broken.

Author: Takuya UESHIN <[email protected]>

Closes #3361 from ueshin/docs/building-spark_2.11 and squashes the following commits:

1d29126 [Takuya UESHIN] Add instruction to use change-version-to-2.11.sh in 'Building for Scala 2.11'.
asfgit pushed a commit that referenced this pull request Nov 30, 2014
…ilding for Scala 2.11'.

To build with Scala 2.11, we have to execute `change-version-to-2.11.sh` before Maven execute, otherwise inter-module dependencies are broken.

Author: Takuya UESHIN <[email protected]>

Closes #3361 from ueshin/docs/building-spark_2.11 and squashes the following commits:

1d29126 [Takuya UESHIN] Add instruction to use change-version-to-2.11.sh in 'Building for Scala 2.11'.

(cherry picked from commit 0fcd24c)
Signed-off-by: Patrick Wendell <[email protected]>
@JoshRosen
Copy link
Contributor

Looks like this was pulled in, but it looks like GitHub didn't close it for some reason.

@ueshin
Copy link
Member Author

ueshin commented Dec 1, 2014

Ah, should I close this?

@JoshRosen
Copy link
Contributor

@ueshin, I think so, since 0fcd24c is now in master and e07dbd8 is in 1.2. Thanks!

@ueshin
Copy link
Member Author

ueshin commented Dec 1, 2014

I see, I'll close this. Thanks!

@ueshin ueshin closed this Dec 1, 2014
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.

6 participants