Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix for Cloudera CDS 2.2.0+ Spark credentialsRequired method (#1332)
Cloudera's CDS 2.2.0+ Spark fork introduced a non-passive method signature that results in the inability for the ES hadoop integration to work. Cloudera's CDS fork is the main means for CDH5 consumers to consume newer versions of Spark. CDS is only availble to be installed via a Cloudera Manager's parcel and is distinctly different from the (elder) version of Apache Spark that ships with CDH5. Supporting this fork is challenging since it difficult difficult to test manually, and even more so with the integration tests. CDS is for CDH5 consumers (likely the majority at this time) that want to use Java 8 (likey the majority at this time), and run newer versions of Spark (a very popular integration). Related commit: https://github.com/cloudera/spark/commit/0972663ef3a87f4dcf2f4a936216bb5da0232b4e#diff-73c35ef723336affd463d9657df7583f Fixes #1301
- Loading branch information