Re: [EXT] Re: GitHub Stuff

2019-06-11 Thread Andy LoPresto
Peter, If you have specific issues setting it up, I’m happy to help debug. I haven’t done it recently but am willing to investigate with you. Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > On Jun 11, 2019,

Re: [EXT] Re: GitHub Stuff

2019-06-11 Thread Bryan Bende
I will admit I've never setup GPG signing on Linux. I'm sure there are some additional challenges there. Not sure if it is helpful, but there are a few things related to Linux that are mentioned on this Github page: https://help.github.com/en/articles/telling-git-about-your-signing-key On Tue,

Re: [EXT] Re: GitHub Stuff

2019-06-11 Thread Kevin Doran
Yep, I support these suggestions. Setting up GPG does have a learning curve for folks that haven't done it before, but I think our community would be helpful in assisting folks on the mailing list and Apache NiFi Slack where they run into trouble. It's a good practice to learn and once setup

RE: [EXT] Re: GitHub Stuff

2019-06-11 Thread Peter Wicks (pwicks)
I like having signed commits. I develop on both Windows and Linux, but have only had success getting signing working on Windows (which was a bit complicated as it was). You can see when I switched from mostly Windows to mostly Linux by when I stopped signing commits... Thanks, Peter

Re: GitHub Stuff

2019-06-11 Thread Andy LoPresto
I strongly support both of these suggestions. Thanks for starting the conversation Bryan. GPG signing is very important for security and for encouraging the rest of the community to adopt these practices as well. Andy LoPresto alopre...@apache.org alopresto.apa...@gmail.com PGP Fingerprint:

GitHub Stuff

2019-06-11 Thread Bryan Bende
I had two thoughts related to our GitHub usage that I wanted to throw out there for PMC members and committers... 1) I think it would be helpful if everyone setup the link between their Apache id and github [1]. Setting up this link puts you into the nifi-committers group in Apache (currently 17

Re: Ingestion for hive to mongodb

2019-06-11 Thread Mark Payne
Santosh, The flow that you've outlined there seems reasonable, but it is certainly better if you don't have to split the data up, both in terms of performance as well as in terms of making the flow easier to design. I would imagine that PutMongoRecord missing the Upsert mode is simply an

Ingestion for hive to mongodb

2019-06-11 Thread Santosh Pawar
Hi Team, I am ingesting data from hive to mongodb using flow as mentioned below : SelectHiveQL - > ConvertRecord -> SplitJson -> PutMongo Is there any way to ingest data from hive to mongodb using nifi because I used two processor to push data into mongodb PutMongoRecord and PutMongo