Skip to content

Conversation

@techaddict
Copy link
Contributor

What changes were proposed in this pull request?

Use SparkSession instead of SQLContext in Python TestSuites

How was this patch tested?

Existing tests

@SparkQA
Copy link

SparkQA commented May 11, 2016

Test build #58330 has finished for PR 13044 at commit d7361d8.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@techaddict techaddict changed the title [SPARK-15037][SQL][MLLIB] Part2 Use SparkSession instead of SQLContext in Python TestSuites [SPARK-15037][SQL][MLLIB][WIP] Part2 Use SparkSession instead of SQLContext in Python TestSuites May 11, 2016
@SparkQA
Copy link

SparkQA commented May 11, 2016

Test build #58354 has finished for PR 13044 at commit 7101849.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class SparkSessionTestCase(PySparkTestCase):
    • class FeatureTests(SparkSessionTestCase):
    • class CrossValidatorTests(SparkSessionTestCase):
    • class TrainValidationSplitTests(SparkSessionTestCase):
    • class PersistenceTest(SparkSessionTestCase):
    • class LDATest(SparkSessionTestCase):
    • class TrainingSummaryTest(SparkSessionTestCase):
    • class OneVsRestTests(SparkSessionTestCase):
    • class HashingTFTest(SparkSessionTestCase):
    • class ALSTest(SparkSessionTestCase):

@SparkQA
Copy link

SparkQA commented May 11, 2016

Test build #58355 has finished for PR 13044 at commit a776c2e.

  • This patch fails PySpark unit tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 11, 2016

Test build #58358 has finished for PR 13044 at commit 6905326.

  • This patch fails Python style tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@SparkQA
Copy link

SparkQA commented May 11, 2016

Test build #58359 has finished for PR 13044 at commit 0dbb2a1.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@techaddict techaddict force-pushed the SPARK-15037-python branch from 0dbb2a1 to d3d4fda Compare May 11, 2016 11:12
@SparkQA
Copy link

SparkQA commented May 11, 2016

Test build #58366 has finished for PR 13044 at commit d3d4fda.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

@techaddict
Copy link
Contributor Author

techaddict commented May 11, 2016

cc: @andrewor14 @davies Can you review the PR, Thanks.

@techaddict techaddict changed the title [SPARK-15037][SQL][MLLIB][WIP] Part2 Use SparkSession instead of SQLContext in Python TestSuites [SPARK-15037][SQL][MLLIB] Part2: Use SparkSession instead of SQLContext in Python TestSuites May 11, 2016
@davies
Copy link
Contributor

davies commented May 11, 2016

LGTM,
Merging this into master and 2.0, thanks!

asfgit pushed a commit that referenced this pull request May 11, 2016
…text in Python TestSuites

## What changes were proposed in this pull request?
Use SparkSession instead of SQLContext in Python TestSuites

## How was this patch tested?
Existing tests

Author: Sandeep Singh <[email protected]>

Closes #13044 from techaddict/SPARK-15037-python.

(cherry picked from commit 2931437)
Signed-off-by: Davies Liu <[email protected]>
@asfgit asfgit closed this in 2931437 May 11, 2016
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.

3 participants