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

Apache Spark commented on SPARK-13438:
--------------------------------------

User 'peterableda' has created a pull request for this issue:
https://github.com/apache/spark/pull/11312

> Remove by default dash from output paths
> ----------------------------------------
>
>                 Key: SPARK-13438
>                 URL: https://issues.apache.org/jira/browse/SPARK-13438
>             Project: Spark
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Peter Ableda
>
> The current implementation uses the above schema for the saveAsTextFiles, 
> saveAsObjectFiles, saveAsHadoopFiles methods.
> {code}
> "prefix-TIME_IN_MS[.suffix]"
> {code}
> Spark generates the following with a *"/data/timestamp="* prefix.
> {code}
> /data/timestamp=-1455894364000/_SUCCESS
> /data/timestamp=-1455894364000/part-00000
> {code}
> I would like to remove the dash from the path to be able to create proper 
> partitions.



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