[GitHub] storm issue #2441: [STORM-2838] Replace log4j-over-slf4j with log4j-1.2-api

2017-11-30 Thread Ethanlm
Github user Ethanlm commented on the issue: https://github.com/apache/storm/pull/2441 Thanks @revans2 for the reply ---

[GitHub] storm issue #2441: [STORM-2838] Replace log4j-over-slf4j with log4j-1.2-api

2017-11-30 Thread revans2
Github user revans2 commented on the issue: https://github.com/apache/storm/pull/2441 @srdo I agree that we don't want slf4j-log4j12 on the classpath whenever possible. The use case we have is adding hadoop to our daemon classpath with all of the configs and everything else needed to

[GitHub] storm issue #2437: [STORM-2834] getOwnerResourceSummaries not working proper...

2017-11-30 Thread govind-menon
Github user govind-menon commented on the issue: https://github.com/apache/storm/pull/2437 @revans2 There is now - https://issues.apache.org/jira/browse/STORM-2840 ---

[GitHub] storm pull request #2442: STORM-2837: ConstraintSolverStrategy

2017-11-30 Thread revans2
GitHub user revans2 opened a pull request: https://github.com/apache/storm/pull/2442 STORM-2837: ConstraintSolverStrategy You can merge this pull request into a Git repository by running: $ git pull https://github.com/revans2/incubator-storm STORM-2837 Alternatively you can r

[GitHub] storm issue #2440: STORM-2784: storm-kafka-client KafkaTupleListener method ...

2017-11-30 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2440 +1, nice catch ---

[GitHub] storm issue #2441: [STORM-2838] Replace log4j-over-slf4j with log4j-1.2-api

2017-11-30 Thread srdo
Github user srdo commented on the issue: https://github.com/apache/storm/pull/2441 I think this is the wrong approach. We should exclude slf4j-log4j12 from whichever dependency is including it instead. We want all logging to go to log4j 2 and our worker log, making this change would m

[GitHub] storm pull request #2441: [STORM-2838] Replace log4j-over-slf4j with log4j-1...

2017-11-30 Thread Ethanlm
GitHub user Ethanlm opened a pull request: https://github.com/apache/storm/pull/2441 [STORM-2838] Replace log4j-over-slf4j with log4j-1.2-api https://issues.apache.org/jira/browse/STORM-2838 To let storm work with HDFS, we need to replace log4j-over-slf4j with log4j-1.2-api