[GitHub] storm pull request: [Storm-1579] Fix NoSuchFileException when runn...

2016-02-28 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on the pull request: https://github.com/apache/storm/pull/1161#issuecomment-190074820 I suspected that the logs directory is being created inside the project itself and failing rat check. I pulled in your changes to check the same. ```find

[jira] [Commented] (STORM-1552) Fix topology event sampling log directory

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171525#comment-15171525 ] ASF GitHub Bot commented on STORM-1552: --- Github user abhishekagarwal87 commented on the pull

[jira] [Commented] (STORM-1570) Support nested field lookup in Storm sql

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171431#comment-15171431 ] ASF GitHub Bot commented on STORM-1570: --- Github user harshach commented on the pull request:

[GitHub] storm pull request: [STORM-1570] Storm SQL support for nested fiel...

2016-02-28 Thread harshach
Github user harshach commented on the pull request: https://github.com/apache/storm/pull/1141#issuecomment-190054726 +1. @haohui can you check the final commit. Thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[jira] [Commented] (STORM-1586) ExprCompiler support for UDFs in Storm-sql

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171421#comment-15171421 ] ASF GitHub Bot commented on STORM-1586: --- GitHub user arunmahadevan opened a pull request:

[GitHub] storm pull request: [STORM-1586] Add UDF support in ExprComplier

2016-02-28 Thread arunmahadevan
GitHub user arunmahadevan opened a pull request: https://github.com/apache/storm/pull/1162 [STORM-1586] Add UDF support in ExprComplier The proposed patch adds UDF support in ExprComplier. This can then be exposed via DDL. (https://issues.apache.org/jira/browse/STORM-1585)

[jira] [Created] (STORM-1586) ExprCompiler support for UDFs in Storm-sql

2016-02-28 Thread Arun Mahadevan (JIRA)
Arun Mahadevan created STORM-1586: - Summary: ExprCompiler support for UDFs in Storm-sql Key: STORM-1586 URL: https://issues.apache.org/jira/browse/STORM-1586 Project: Apache Storm Issue

[jira] [Assigned] (STORM-1586) ExprCompiler support for UDFs in Storm-sql

