[
https://issues.apache.org/jira/browse/FALCON-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365363#comment-15365363
]
ASF GitHub Bot commented on FALCON-2061:
----------------------------------------
GitHub user bvellanki opened a pull request:
https://github.com/apache/falcon/pull/213
FALCON-2061 Falcon CLI shows hadoop classpath loading info in the console
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bvellanki/falcon FALCON-2061
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/213.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #213
----
commit 1aba1331d7deee7340dff971a9621dd80be050ca
Author: bvellanki <[email protected]>
Date: 2016-07-07T00:04:50Z
FALCON-2061 Falcon CLI shows hadoop classpath loading info in the console
----
> Falcon CLI shows hadoop classpath loading info in the console
> -------------------------------------------------------------
>
> Key: FALCON-2061
> URL: https://issues.apache.org/jira/browse/FALCON-2061
> Project: Falcon
> Issue Type: Bug
> Components: client
> Affects Versions: trunk
> Reporter: Murali Ramasami
> Assignee: Balu Vellanki
> Fix For: trunk
>
>
> When any Falcon CLI command executes, it also shows hadoop classpath loading
> info in the console
> {noformat}
> [hrt_qa@os-r6-lqsvdu-falcon-ha-re-5 hadoopqe]$
> /usr/hdp/current/falcon-server/bin/falcon entity -type cluster -list
> Hadoop home is set, adding libraries from
> '/usr/hdp/2.5.0.0-413/hadoop/bin/hadoop classpath' into falcon classpath
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [jar:file:/grid/0/hdp/2.5.0.0-413/falcon/client/lib/falcon-cli-0.10.0.2.5.0.0-413.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/grid/0/hdp/2.5.0.0-413/falcon/client/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/grid/0/hdp/2.5.0.0-413/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> No entity of type (cluster) found.
> {noformat}
> {noformat}
> [hrt_qa@os-r6-lqsvdu-falcon-ha-re-5 hadoopqe]$ falcon admin -version
> Hadoop home is set, adding libraries from
> '/usr/hdp/2.5.0.0-413/hadoop/bin/hadoop classpath' into falcon classpath
> SLF4J: Class path contains multiple SLF4J bindings.
> SLF4J: Found binding in
> [jar:file:/grid/0/hdp/2.5.0.0-413/falcon/client/lib/falcon-cli-0.10.0.2.5.0.0-413.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/grid/0/hdp/2.5.0.0-413/falcon/client/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: Found binding in
> [jar:file:/grid/0/hdp/2.5.0.0-413/hadoop/lib/slf4j-log4j12-1.7.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
> SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
> explanation.
> SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
> Falcon server build version:
> {"properties":[{"key":"Version","value":"0.10.0.2.5.0.0-413-r95a3c3dec21490104a3983fc285ee0bef31180ef"},{"key":"Mode","value":"embedded"},{"key":"Hadoop","value":"2.7.1.2.5.0.0-413-r69c59256e518076ad18c79899b89fc5f463db295"},{"key":"authentication","value":"simple"},{"key":"safemode","value":"false"}]}
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)