[GitHub] nifi issue #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/985 Matt, the profile is still being run but it run after compilation. First (install) travis performs a multi threaded mvn build. Immediately aftet this completes it runs a mvn checkstyle:check

[jira] [Commented] (NIFI-2728) Travis CI experiences GC overhead limit exceeded

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15462233#comment-15462233 ] ASF GitHub Bot commented on NIFI-2728: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/985 @trixpan I'm not sure we want to move away from the contrib-check profile as this also ran through the rat plugin which verified files contained license headers, etc. @apiri Would like to

[jira] [Created] (NIFI-2730) File Authorizer - Support configurable anonymous access

2016-09-03 Thread Matt Gilman (JIRA)
Matt Gilman created NIFI-2730: - Summary: File Authorizer - Support configurable anonymous access Key: NIFI-2730 URL: https://issues.apache.org/jira/browse/NIFI-2730 Project: Apache NiFi Issue

[jira] [Resolved] (NIFI-2631) ListS3 improvements: "Use versions" and "Commit mode"

2016-09-03 Thread James Wing (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James Wing resolved NIFI-2631. -- Resolution: Fixed Thanks, [~jgresock]. > ListS3 improvements: "Use versions" and "Commit mode" >

[GitHub] nifi pull request #916: NIFI-2631: Adding 'Commit Mode' and 'Use Versions' t...

2016-09-03 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/nifi/pull/916 --- 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] (NIFI-2631) ListS3 improvements: "Use versions" and "Commit mode"

2016-09-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461841#comment-15461841 ] ASF subversion and git services commented on NIFI-2631: --- Commit

[jira] [Commented] (NIFI-2631) ListS3 improvements: "Use versions" and "Commit mode"

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461843#comment-15461843 ] ASF GitHub Bot commented on NIFI-2631: -- Github user asfgit closed the pull request at:

[jira] [Commented] (NIFI-2631) ListS3 improvements: "Use versions" and "Commit mode"

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461842#comment-15461842 ] ASF GitHub Bot commented on NIFI-2631: -- Github user asfgit closed the pull request at:

[jira] [Commented] (NIFI-2631) ListS3 improvements: "Use versions" and "Commit mode"

2016-09-03 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461781#comment-15461781 ] ASF subversion and git services commented on NIFI-2631: --- Commit

[jira] [Commented] (NIFI-2631) ListS3 improvements: "Use versions" and "Commit mode"

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461754#comment-15461754 ] ASF GitHub Bot commented on NIFI-2631: -- Github user jvwing commented on the issue:

[GitHub] nifi issue #917: NIFI-2631: Adding 'Commit Mode' and 'Use Versions' to ListS...

2016-09-03 Thread jvwing
Github user jvwing commented on the issue: https://github.com/apache/nifi/pull/917 Thanks for the test upgrades, @gresockj, they look good. I will merge shortly. --- 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

[jira] [Commented] (NIFI-2729) testSendSuccessWithProxy frequently timing out in travis-ci

