[jira] [Updated] (SPARK-7527) Wrong detection of REPL mode in ClosureCleaner

2015-10-08 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-7527:
-
Target Version/s: 1.5.0, 1.4.2  (was: 1.5.0)

> Wrong detection of REPL mode in ClosureCleaner
> --
>
> Key: SPARK-7527
> URL: https://issues.apache.org/jira/browse/SPARK-7527
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core
>Affects Versions: 1.3.1
>Reporter: Oleksii Kostyliev
>Assignee: Shixiong Zhu
>Priority: Minor
> Fix For: 1.4.2, 1.5.0
>
>
> If REPL class is not present on the classpath, the {{inIntetpreter}} boolean 
> switch shall be {{false}}, not {{true}} at: 
> https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7527) Wrong detection of REPL mode in ClosureCleaner

2015-10-08 Thread Andrew Or (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Or updated SPARK-7527:
-
Fix Version/s: 1.4.2

> Wrong detection of REPL mode in ClosureCleaner
> --
>
> Key: SPARK-7527
> URL: https://issues.apache.org/jira/browse/SPARK-7527
> Project: Spark
>  Issue Type: Bug
>  Components: Spark Core
>Affects Versions: 1.3.1
>Reporter: Oleksii Kostyliev
>Assignee: Shixiong Zhu
>Priority: Minor
> Fix For: 1.4.2, 1.5.0
>
>
> If REPL class is not present on the classpath, the {{inIntetpreter}} boolean 
> switch shall be {{false}}, not {{true}} at: 
> https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7527) Wrong detection of REPL mode in ClosureCleaner

2015-05-16 Thread Sean Owen (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen updated SPARK-7527:
-
Fix Version/s: (was: 1.4.0)

 Wrong detection of REPL mode in ClosureCleaner
 --

 Key: SPARK-7527
 URL: https://issues.apache.org/jira/browse/SPARK-7527
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 1.3.1
Reporter: Oleksii Kostyliev
Priority: Minor

 If REPL class is not present on the classpath, the {{inIntetpreter}} boolean 
 switch shall be {{false}}, not {{true}} at: 
 https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7527) Wrong detection of REPL mode in ClosureCleaner

2015-05-11 Thread Oleksii Kostyliev (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleksii Kostyliev updated SPARK-7527:
-
  Component/s: Spark Core
 Priority: Minor  (was: Major)
Affects Version/s: 1.3.1
Fix Version/s: 1.4.0

 Wrong detection of REPL mode in ClosureCleaner
 --

 Key: SPARK-7527
 URL: https://issues.apache.org/jira/browse/SPARK-7527
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 1.3.1
Reporter: Oleksii Kostyliev
Priority: Minor
 Fix For: 1.4.0


 If REPL class is not present on the classpath, the `inIntetpreter` boolean 
 switch shall be `false`, not `true` at: 
 https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-7527) Wrong detection of REPL mode in ClosureCleaner

2015-05-11 Thread Oleksii Kostyliev (JIRA)

 [ 
https://issues.apache.org/jira/browse/SPARK-7527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleksii Kostyliev updated SPARK-7527:
-
Description: If REPL class is not present on the classpath, the 
{{inIntetpreter}} boolean switch shall be {{false}}, not {{true}} at: 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247
  (was: If REPL class is not present on the classpath, the `inIntetpreter` 
boolean switch shall be `false`, not `true` at: 
https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247)

 Wrong detection of REPL mode in ClosureCleaner
 --

 Key: SPARK-7527
 URL: https://issues.apache.org/jira/browse/SPARK-7527
 Project: Spark
  Issue Type: Bug
  Components: Spark Core
Affects Versions: 1.3.1
Reporter: Oleksii Kostyliev
Priority: Minor
 Fix For: 1.4.0


 If REPL class is not present on the classpath, the {{inIntetpreter}} boolean 
 switch shall be {{false}}, not {{true}} at: 
 https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/util/ClosureCleaner.scala#L247



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org