GitHub user peterableda opened a pull request:
https://github.com/apache/spark/pull/11312
[SPARK-13438][STREAMING] Remove by default dash from filename
Spark generates the following schema with prefix = `/data/timestamp=`
```
/data/timestamp=-1455894364000/_SUCCESS
/data/timestamp=-1455894364000/part-00000
```
The above behaviour forces our hands when we would like to write to a
schema with partitions.
This change removes the by default dash from the schema.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/peterableda/spark SPARK-13438
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/11312.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #11312
----
commit e3edaf2f6c31d3ddd5bdac1d4f0b0db16cc10013
Author: Peter Ableda <[email protected]>
Date: 2016-02-22T22:32:15Z
Remove by default dash from filename
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]