Compilation error while updating dependency to malhar 3.4.0

2016-06-03 Thread Sandeep Deshmukh
Hi All, We had developed an application using AbstractKafkaInputOperator from Malhar 3.2.0-incubator. We are planning to upgrade to Malhar 3.4.0. While recompiling our code, we observed that the compilation fails due to backward incompatible change in the AbstractKafkaInputOperator. The AbstractK

Re: Compilation error while updating dependency to malhar 3.4.0

2016-06-03 Thread Thomas Weise
The 3.4.0 release isn't backward compatible due to the security related change in core. So this was an opportunity to clean up this confusion also. You are right that since this operator wasn't evolving, we should have listed it in the release notes. -- sent from mobile On Jun 3, 2016 7:11 AM, "Sa

[jira] [Updated] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread Yogi Devendra (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yogi Devendra updated APEXMALHAR-2104: -- Summary: BytesFileOutputOperator Refactoring (was: input ports in BytesFileOutputO

[jira] [Commented] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread Yogi Devendra (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314195#comment-15314195 ] Yogi Devendra commented on APEXMALHAR-2104: --- As per the discussion on the P

[jira] [Comment Edited] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread Yogi Devendra (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314195#comment-15314195 ] Yogi Devendra edited comment on APEXMALHAR-2104 at 6/3/16 2:34 PM:

Projection Operator configuration parameters change

2016-06-03 Thread Pradeep A. Dalvi
Hi Folks, Projection Operator accepts 2 config params: selectFields & dropFields. Currently both these parameters accept values in comma-separated field names format. However this is not inline with other operators do to accept multiple values, for which they use List instead. So this proposal is

[jira] [Commented] (APEXMALHAR-2063) Integrate WAL to FS WindowDataManager

2016-06-03 Thread Chandni Singh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314680#comment-15314680 ] Chandni Singh commented on APEXMALHAR-2063: --- I am looking into the possibil

[GitHub] incubator-apex-malhar pull request #304: APEXMALHAR-2104-BytesFileOutputOper...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-apex-malhar/pull/304 --- 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

[jira] [Commented] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314744#comment-15314744 ] ASF GitHub Bot commented on APEXMALHAR-2104: Github user asfgit closed th

[jira] [Created] (APEXMALHAR-2111) Projection Operator config params shall use List instead of comma-separated field names

2016-06-03 Thread Pradeep A. Dalvi (JIRA)
Pradeep A. Dalvi created APEXMALHAR-2111: Summary: Projection Operator config params shall use List instead of comma-separated field names Key: APEXMALHAR-2111 URL: https://issues.apache.org/jira/browse/AP

[jira] [Resolved] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise resolved APEXMALHAR-2104. -- Resolution: Fixed Fix Version/s: 3.5.0 > BytesFileOutputOperator Refactoring

[jira] [Commented] (APEXMALHAR-2063) Integrate WAL to FS WindowDataManager

2016-06-03 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314764#comment-15314764 ] Thomas Weise commented on APEXMALHAR-2063: -- Small files problem but also ext

[jira] [Commented] (APEXMALHAR-2063) Integrate WAL to FS WindowDataManager

2016-06-03 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314771#comment-15314771 ] Thomas Weise commented on APEXMALHAR-2063: -- Got it. And when flushed with ch

[GitHub] incubator-apex-malhar pull request #304: APEXMALHAR-2104-BytesFileOutputOper...

2016-06-03 Thread PramodSSImmaneni
Github user PramodSSImmaneni commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/304#discussion_r65773905 --- Diff: library/src/main/java/org/apache/apex/malhar/lib/fs/GenericFileOutputOperator.java --- @@ -39,8 +41,8 @@ * * @

[jira] [Commented] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314788#comment-15314788 ] ASF GitHub Bot commented on APEXMALHAR-2104: Github user PramodSSImmaneni

[jira] [Commented] (APEXMALHAR-2063) Integrate WAL to FS WindowDataManager

2016-06-03 Thread Chandni Singh (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314820#comment-15314820 ] Chandni Singh commented on APEXMALHAR-2063: --- Embedding the window id into t

japicmp-maven-plugin error during compilation

2016-06-03 Thread Pradeep A. Dalvi
After making some local changes, I'm getting following error: [ERROR] Failed to execute goal com.github.siom79.japicmp:japicmp-maven-plugin:0.7.1:cmp (default) on project malhar-library: Versions of archives indicate a minor change but binary incompatible changes found. -> [Help 1] Any idea regar

[jira] [Commented] (APEXMALHAR-2104) BytesFileOutputOperator Refactoring

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15314886#comment-15314886 ] ASF GitHub Bot commented on APEXMALHAR-2104: GitHub user tweise opened a

[GitHub] incubator-apex-malhar pull request #310: APEXMALHAR-2104 GenericFileOutputOp...

2016-06-03 Thread tweise
GitHub user tweise opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/310 APEXMALHAR-2104 GenericFileOutputOperator is not abstract. Follow-up from #304, also fixes spaces and EOL. @PramodSSImmaneni please merge You can merge this pull request into a Git

[GitHub] incubator-apex-malhar pull request #292: APEXMALHAR-1957: Updated HBase Inpu...

2016-06-03 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/292#discussion_r65787279 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hbase/HBasePOJOInputOperator.java --- @@ -37,20 +37,21 @@ import com.datat

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315050#comment-15315050 ] ASF GitHub Bot commented on APEXMALHAR-1957: Github user bhupeshchawda co

[GitHub] incubator-apex-malhar pull request #292: APEXMALHAR-1957: Updated HBase Inpu...

2016-06-03 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/292#discussion_r65787355 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hbase/HBasePOJOInputOperator.java --- @@ -69,116 +70,105 @@ public Object conve

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315053#comment-15315053 ] ASF GitHub Bot commented on APEXMALHAR-1957: Github user bhupeshchawda co

[GitHub] incubator-apex-malhar pull request #292: APEXMALHAR-1957: Updated HBase Inpu...

2016-06-03 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/292#discussion_r65787947 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hbase/HBasePOJOInputOperator.java --- @@ -69,116 +70,105 @@ public Object conve

Re: japicmp-maven-plugin error during compilation

2016-06-03 Thread Pradeep Dalvi
Following error comes when we try to modify/delete existing Operator or its fields e.g. config parameters, ports etc. Details about the Operator which has been modified can be found in file: library/target/japicmp/japicmp.html This check is to prevent any possible backward compatibility issues. So

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315066#comment-15315066 ] ASF GitHub Bot commented on APEXMALHAR-1957: Github user bhupeshchawda co

[GitHub] incubator-apex-malhar pull request #292: APEXMALHAR-1957: Updated HBase Inpu...

2016-06-03 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/292#discussion_r65788072 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hbase/HBaseScanOperator.java --- @@ -40,27 +51,107 @@ * @tags hbase, scan,

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315068#comment-15315068 ] ASF GitHub Bot commented on APEXMALHAR-1957: Github user bhupeshchawda co

[jira] [Commented] (APEXMALHAR-1957) Improve HBasePOJOInputOperator with support for threaded read

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-1957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315072#comment-15315072 ] ASF GitHub Bot commented on APEXMALHAR-1957: Github user bhupeshchawda co

[GitHub] incubator-apex-malhar pull request #292: APEXMALHAR-1957: Updated HBase Inpu...

2016-06-03 Thread bhupeshchawda
Github user bhupeshchawda commented on a diff in the pull request: https://github.com/apache/incubator-apex-malhar/pull/292#discussion_r65788166 --- Diff: contrib/src/main/java/com/datatorrent/contrib/hbase/HBaseScanOperator.java --- @@ -40,27 +51,107 @@ * @tags hbase, scan,

[GitHub] incubator-apex-core pull request #339: APEXCORE-466 #resolve improved loggin...

2016-06-03 Thread gauravgopi123
Github user gauravgopi123 commented on a diff in the pull request: https://github.com/apache/incubator-apex-core/pull/339#discussion_r65788854 --- Diff: engine/src/main/java/com/datatorrent/stram/client/RecordingsAgent.java --- @@ -640,7 +640,7 @@ public JSONObject process(WebResou

[jira] [Commented] (APEXCORE-466) Improve logging from the *Agent.java files

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315082#comment-15315082 ] ASF GitHub Bot commented on APEXCORE-466: - Github user gauravgopi123 commented o

Container killed with exit code 105 /143

2016-06-03 Thread Sunil Parmar
Still ramping myself up for Apex so apologies for naïve question. My app runs fine on cluster 1 but when I deployed the same app on cluster 2, I noticed that once app starts yarn assigns 9 containers to it. But soon in a minute or so all container gets killed. In DataTorrent RTS ui, I see the foll

[jira] [Commented] (APEXMALHAR-2111) Projection Operator config params shall use List instead of comma-separated field names

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315092#comment-15315092 ] ASF GitHub Bot commented on APEXMALHAR-2111: GitHub user pradeepdalvi ope

[GitHub] incubator-apex-malhar pull request #311: APEXMALHAR-2111 Projection Operator...

2016-06-03 Thread pradeepdalvi
GitHub user pradeepdalvi opened a pull request: https://github.com/apache/incubator-apex-malhar/pull/311 APEXMALHAR-2111 Projection Operator config changes - Change params to use List instead of comma-separated field names - Mark Operator as Evolving - Add projection opera

Re: Container killed with exit code 105 /143

2016-06-03 Thread Ashwin Chandra Putta
Hey no worries Sunil. Seems like the application master killed the containers for the operator because it might not have received the heartbeats for some time. This typically happens if the windows are not moving forward in the container. Can you check the app master logs if the heartbeats are bein

Repositories are being renamed

2016-06-03 Thread Thomas Weise
The ASF git repos are done, github mirrors should follow shortly. You may need to change your remotes and mirroring may be interrupted for a while. Thanks, Thomas

[GitHub] apex-core issue #317: APEXCORE-442 Removed incubating wording from our githu...

2016-06-03 Thread davidyan74
Github user davidyan74 commented on the issue: https://github.com/apache/apex-core/pull/317 @tweise please merge --- 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 wish

[jira] [Commented] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315141#comment-15315141 ] ASF GitHub Bot commented on APEXCORE-442: - Github user davidyan74 commented on t

Re: Repositories are being renamed

2016-06-03 Thread David Yan
The following commands may be handy: git remote set-url apache https://git-wip-us.apache.org/repos/asf/apex-core.git/ git remote set-url apache https://git-wip-us.apache.org/repos/asf/apex-malhar.git/ git remote set-url apache https://git-wip-us.apache.org/repos/asf/apex-site.git/ David On Fri,

[GitHub] apex-site pull request #35: REVIEW ONLY: APEXCORE-442 Removed incubating

2016-06-03 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/apex-site/pull/35#discussion_r65793037 --- Diff: src/pages/downloads.html --- @@ -28,22 +28,22 @@ {{releaseDate version.date}} - http://www.a

[jira] [Commented] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315171#comment-15315171 ] ASF GitHub Bot commented on APEXCORE-442: - Github user tweise commented on a dif

[GitHub] apex-site pull request #35: APEXCORE-442 Removed incubating

2016-06-03 Thread tweise
Github user tweise commented on a diff in the pull request: https://github.com/apache/apex-site/pull/35#discussion_r65793171 --- Diff: gulpfile.js --- @@ -297,16 +297,15 @@ gulp.task('fetch-releases', function(taskCb) { // The release "targets", in this case meaning ape

[jira] [Commented] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315174#comment-15315174 ] ASF GitHub Bot commented on APEXCORE-442: - Github user tweise commented on a dif

Re: Repositories are being renamed

2016-06-03 Thread Sasha Parfenov
The following will update your remotes automatically. Go to the root of the repository you need to update from incubator to top level and execute: for remote in `git remote`; do new_url=`git config --get remote.$remote.url | sed 's|incubator-||'`; echo $remote $new_url; git remote set-url $remot

[jira] [Created] (APEXMALHAR-2112) Contrib tests are failing because of inclusion of apache logger with geode dependency

2016-06-03 Thread Chinmay Kolhatkar (JIRA)
Chinmay Kolhatkar created APEXMALHAR-2112: - Summary: Contrib tests are failing because of inclusion of apache logger with geode dependency Key: APEXMALHAR-2112 URL: https://issues.apache.org/jira/browse/AP

[GitHub] apex-core pull request #339: APEXCORE-466 #resolve improved logging from the...

2016-06-03 Thread davidyan74
Github user davidyan74 commented on a diff in the pull request: https://github.com/apache/apex-core/pull/339#discussion_r65793703 --- Diff: engine/src/main/java/com/datatorrent/stram/client/RecordingsAgent.java --- @@ -640,7 +640,7 @@ public JSONObject process(WebResource.Builder

[jira] [Commented] (APEXCORE-466) Improve logging from the *Agent.java files

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315187#comment-15315187 ] ASF GitHub Bot commented on APEXCORE-466: - Github user davidyan74 commented on a

[GitHub] apex-core issue #317: APEXCORE-442 Removed incubating wording from our githu...

2016-06-03 Thread tweise
Github user tweise commented on the issue: https://github.com/apache/apex-core/pull/317 @davidyan74 pushed the change, mirror does not pick it up yet. --- 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 n

[jira] [Commented] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315189#comment-15315189 ] ASF GitHub Bot commented on APEXCORE-442: - Github user tweise commented on the i

[GitHub] apex-malhar pull request #312: APEXMALHAR-2112 Add logging exclusions in geo...

2016-06-03 Thread chinmaykolhatkar
GitHub user chinmaykolhatkar opened a pull request: https://github.com/apache/apex-malhar/pull/312 APEXMALHAR-2112 Add logging exclusions in geode dependency for running g of all other contrib tests with 1.7 Java @davidyan74 Please review. You can merge this pull request into a Git

[jira] [Commented] (APEXMALHAR-2112) Contrib tests are failing because of inclusion of apache logger with geode dependency

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315198#comment-15315198 ] ASF GitHub Bot commented on APEXMALHAR-2112: GitHub user chinmaykolhatkar

[GitHub] apex-core pull request #317: APEXCORE-442 Removed incubating wording from ou...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-core/pull/317 --- 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 e

[GitHub] apex-site pull request #35: APEXCORE-442 Removed incubating

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-site/pull/35 --- 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 en

[jira] [Commented] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315201#comment-15315201 ] ASF GitHub Bot commented on APEXCORE-442: - Github user asfgit closed the pull re

[jira] [Commented] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315203#comment-15315203 ] ASF GitHub Bot commented on APEXCORE-442: - Github user asfgit closed the pull re

[jira] [Closed] (APEXCORE-442) Remove "incubation" and its variants from our code base

2016-06-03 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise closed APEXCORE-442. - Resolution: Fixed > Remove "incubation" and its variants from our code base > --

[GitHub] apex-malhar pull request #312: APEXMALHAR-2112 Add logging exclusions in geo...

2016-06-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/apex-malhar/pull/312 --- 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] [Resolved] (APEXMALHAR-2112) Contrib tests are failing because of inclusion of apache logger with geode dependency

2016-06-03 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan resolved APEXMALHAR-2112. --- Resolution: Fixed > Contrib tests are failing because of inclusion of apache logger with

[jira] [Updated] (APEXMALHAR-2112) Contrib tests are failing because of inclusion of apache logger with geode dependency

2016-06-03 Thread David Yan (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Yan updated APEXMALHAR-2112: -- Fix Version/s: 3.5.0 > Contrib tests are failing because of inclusion of apache logger with

[jira] [Commented] (APEXMALHAR-2112) Contrib tests are failing because of inclusion of apache logger with geode dependency

2016-06-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/APEXMALHAR-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15315211#comment-15315211 ] ASF GitHub Bot commented on APEXMALHAR-2112: Github user asfgit closed th

[jira] [Closed] (APEXCORE-440) Remove "incubating" from the web site

2016-06-03 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise closed APEXCORE-440. - Resolution: Fixed > Remove "incubating" from the web site >

[jira] [Updated] (APEXCORE-440) Remove "incubating" from the web site

2016-06-03 Thread Thomas Weise (JIRA)
[ https://issues.apache.org/jira/browse/APEXCORE-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Weise updated APEXCORE-440: -- Assignee: David Yan (was: Sasha Parfenov) > Remove "incubating" from the web site > -

Re: Repositories are being renamed

2016-06-03 Thread David Yan
That's some serious shell scripting. Also, I suggest that everyone changes their github fork names from incubator-apex-(.*) to apex-$1. You can do this by going to: https://github.com/{git-username}/incubator-apex-core/settings https://github.com/{git-username}/incubator-apex-malhar/settings https

Re: Repositories are being renamed

2016-06-03 Thread P. Taylor Goetz
Cosmetically nice, but not strictly necessary. Committers only really need to update the remote. I see pull requests from repos with incubator in the name often, and it doesn't pose a problem. -Taylor > On Jun 3, 2016, at 9:16 PM, David Yan wrote: > > That's some serious shell scripting. > A

Re: Repositories are being renamed

2016-06-03 Thread Yogi Devendra
Thomas, When should I expect github mirrors to be updated? I have a presentation starting in about 6 hours. I was thinking of updating the slides for the repository links if possible. Anyways, I have slides pointing to the older repo if you think that mirror update would take time. ~ Yogi On 4

Re: Repositories are being renamed

2016-06-03 Thread Thomas Weise
All the updates are complete. The old github links also redirect to new location. Thomas On Fri, Jun 3, 2016 at 7:07 PM, Yogi Devendra wrote: > Thomas, > > When should I expect github mirrors to be updated? > > I have a presentation starting in about 6 hours. I was thinking of updating > the sl

Re: Repositories are being renamed

2016-06-03 Thread Yogi Devendra
Another cosmetic change: This needs to be updated: mirrored from git://git.apache.org/incubator-apex-core.git on this page: https://github.com/apache/apex-core ~ Yogi On 4 June 2016 at 07:38, Thomas Weise wrote: > All the updates are complete. The old github links also redirect to new > lo

archetypeVersion in Maven Archetype

2016-06-03 Thread Yogi Devendra
Hi, Today while preparing presentation for the first time audience, I noticed following: https://github.com/apache/apex-core/blob/master/apex-app-archetype/README.md defines -DarchetypeVersion=3.5.0-SNAPSHOT If I open this project in IDE and try to look for source code for referenced classes e.g