2016-09-03 Thread Andre (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461154#comment-15461154 ] Andre commented on NIFI-2729: - {code} ests run: 29, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 53.548

[jira] [Created] (NIFI-2729) testSendSuccessWithProxy frequently timing out in travis-ci

2016-09-03 Thread Andre (JIRA)
Andre created NIFI-2729: --- Summary: testSendSuccessWithProxy frequently timing out in travis-ci Key: NIFI-2729 URL: https://issues.apache.org/jira/browse/NIFI-2729 Project: Apache NiFi Issue Type: Bug

[jira] [Commented] (NIFI-2728) Travis CI experiences GC overhead limit exceeded

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461136#comment-15461136 ] ASF GitHub Bot commented on NIFI-2728: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/985 Seems like moving `mvn -T2.0C clean install` to travis install phase and `mvn checkstyle:check` to the script phase did the trick. around 25% reduction in build time and a far more reliable

[jira] [Commented] (NIFI-2728) Travis CI experiences GC overhead limit exceeded

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461040#comment-15461040 ] ASF GitHub Bot commented on NIFI-2728: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/985 @mcgillman, what do you think about leaving the - T2.0C setting to speed up build and adding an extra post-compile step to run - Pcontrib-check single threaded (this is similar to spark's approach)?

[jira] [Commented] (NIFI-2728) Travis CI experiences GC overhead limit exceeded

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15461031#comment-15461031 ] ASF GitHub Bot commented on NIFI-2728: -- Github user mcgilman commented on the issue:

[GitHub] nifi issue #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread mcgilman
Github user mcgilman commented on the issue: https://github.com/apache/nifi/pull/985 Just quickly glancing, I think that the contrib-check profile has issues with multi-threaded builds. We've seen issues with it in the past. --- If your project is set up for it, you can reply to

[jira] [Commented] (NIFI-2728) Travis CI experiences GC overhead limit exceeded

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15460997#comment-15460997 ] ASF GitHub Bot commented on NIFI-2728: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/985 @mcgilman can you please review this and if in agreement merge it to master? Current travis-ci settings seem to be unable to reliably build nifi. I fiddled with Xmx settings, enabled

[jira] [Commented] (NIFI-2728) Travis CI experiences GC overhead limit exceeded

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15460945#comment-15460945 ] ASF GitHub Bot commented on NIFI-2728: -- GitHub user trixpan opened a pull request:

[GitHub] nifi pull request #985: NIFI-2728 - Attempt to fix travis-ci build woes

2016-09-03 Thread trixpan
GitHub user trixpan opened a pull request: https://github.com/apache/nifi/pull/985 NIFI-2728 - Attempt to fix travis-ci build woes You can merge this pull request into a Git repository by running: $ git pull https://github.com/trixpan/nifi NIFI-2728 Alternatively you can

[jira] [Commented] (NIFI-2380) ExtractEmailAttachments processor should support TNEF files (aka winmail.dat)

2016-09-03 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15460869#comment-15460869 ] ASF GitHub Bot commented on NIFI-2380: -- Github user trixpan commented on the issue:

[GitHub] nifi issue #817: NIFI-2380 - Introduce ExtractTNEFAttachments

2016-09-03 Thread trixpan
Github user trixpan commented on the issue: https://github.com/apache/nifi/pull/817 @olegz Rebased. Please note that while I will be happy to keep rebasing as peer review is in progress, this PR makes additions to the nifi-assembly LICENSE and NOTICE files so it is

[jira] [Comment Edited] (NIFI-2624) JDBC-to-Avro processors handle BigDecimals as Strings

2016-09-03 Thread Toivo Adams (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15460710#comment-15460710 ] Toivo Adams edited comment on NIFI-2624 at 9/3/16 8:49 AM: --- Note!! BigInteger

[jira] [Commented] (NIFI-2624) JDBC-to-Avro processors handle BigDecimals as Strings

2016-09-03 Thread Toivo Adams (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15460710#comment-15460710 ] Toivo Adams commented on NIFI-2624: --- Note!! BigInteger handling is not yet changed. I am not sure how

[jira] [Updated] (NIFI-2624) JDBC-to-Avro processors handle BigDecimals as Strings

2016-09-03 Thread Toivo Adams (JIRA)
[ https://issues.apache.org/jira/browse/NIFI-2624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Toivo Adams updated NIFI-2624: -- Status: Patch Available (was: In Progress) https://github.com/apache/nifi/pull/984 JdbcCommon treats

[GitHub] nifi pull request #984: Nifi 2624

2016-09-03 Thread ToivoAdams
GitHub user ToivoAdams opened a pull request: https://github.com/apache/nifi/pull/984 Nifi 2624 JDBC-to-Avro processors handle BigDecimals as Strings. JdbcCommon treats BigDecimals now as Avro Logical type using bytes to hold data (not String as is was before). You can merge