[
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: [email protected]
For additional commands, e-mail: [email protected]