Skip to content

Conversation

@tdas
Copy link
Contributor

@tdas tdas commented May 11, 2015

No description provided.

@AmplabJenkins
Copy link

Build triggered.

Conflicts:
	streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala
@AmplabJenkins
Copy link

Build started.

@tdas
Copy link
Contributor Author

tdas commented May 11, 2015

test, this please.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32399 has started for PR 6058 at commit e0f0a05.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32399 has finished for PR 6058 at commit e0f0a05.

  • This patch fails RAT tests.
  • This patch does not merge cleanly.
  • This patch adds no public classes.

@AmplabJenkins
Copy link

Build finished. Test FAILed.

@AmplabJenkins
Copy link

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

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32402 has started for PR 6058 at commit 976b094.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32402 has finished for PR 6058 at commit 976b094.

  • This patch fails Scala style tests.
  • This patch merges cleanly.
  • This patch adds the following public classes (experimental):
    • class PCA(val k: Int)
    • class HasCheckpointInterval(Params):
    • class Evaluator(Params):
    • class ALS(JavaEstimator, HasCheckpointInterval, HasMaxIter, HasPredictionCol, HasRegParam, HasSeed):
    • class ALSModel(JavaModel):
    • class MulticlassMetrics(JavaModelWrapper):
    • class RankingMetrics(JavaModelWrapper):
    • class ChiSqSelectorModel(JavaVectorTransformer):
    • class ChiSqSelector(object):
    • case class SimpleCatalystConf(caseSensitiveAnalysis: Boolean) extends CatalystConf
    • class SimpleCatalog(val conf: CatalystConf) extends Catalog

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

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

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

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

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32404 has started for PR 6058 at commit 1722433.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32404 has finished for PR 6058 at commit 1722433.

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

@AmplabJenkins
Copy link

Merged build finished. Test FAILed.

@AmplabJenkins
Copy link

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

@tdas tdas changed the title [SPARK-7530][STREAMING] Added getState and exposed StreamingContextState [SPARK-7530][STREAMING] Added StreamingContext.getState() to expose the current state of the context May 11, 2015
@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32425 has started for PR 6058 at commit dd88444.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32425 has finished for PR 6058 at commit dd88444.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@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/32425/
Test PASSed.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 11, 2015

Test build #32441 has started for PR 6058 at commit 3da6547.

@zsxwing
Copy link
Member

zsxwing commented May 12, 2015

LGTM

@harishreedharan
Copy link
Contributor

Apart from the name change that Patrick suggested, this LGTM too.

@AmplabJenkins
Copy link

Merged build triggered.

@AmplabJenkins
Copy link

Merged build started.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32445 has started for PR 6058 at commit 80ee0e6.

@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32441 has finished for PR 6058 at commit 3da6547.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@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/32441/
Test PASSed.

@tdas
Copy link
Contributor Author

tdas commented May 12, 2015

Merging this. Thanks for the feedback!

asfgit pushed a commit that referenced this pull request May 12, 2015
…the current state of the context

Author: Tathagata Das <[email protected]>

Closes #6058 from tdas/SPARK-7530 and squashes the following commits:

80ee0e6 [Tathagata Das] STARTED --> ACTIVE
3da6547 [Tathagata Das] Added synchronized
dd88444 [Tathagata Das] Added more docs
e1a8505 [Tathagata Das] Fixed comment length
89f9980 [Tathagata Das] Change to Java enum and added Java test
7c57351 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
dd4e702 [Tathagata Das] Addressed comments.
3d56106 [Tathagata Das] Added Mima excludes
2b86ba1 [Tathagata Das] Added scala docs.
1722433 [Tathagata Das] Fixed style
976b094 [Tathagata Das] Added license
0585130 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
e0f0a05 [Tathagata Das] Added getState and exposed StreamingContextState

(cherry picked from commit f9c7580)
Signed-off-by: Tathagata Das <[email protected]>
@asfgit asfgit closed this in f9c7580 May 12, 2015
@SparkQA
Copy link

SparkQA commented May 12, 2015

Test build #32445 has finished for PR 6058 at commit 80ee0e6.

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

@AmplabJenkins
Copy link

Merged build finished. Test PASSed.

@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/32445/
Test PASSed.

jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request May 28, 2015
…the current state of the context

Author: Tathagata Das <[email protected]>

Closes apache#6058 from tdas/SPARK-7530 and squashes the following commits:

80ee0e6 [Tathagata Das] STARTED --> ACTIVE
3da6547 [Tathagata Das] Added synchronized
dd88444 [Tathagata Das] Added more docs
e1a8505 [Tathagata Das] Fixed comment length
89f9980 [Tathagata Das] Change to Java enum and added Java test
7c57351 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
dd4e702 [Tathagata Das] Addressed comments.
3d56106 [Tathagata Das] Added Mima excludes
2b86ba1 [Tathagata Das] Added scala docs.
1722433 [Tathagata Das] Fixed style
976b094 [Tathagata Das] Added license
0585130 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
e0f0a05 [Tathagata Das] Added getState and exposed StreamingContextState
jeanlyn pushed a commit to jeanlyn/spark that referenced this pull request Jun 12, 2015
…the current state of the context

Author: Tathagata Das <[email protected]>

Closes apache#6058 from tdas/SPARK-7530 and squashes the following commits:

80ee0e6 [Tathagata Das] STARTED --> ACTIVE
3da6547 [Tathagata Das] Added synchronized
dd88444 [Tathagata Das] Added more docs
e1a8505 [Tathagata Das] Fixed comment length
89f9980 [Tathagata Das] Change to Java enum and added Java test
7c57351 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
dd4e702 [Tathagata Das] Addressed comments.
3d56106 [Tathagata Das] Added Mima excludes
2b86ba1 [Tathagata Das] Added scala docs.
1722433 [Tathagata Das] Fixed style
976b094 [Tathagata Das] Added license
0585130 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
e0f0a05 [Tathagata Das] Added getState and exposed StreamingContextState
nemccarthy pushed a commit to nemccarthy/spark that referenced this pull request Jun 19, 2015
…the current state of the context

Author: Tathagata Das <[email protected]>

Closes apache#6058 from tdas/SPARK-7530 and squashes the following commits:

80ee0e6 [Tathagata Das] STARTED --> ACTIVE
3da6547 [Tathagata Das] Added synchronized
dd88444 [Tathagata Das] Added more docs
e1a8505 [Tathagata Das] Fixed comment length
89f9980 [Tathagata Das] Change to Java enum and added Java test
7c57351 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
dd4e702 [Tathagata Das] Addressed comments.
3d56106 [Tathagata Das] Added Mima excludes
2b86ba1 [Tathagata Das] Added scala docs.
1722433 [Tathagata Das] Fixed style
976b094 [Tathagata Das] Added license
0585130 [Tathagata Das] Merge remote-tracking branch 'apache-github/master' into SPARK-7530
e0f0a05 [Tathagata Das] Added getState and exposed StreamingContextState
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