Peter Ableda created SPARK-13438:
------------------------------------

             Summary: Remove dash from save 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