Build failed in Jenkins: streams-examples #263

2018-03-30 Thread Apache Jenkins Server
See 

--
Started by upstream project "streams-project" build number 440
originally caused by:
 Started by GitHub push by steveblackmon
[EnvInject] - Loading node environment variables.
Building remotely on H23 (ubuntu xenial) in workspace 

 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url http://github.com/apache/streams-examples/ # 
 > timeout=10
Fetching upstream changes from http://github.com/apache/streams-examples/
 > git --version # timeout=10
 > git fetch --tags --progress http://github.com/apache/streams-examples/ 
 > +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision cf1d64f31631563591de245acd1b82f6f79fda5d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f cf1d64f31631563591de245acd1b82f6f79fda5d
Commit message: "Update README.md"
 > git rev-list --no-walk cf1d64f31631563591de245acd1b82f6f79fda5d # timeout=10
Parsing POMs
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Modules changed, recalculating dependency graph
Established TCP socket on 45230
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[streams-examples] $ /home/jenkins/tools/java/latest1.8/bin/java -Xmx2g 
-Xms256m -XX:MaxPermSize=512m -Dfile.encoding=ISO-8859-1 -cp 
/home/jenkins/jenkins-slave/maven35-agent.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/tools/maven/apache-maven-3.5.0/conf/logging
 jenkins.maven3.agent.Maven35Main /home/jenkins/tools/maven/apache-maven-3.5.0 
/home/jenkins/jenkins-slave/slave.jar 
/home/jenkins/jenkins-slave/maven35-interceptor.jar 
/home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 45230
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; 
support was removed in 8.0
<===[JENKINS REMOTING CAPACITY]===>   channel started
using settings config with name simple-deploy-settings-no-mirror
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f 
 
-Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -s 
/tmp/settings4253051356985296233.xml -q clean install
[WARNING] The project 
org.apache.streams:apache-streams-examples:pom:0.5.1-SNAPSHOT uses 
prerequisites which is only intended for maven-plugin projects but not for non 
maven-plugin projects. For such purposes you should use the 
maven-enforcer-plugin. See 
https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-checkstyle-plugin:2.17:check (validate) on 
project apache-streams-examples: Failed during checkstyle execution: Unable to 
find configuration file at location: 
http://streams.apache.org/site/latest/streams-project/streams-java-checkstyle.xml:
 Could not find resource 
'http://streams.apache.org/site/latest/streams-project/streams-java-checkstyle.xml'.
 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[JENKINS] Archiving 
 to 
org.apache.streams/streams-examples-local/0.5.1-SNAPSHOT/streams-examples-local-0.5.1-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.streams/streams-mongo-elasticsearch-sync/0.5.1-SNAPSHOT/streams-mongo-elasticsearch-sync-0.5.1-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.streams/streams-elasticsearch-hdfs/0.5.1-SNAPSHOT/streams-elasticsearch-hdfs-0.5.1-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.streams/twitter-userstream-elasticsearch/0.5.1-SNAPSHOT/twitter-userstream-elasticsearch-0.5.1-SNAPSHOT.pom
[JENKINS] Archiving 
 to 
org.apache.streams/streams-examples-flink/0.5.1-SNAPSHOT/streams-examples-flink-0.5.1-SNAPSHOT.pom
[JENKINS] Archiving 

 to 
org.apache.streams/stream

[jira] [Commented] (STREAMS-551) Add a distribution binary and container

2018-03-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420897#comment-16420897
 ] 

ASF GitHub Bot commented on STREAMS-551:


steveblackmon closed pull request #428: resolves STREAMS-551
URL: https://github.com/apache/streams/pull/428
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/pom.xml b/pom.xml
index df2ede6c3a..b3b0be0aba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -410,6 +410,7 @@
 streams-config
 streams-contrib
 streams-components
+streams-dist
 streams-examples
 streams-monitoring
 streams-pojo
