[ 
https://issues.apache.org/jira/browse/SPARK-13176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15135222#comment-15135222
 ] 

Jakob Odersky commented on SPARK-13176:
---------------------------------------

One of the places the process api is used is in creating symlinks. Since Spark 
requires at least Java 1.7, we can drop the use of external commands and rely 
on the nio.Files api instead.

> Ignore deprecation warning for ProcessBuilder lines_!
> -----------------------------------------------------
>
>                 Key: SPARK-13176
>                 URL: https://issues.apache.org/jira/browse/SPARK-13176
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Spark Core
>            Reporter: holdenk
>            Priority: Trivial
>
> The replacement,  stream_! & lineStream_! is not present in 2.10 API.
> Note @SupressWarnings for deprecation doesn't appear to work 
> https://issues.scala-lang.org/browse/SI-7934 so suppressing the warnings 
> might involve wrapping or similar.



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