Devaraj K created SPARK-13621:
---------------------------------

             Summary: TestExecutor.scala needs to be moved to test package
                 Key: SPARK-13621
                 URL: https://issues.apache.org/jira/browse/SPARK-13621
             Project: Spark
          Issue Type: Improvement
          Components: Spark Core
    Affects Versions: 1.6.0, 2.0.0
            Reporter: Devaraj K
            Priority: Minor


TestExecutor.scala is in the package 
core\src\main\scala\org\apache\spark\deploy\client\ and it is getting used only 
by test classes. It needs to be moved to test package i.e. 
core\src\test\scala\org\apache\spark\deploy\client\ since the purpose of it is 
for test.

And also core\src\main\scala\org\apache\spark\deploy\client\TestClient.scala is 
not getting used any where and present in the src, I think it can be removed.



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

Reply via email to