diff --git a/streams-dist/pom.xml b/streams-dist/pom.xml
new file mode 100644
index 00..50c886947d
--- /dev/null
+++ b/streams-dist/pom.xml
@@ -0,0 +1,293 @@
+
+
+http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+
+4.0.0
+
+
+org.apache.streams
+apache-streams
+0.5.2-SNAPSHOT
+..
+
+
+streams-dist
+streams-dist
+jar
+
+
+
+
+org.apache.streams
+streams-config
+${project.version}
+
+
+
+org.apache.streams
+streams-converters
+${project.version}
+
+
+
+org.apache.streams
+streams-core
+${project.version}
+
+
+
+org.apache.streams
+streams-filters
+${project.version}
+
+
+
+org.apache.streams
+streams-http
+${project.version}
+
+
+
+org.apache.streams
+streams-monitoring
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-cassandra
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-console
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-elasticsearch
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-filebuffer
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-graph
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-hbase
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-hdfs
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-kafka
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-kinesis
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-mongo
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-neo4j
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-riak
+${project.version}
+
+
+
+org.apache.streams
+streams-persist-s3
+${project.version}
+
+
+
+org.apache.streams
+streams-pojo
+${project.version}
+
+
+
+org.apache.streams
+streams-pojo-extensions
+${project.version}
+
+
+
+org.apache.streams
+streams-processor-jackson
+${project.version}
+
+
+
+org.apache.streams
+streams-processor-json
+${project.version}
+
+
+
+org.apache.streams
+streams-processor-peoplepattern
+${project.version}
+
+
+
+org.apache.streams
+streams-processor-regex
+${project.version}
+
+
+
+org.apache.streams
+streams-processor-urls
+${project.version}
+
+
+
+org.apache.streams
+streams-provider-facebook
+${project.version}
+
+
+
+org.apache.streams
+streams-provider-google-gmail
+${project.version}
+
+
+
+org.apache.streams
+streams-provider-google-gplus
+${project.version}
+
+
+

[streams] 01/01: Merge pull request #428 from steveblackmon/STREAMS-551

2018-03-30 Thread sblackmon
This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git

commit cb3c30c1c08473bd53cfc02bc95b0a5e9878c3e6
Merge: a4a57f6 46eb70c
Author: Steve Blackmon 
AuthorDate: Fri Mar 30 15:20:12 2018 -0500

Merge pull request #428 from steveblackmon/STREAMS-551

resolves STREAMS-551

 pom.xml  |   1 +
 streams-dist/pom.xml | 293 +++
 2 files changed, 294 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
sblack...@apache.org.


[streams] branch master updated (a4a57f6 -> cb3c30c)

2018-03-30 Thread sblackmon
This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git.


from a4a57f6  Merge pull request #427 from steveblackmon/STREAMS-573,585
 add 46eb70c  resolves STREAMS-551
 new cb3c30c  Merge pull request #428 from steveblackmon/STREAMS-551

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml  |   1 +
 streams-dist/pom.xml | 293 +++
 2 files changed, 294 insertions(+)
 create mode 100644 streams-dist/pom.xml

-- 
To stop receiving notification emails like this one, please contact
sblack...@apache.org.


[jira] [Created] (STREAMS-589) Create Streams 0.6.0 RC1

2018-03-30 Thread Joey Frazee (JIRA)
Joey Frazee created STREAMS-589:
---

 Summary: Create Streams 0.6.0 RC1
 Key: STREAMS-589
 URL: https://issues.apache.org/jira/browse/STREAMS-589
 Project: Streams
  Issue Type: Task
Reporter: Joey Frazee
Assignee: Joey Frazee
 Fix For: 0.6.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (STREAMS-551) Add a distribution binary and container

2018-03-30 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/STREAMS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16420675#comment-16420675
 ] 

ASF GitHub Bot commented on STREAMS-551:


steveblackmon opened a new pull request #428: resolves STREAMS-551
URL: https://github.com/apache/streams/pull/428
 
 
   build an uber-jar by enabling the dist profile


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add a distribution binary and container
> ---
>
> Key: STREAMS-551
> URL: https://issues.apache.org/jira/browse/STREAMS-551
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Create a maven module that packages an uber-jar with all dependencies needed 
> to run any streams provider with a main method.
> Add an optional maven profile that puts that uber-jar in a docker container 
> with an appropriate cmd/entrypoint.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-538) Switch from incubator SVN to not-incubator GIT for website publishing

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-538.

   Resolution: Fixed
Fix Version/s: 0.6.0

> Switch from incubator SVN to not-incubator GIT for website publishing
> -
>
> Key: STREAMS-538
> URL: https://issues.apache.org/jira/browse/STREAMS-538
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Switch from publishing the streams website to the incubator SVN to instead 
> publish using gitpubsub on the streams-project and streams-examples repos



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-148) Platform-level type validation

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-148:
---
Sprint: 0.6.1