2016-02-28 Thread Arun Mahadevan (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Mahadevan reassigned STORM-1586: - Assignee: Arun Mahadevan > ExprCompiler support for UDFs in Storm-sql >

[jira] [Created] (STORM-1585) Add DDL support for UDFs in Storm-sql

2016-02-28 Thread Arun Mahadevan (JIRA)
Arun Mahadevan created STORM-1585: - Summary: Add DDL support for UDFs in Storm-sql Key: STORM-1585 URL: https://issues.apache.org/jira/browse/STORM-1585 Project: Apache Storm Issue Type:

[jira] [Created] (STORM-1584) Support UDF in storm-sql

2016-02-28 Thread Arun Mahadevan (JIRA)
Arun Mahadevan created STORM-1584: - Summary: Support UDF in storm-sql Key: STORM-1584 URL: https://issues.apache.org/jira/browse/STORM-1584 Project: Apache Storm Issue Type: Improvement

[jira] [Updated] (STORM-1570) Support nested field lookup in Storm sql

2016-02-28 Thread Arun Mahadevan (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Mahadevan updated STORM-1570: -- Summary: Support nested field lookup in Storm sql (was: Support nested field lookup and user

[jira] [Commented] (STORM-1570) Support nested field lookup and user defined functions in Storm sql

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171417#comment-15171417 ] ASF GitHub Bot commented on STORM-1570: --- Github user arunmahadevan commented on the pull request:

[GitHub] storm pull request: [STORM-1570] Storm SQL support for nested fiel...

2016-02-28 Thread arunmahadevan
Github user arunmahadevan commented on the pull request: https://github.com/apache/storm/pull/1141#issuecomment-190040776 - Removed the second commit. I will raise follow up JIRAs to support UDF and expose it via DDL. - Removed guava test dep from storm-sql-runtime (not sure why

[jira] [Commented] (STORM-1530) Add API doc for minBy/min/max/maxBy operations on stream

2016-02-28 Thread Satish Duggana (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171412#comment-15171412 ] Satish Duggana commented on STORM-1530: --- [~kabhwan] I will raise PR for this JIRA. > Add API doc

[jira] [Commented] (STORM-1252) port backtype.storm.stats to java

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171338#comment-15171338 ] ASF GitHub Bot commented on STORM-1252: --- Github user unsleepy22 commented on a diff in the pull

[GitHub] storm pull request: [STORM-1252] port backtype.storm.stats to java

2016-02-28 Thread unsleepy22
Github user unsleepy22 commented on a diff in the pull request: https://github.com/apache/storm/pull/1147#discussion_r54365079 --- Diff: storm-core/src/jvm/org/apache/storm/stats/BoltExecutorStats.java --- @@ -0,0 +1,107 @@ +/** + * Licensed to the Apache Software

[GitHub] storm pull request: [Storm-1579] Fix NoSuchFileException when runn...

2016-02-28 Thread unsleepy22
Github user unsleepy22 commented on the pull request: https://github.com/apache/storm/pull/1161#issuecomment-190003786 Build failure looks odd, I have all tests pass locally. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (STORM-1579) Got NoSuchFileException when running tests in storm-core

2016-02-28 Thread Cody (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171313#comment-15171313 ] Cody commented on STORM-1579: - Yes this will resolve the issue, but not natural, I've changed and opened a PR

[jira] [Commented] (STORM-1582) asyncLoop will calls repeatedly when the return type of call only is Long

2016-02-28 Thread Jark Wu (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171303#comment-15171303 ] Jark Wu commented on STORM-1582: I think it's for compatible to clojure as Clojure deals only with long

[GitHub] storm pull request: STORM-822: Kafka Spout New Consumer API

2016-02-28 Thread hmcl
Github user hmcl commented on the pull request: https://github.com/apache/storm/pull/1131#issuecomment-189923836 @tgravescs @revans2 I have pushed the latest changes. Please let me know of any feedback or further requirements you may have. Thanks. --- If your project is set up for

[jira] [Commented] (STORM-822) As a storm developer I’d like to use the new kafka consumer API (0.8.3) to reduce dependencies and use long term supported kafka apis

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171144#comment-15171144 ] ASF GitHub Bot commented on STORM-822: -- Github user hmcl commented on the pull request:

[jira] [Commented] (STORM-1552) Fix topology event sampling log directory

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171059#comment-15171059 ] ASF GitHub Bot commented on STORM-1552: --- GitHub user unsleepy22 opened a pull request:

[GitHub] storm pull request: [Storm-1579] Fix NoSuchFileException when runn...

2016-02-28 Thread unsleepy22
GitHub user unsleepy22 opened a pull request: https://github.com/apache/storm/pull/1161 [Storm-1579] Fix NoSuchFileException when running tests in storm-core The old code takes "storm.local.dir" property as logDir while changes in STORM-1552 used ConfigUtils.getLogDir, which

[jira] [Commented] (STORM-1552) Fix topology event sampling log directory

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171056#comment-15171056 ] ASF GitHub Bot commented on STORM-1552: --- Github user unsleepy22 closed the pull request at:

[GitHub] storm pull request: [Storm-1579] Fix NoSuchFileException when runn...

2016-02-28 Thread unsleepy22
Github user unsleepy22 closed the pull request at: https://github.com/apache/storm/pull/1155 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[jira] [Commented] (STORM-1245) port backtype.storm.daemon.acker to java

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171036#comment-15171036 ] ASF GitHub Bot commented on STORM-1245: --- Github user bastiliu commented on a diff in the pull

[GitHub] storm pull request: [STORM-1245] port backtype.storm.daemon.acker ...

2016-02-28 Thread bastiliu
Github user bastiliu commented on a diff in the pull request: https://github.com/apache/storm/pull/1069#discussion_r54349608 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/Acker.java --- @@ -0,0 +1,127 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under

[jira] [Commented] (STORM-1245) port backtype.storm.daemon.acker to java

2016-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/STORM-1245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15171035#comment-15171035 ] ASF GitHub Bot commented on STORM-1245: --- Github user bastiliu commented on a diff in the pull

[GitHub] storm pull request: [STORM-1245] port backtype.storm.daemon.acker ...

2016-02-28 Thread bastiliu
Github user bastiliu commented on a diff in the pull request: https://github.com/apache/storm/pull/1069#discussion_r54349604 --- Diff: storm-core/src/jvm/org/apache/storm/daemon/Acker.java --- @@ -0,0 +1,127 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under