Repository: flume Updated Branches: refs/heads/trunk 85e0b4e64 -> f9d5c4e59
FLUME-3298 Make hadoop-common optional in hadoop-credential-store-config-filter hadoop-common should be optional as in the hdfs-sink This closes #248 Reviewers: Endre Major, Peter Turcsanyi (Ferenc Szabo via Ferenc Szabo) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/f9d5c4e5 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/f9d5c4e5 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/f9d5c4e5 Branch: refs/heads/trunk Commit: f9d5c4e595a90b0025edaa92fdfed6a408568919 Parents: 85e0b4e Author: Ferenc Szabo <[email protected]> Authored: Mon Nov 26 15:54:32 2018 +0100 Committer: Ferenc Szabo <[email protected]> Committed: Mon Nov 26 15:54:32 2018 +0100 ---------------------------------------------------------------------- .../flume-ng-hadoop-credential-store-config-filter/pom.xml | 1 + flume-ng-doc/sphinx/FlumeUserGuide.rst | 3 +++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/f9d5c4e5/flume-ng-configfilters/flume-ng-hadoop-credential-store-config-filter/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-configfilters/flume-ng-hadoop-credential-store-config-filter/pom.xml b/flume-ng-configfilters/flume-ng-hadoop-credential-store-config-filter/pom.xml index e5207a0..f1aee88 100644 --- a/flume-ng-configfilters/flume-ng-hadoop-credential-store-config-filter/pom.xml +++ b/flume-ng-configfilters/flume-ng-hadoop-credential-store-config-filter/pom.xml @@ -33,6 +33,7 @@ limitations under the License. <dependency> <groupId>org.apache.hadoop</groupId> <artifactId>hadoop-common</artifactId> + <optional>true</optional> </dependency> <dependency> <groupId>org.apache.flume</groupId> http://git-wip-us.apache.org/repos/asf/flume/blob/f9d5c4e5/flume-ng-doc/sphinx/FlumeUserGuide.rst ---------------------------------------------------------------------- diff --git a/flume-ng-doc/sphinx/FlumeUserGuide.rst b/flume-ng-doc/sphinx/FlumeUserGuide.rst index df4d5c2..9d4cfbc 100644 --- a/flume-ng-doc/sphinx/FlumeUserGuide.rst +++ b/flume-ng-doc/sphinx/FlumeUserGuide.rst @@ -4782,6 +4782,9 @@ The ``generateUniqId.sh`` will return ``1234`` with an exit code ``0``. Hadoop Credential Store Config Filter ------------------------------------- +A hadoop-common library needed on the classpath for this feature (2.6+ version). +If hadoop is installed the agent adds it to the classpath automatically + =============================================== ========== ============================================== Property Name Default Description =============================================== ========== ==============================================
