You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Murali Ramasami (JIRA)" <ji...@apache.org> on 2016/07/06 23:49:10 UTC

[jira] [Created] (FALCON-2061) Falcon CLI shows hadoop classpath loading info in the console

Murali Ramasami created FALCON-2061:
---------------------------------------

             Summary: 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
             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)