You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2016/03/06 21:10:40 UTC

[jira] [Resolved] (SPARK-13438) Remove by default dash from output paths

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

Sean Owen resolved SPARK-13438.
-------------------------------
    Resolution: Won't Fix

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org