Github user mag- commented on the pull request:
https://github.com/apache/spark/pull/468#issuecomment-96642739
Well:
`val jets3tVersion = if
("^2\\.[3-9]+".r.findFirstIn(hadoopVersion).isDefined) "0.9.0" else "0.7.1"`
It probably should be other way round, if hadoop version is lower than 2.3
we use 0.7.1
Also someone needs to test it with hadoop 2.6/2.7 where s3 support was
splitted to hadoop-aws.
( I'm thinking that mvn profile approach was maybe cleaner than this
if/else... )
---
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]