Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/13562#discussion_r66606804
--- Diff: dev/make-distribution.sh ---
@@ -42,6 +42,7 @@ function exit_with_usage {
echo "usage:"
cl_options="[--name] [--tgz] [--mvn <mvn-command>]"
echo "make-distribution.sh $cl_options <maven build options>"
+ echo "Decrease build times with the -T option: -T 1C will result in
Maven using one thread per core."
--- End diff --
My command was like:
```
./dev/make-distribution.sh -T 1C
```
---
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]