Github user nchammas commented on the pull request:
https://github.com/apache/spark/pull/11178#issuecomment-197623653
For some reason, this PR breaks the following invocation:
```
./dev/make-distribution.sh -T 1C -Phadoop-2.6
```
The problem appears to be with this line
```sh
SCALA_VERSION=$("$MVN" help:evaluate -Dexpression=scala.binary.version $@
2>/dev/null\
| grep -v "INFO"\
| tail -n 1)
```
which outputs this when run
```
+ SCALA_VERSION='[ERROR] Re-run Maven using the -X switch to enable full
debug logging.'
```
Removing the `-T 1C` fixes it, for some reason.
Any ideas why this PR is interfering with the additional flags passed to
Maven?
---
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]