Re: [VOTE] Release Apache NiFi 1.9.0 (rc2)

2019-02-17 Thread Arpad Boda
+1

All the below passed successfully:
-Signature verified
-Checksums verified
-Build and tests executed properly
-Started a new instance
-Created a simple flow
-Transmitted flow files from MiNiFi via http 
-Transmitted flow files from MiNiFi via raw 

Regards,
Arpad

On 17/02/2019, 04:50, "Joe Witt"  wrote:

Hello,

I am pleased to be calling this vote for the source release of Apache NiFi
nifi-1.9.0.

The source zip, including signatures, digests, etc. can be found at:
https://repository.apache.org/content/repositories/orgapachenifi-1136

The Git tag is nifi-1.9.0-RC2
The Git commit ID is 45bb53d2aafd6ec5cb6bb794b3f7f8fc8300a04b

https://gitbox.apache.org/repos/asf?p=nifi.git;a=commit;h=45bb53d2aafd6ec5cb6bb794b3f7f8fc8300a04b

Checksums of nifi-1.9.0-source-release.zip:
SHA256: f8d2987a98903f0c00c50677f3a6ad361e417c6021f5179280cbe9ca838695da
SHA512:

2e77c420f932514417693584b4708a534df398e344dac7c1471f55cc382b7493d73b10ebc0d9e58562eb989c1f0b72980d6d18a2555883267f0bc08f092f30fe

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/joewitt.asc

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

160 issues were closed/resolved for this release:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12344357

Release note highlights can be found here:

https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version1.9.0
https://dist.apache.org/repos/dist/dev/nifi/nifi-1.9.0-rc2/

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build
from source, and test. Then please vote:

[ ] +1 Release this package as nifi-1.9.0
[ ] +0 no opinion
[ ] -1 Do not release this package because...




Cypher support for graph databases

2019-02-17 Thread Mike Thomsen
I fired off the PR for Cypher support a few hours ago and looks like all of
the basic tests passed against the 1.9.X codebase. This is a refactoring of
Mans Singh's original contribution for Neo4J support to make it use
controller services that abstract away the underlying Cypher
implementation. I tested it against Neo4J and JanusGraph 0.3.1 w/
OpenCypher, and both looked good.

PR is here for anyone interested:

https://github.com/apache/nifi/pull/3318

If we could get a code review going post 1.9.X I'd appreciate it, and I'm
sure Mans would too.

FWIW, I've also got some pretty detailed sketches for how to make the
record API work with graphs that I can start laying down if/when this gets
merged.

Thanks,

Mike