> Platform-level type validation
> --
>
> Key: STREAMS-148
> URL: https://issues.apache.org/jira/browse/STREAMS-148
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Priority: Major
>
> Investigate / implement mechanisms for a streams runtime (starting with 
> streams-runtime-local) to validate each document against it's declared type 
> class(es) using whatever javax.validation annotations are present on those 
> classes at any point where a document is pulled off a provider or processor  
> outbound queue.  A non-valid document should be logged to WARN, and written 
> to a different queue which downstream processors/providers can connect to 
> using StreamBuilder.  Demonstrate this works by making activity.id a required 
> field in streams-pojo and having a test that ensures an activity without an 
> id is caught and handled by the runtime.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-487) Test data originating within modules, used in other modules, should be a stand-alone artifact.

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-487?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-487:
---
Sprint: 0.6.1

> Test data originating within modules, used in other modules, should be a 
> stand-alone artifact.
> --
>
> Key: STREAMS-487
> URL: https://issues.apache.org/jira/browse/STREAMS-487
> Project: Streams
>  Issue Type: Task
>  Components: Tests
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>
> Currently test data get compressed into the test-jar. It would make more 
> sense to create stand-alone zip artifacts, rather than confusing the data 
> with the test classes.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-538) Switch from incubator SVN to not-incubator GIT for website publishing

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-538:
---
Sprint: 0.6.0

> Switch from incubator SVN to not-incubator GIT for website publishing
> -
>
> Key: STREAMS-538
> URL: https://issues.apache.org/jira/browse/STREAMS-538
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Switch from publishing the streams website to the incubator SVN to instead 
> publish using gitpubsub on the streams-project and streams-examples repos



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-584) Upgrade to Juneau 7.1.0

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-584:
---
Sprint: 0.6.1  (was: 0.6.0)

> Upgrade to Juneau 7.1.0
> ---
>
> Key: STREAMS-584
> URL: https://issues.apache.org/jira/browse/STREAMS-584
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Upgrade to Juneau 7.1.0 once the release candidate is available.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-551) Add a distribution binary and container

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-551:
---
Sprint: 0.6.0

> Add a distribution binary and container
> ---
>
> Key: STREAMS-551
> URL: https://issues.apache.org/jira/browse/STREAMS-551
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Create a maven module that packages an uber-jar with all dependencies needed 
> to run any streams provider with a main method.
> Add an optional maven profile that puts that uber-jar in a docker container 
> with an appropriate cmd/entrypoint.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-541) Download links are incorrect

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-541?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-541:
---
Sprint: 0.6.0

> Download links are incorrect
> 
>
> Key: STREAMS-541
> URL: https://issues.apache.org/jira/browse/STREAMS-541
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Download links are incorrect - fix and redeploy the web site.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-584) Upgrade to Juneau 7.1.0

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-584:
---
Sprint: 0.6.0

> Upgrade to Juneau 7.1.0
> ---
>
> Key: STREAMS-584
> URL: https://issues.apache.org/jira/browse/STREAMS-584
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Upgrade to Juneau 7.1.0 once the release candidate is available.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-501) build a full dependency license report

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-501:
---
Sprint: 0.6.0

> build a full dependency license report
> --
>
> Key: STREAMS-501
> URL: https://issues.apache.org/jira/browse/STREAMS-501
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Minor
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> Build a full dependency report, across the entire project or at least one 
> report for all of streams-project and one for all of streams-examples.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (STREAMS-479) build comprehensive NOTICE file(s) including all transitive dependencies

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon updated STREAMS-479:
---
Sprint: 0.6.0

> build comprehensive NOTICE file(s) including all transitive dependencies
> 
>
> Key: STREAMS-479
> URL: https://issues.apache.org/jira/browse/STREAMS-479
> Project: Streams
>  Issue Type: Task
>  Components: Build
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> containing licenses of shaded dependencies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Reopened] (STREAMS-479) build comprehensive NOTICE file(s) including all transitive dependencies

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon reopened STREAMS-479:


