[ https://issues.apache.org/jira/browse/FALCON-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Balu Vellanki updated FALCON-2061: ---------------------------------- Affects Version/s: 0.10 > 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, 0.10 > Reporter: Murali Ramasami > Assignee: Balu Vellanki > Fix For: trunk, 0.10 > > > 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)