Github user srowen commented on the pull request:
https://github.com/apache/spark/pull/3480#issuecomment-64981160
@pwendell Sure, I agree that the size isn't a big deal, and there's not
really a case where you would use the distribution without the examples .jar.
Forget the size issue.
Really it is that none of the code would read the data files from
`src/main/resources`, nor would any of the examples as given in their
documentation. They all refer to `data/`, which is where the files are in the
source tree and in the source distribution. This makes the binary distribution
consistent with those, and with all the documented examples.
If there's interest, of course I can make another PR to move these files
and update all the docs to look for `examples/src/main/resources/...` Heck
you could even write the examples to look for the data files within the .jar
instead.
---
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]