[jira] [Assigned] (SPARK-7145) commons-lang (2.x) classes used instead of commons-lang3 (3.x); commons-io used without dependency

2015-04-25 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-7145:
---

Assignee: Apache Spark  (was: Sean Owen)

 commons-lang (2.x) classes used instead of commons-lang3 (3.x); commons-io 
 used without dependency
 --

 Key: SPARK-7145
 URL: https://issues.apache.org/jira/browse/SPARK-7145
 Project: Spark
  Issue Type: Improvement
  Components: Spark Core, SQL, Streaming
Affects Versions: 1.3.1
Reporter: Sean Owen
Assignee: Apache Spark
Priority: Minor

 Spark depends only on Commons Lang3 (3.x). However there are several 
 accidental usages of Commons Lang (2.x) in the codebase. As we saw a few days 
 ago the version of Lang 2.x that accidentally comes in via Hadoop can change 
 with Hadoop version and so the accidental usage is more than a purely 
 theoretical problem. It's easy to change the usages to 3.x counterparts.
 Also, there are just a few uses of Commons IO in the code which can be 
 replaced with uses of Guava, removing another used but undeclared dependency.



--
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] [Assigned] (SPARK-7145) commons-lang (2.x) classes used instead of commons-lang3 (3.x); commons-io used without dependency

2015-04-25 Thread Apache Spark (JIRA)

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

Apache Spark reassigned SPARK-7145:
---

Assignee: Sean Owen  (was: Apache Spark)

 commons-lang (2.x) classes used instead of commons-lang3 (3.x); commons-io 
 used without dependency
 --

 Key: SPARK-7145
 URL: https://issues.apache.org/jira/browse/SPARK-7145
 Project: Spark
  Issue Type: Improvement
  Components: Spark Core, SQL, Streaming
Affects Versions: 1.3.1
Reporter: Sean Owen
Assignee: Sean Owen
Priority: Minor

 Spark depends only on Commons Lang3 (3.x). However there are several 
 accidental usages of Commons Lang (2.x) in the codebase. As we saw a few days 
 ago the version of Lang 2.x that accidentally comes in via Hadoop can change 
 with Hadoop version and so the accidental usage is more than a purely 
 theoretical problem. It's easy to change the usages to 3.x counterparts.
 Also, there are just a few uses of Commons IO in the code which can be 
 replaced with uses of Guava, removing another used but undeclared dependency.



--
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