> build comprehensive NOTICE file(s) including all transitive dependencies
> 
>
> Key: STREAMS-479
> URL: https://issues.apache.org/jira/browse/STREAMS-479
> Project: Streams
>  Issue Type: Task
>  Components: Build
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> containing licenses of shaded dependencies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-479) build comprehensive NOTICE file(s) including all transitive dependencies

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-479.

   Resolution: Fixed
Fix Version/s: 0.6.0

> build comprehensive NOTICE file(s) including all transitive dependencies
> 
>
> Key: STREAMS-479
> URL: https://issues.apache.org/jira/browse/STREAMS-479
> Project: Streams
>  Issue Type: Task
>  Components: Build
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> containing licenses of shaded dependencies



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-573) Change default scala from 2.10 to 2.11

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-573.

   Resolution: Fixed
Fix Version/s: 0.6.0

> Change default scala from 2.10 to 2.11
> --
>
> Key: STREAMS-573
> URL: https://issues.apache.org/jira/browse/STREAMS-573
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Other apache projects Streams seeks to be compatible with (Flink, Spark, 
> Kafka) have either completed or in process of deprecating scala 2.10



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-583) Add a usage of StreamsConfigurator that uses ComponentConfigurator.detectConfiguration() to resolve properties

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-583.

   Resolution: Fixed
Fix Version/s: 0.6.0

> Add a usage of StreamsConfigurator that uses 
> ComponentConfigurator.detectConfiguration() to resolve properties 
> ---
>
> Key: STREAMS-583
> URL: https://issues.apache.org/jira/browse/STREAMS-583
> Project: Streams
>  Issue Type: New Feature
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Add a new method to StreamsConfigurator that uses the newer smarter 
> ComponentConfigurator.detectConfiguration() to resolve each of its properties.
> Should also work for any class that extends StreamsConfiguration.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-585) Update flink examples to use latest version of flink

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-585.

   Resolution: Fixed
Fix Version/s: 0.6.0

> Update flink examples to use latest version of flink
> 
>
> Key: STREAMS-585
> URL: https://issues.apache.org/jira/browse/STREAMS-585
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Update flink examples to use latest version of flink



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-582) Apply canonical classname name-spacing to all modules

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-582.

   Resolution: Fixed
Fix Version/s: 0.6.0

> Apply canonical classname name-spacing to all modules
> -
>
> Key: STREAMS-582
> URL: https://issues.apache.org/jira/browse/STREAMS-582
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> - Apply the new canonical classname name-spacing technique to the 
> reference.conf of all modules.
> - Update all components to call the smarter detectConfiguration in their 
> default constructor
> - Update unit and integration tests to pass with these changes incorporated



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-586) Run docker containers supporting persist ITs one at a time

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-586.

   Resolution: Fixed
Fix Version/s: 0.6.0

> Run docker containers supporting persist ITs one at a time
> --
>
> Key: STREAMS-586
> URL: https://issues.apache.org/jira/browse/STREAMS-586
> Project: Streams
>  Issue Type: Improvement
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6.0
>
>
> The release process as currently documented requires the release manager to 
> start a docker container for every persist module that uses docker, all at 
> once.
> A more sensible strategy would be for each module to start it's own container 
> in pre-integration-test and stop it in post-integration-test.
> It would be nice to have a way keep the containers built during ITs running 
> once testing has concluded.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-588) Re-enable twitter-follow-neo4j example

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-588.

   Resolution: Fixed
Fix Version/s: 0.6

> Re-enable twitter-follow-neo4j example
> --
>
> Key: STREAMS-588
> URL: https://issues.apache.org/jira/browse/STREAMS-588
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6
>
>
> twitter-follow-neo4j was disabled when streams-examples was merged into this 
> repo because the tests were no longer passing.
> Figure out why, fix if necessary, and re-enable it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (STREAMS-587) Ensure all files pass apache-rat before 0.6 release

2018-03-30 Thread Steve Blackmon (JIRA)

 [ 
https://issues.apache.org/jira/browse/STREAMS-587?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Blackmon resolved STREAMS-587.

   Resolution: Fixed
Fix Version/s: 0.6

> Ensure all files pass apache-rat before 0.6 release
> ---
>
> Key: STREAMS-587
> URL: https://issues.apache.org/jira/browse/STREAMS-587
> Project: Streams
>  Issue Type: Task
>Reporter: Steve Blackmon
>Assignee: Steve Blackmon
>Priority: Major
> Fix For: 0.6
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)