Re: Authorization problems of NiFi secured cluster

2017-06-26 Thread Koji Kawamura
Hello Takanobu, If the issue doesn't happen with standalone mode, I assume it happens because the security policy does not allow NiFi node to "view the data". When a user sends a request to a node within a cluster, the node proxies the request to other nodes within the same cluster. I'd

Authorization problems of NiFi secured cluster

2017-06-26 Thread Takanobu Asanuma
Hello experts, When I created a NiFi cluster with security, any users can't list any queues due to "insufficient permissions" though the users have the permissions. For example, there is a dataflow which contains processor-A and processor-B, and processor-A is connecting to processor-B. In

Re: MiNiFi Java as Windows Service

2017-06-26 Thread Jeff Zemerick
Thanks everyone! I will make a JIRA task and look over the shared links. Jeff On Mon, Jun 26, 2017 at 2:57 PM, Bryan Rosander wrote: > +1 > > It looks like winsw would be a good option. I noticed it also supports > arbitrary executables, not just Java programs. That

Does PostHTTP support Multipart/form-data ?

2017-06-26 Thread icreatedanaccount
I know they work great for sending parameters in the request headers, but does the PostHTTP and InvokeHTTP processors support multipart/form-data as a content Content-Type ? Imagine something like this in CURL : curl -v -X POST -F "file=@/19010230.bin" Best, Luc -- View this message in

Re: MiNiFi Java as Windows Service

2017-06-26 Thread Bryan Rosander
+1 It looks like winsw would be a good option. I noticed it also supports arbitrary executables, not just Java programs. That would mean we could use it for both C++ and Java implementations unless there's a good reason not to (once C++ version can run on Windows). On Mon, Jun 26, 2017 at 2:45

Re: MiNiFi Java as Windows Service

2017-06-26 Thread Joey Frazee
Jefff, there was a related thread about this a few months back: https://lists.apache.org/thread.html/05abafa804b0bb774211ef602d5fc2ec3aa8bdf5c584f2aab3014b42@%3Cdev.nifi.apache.org%3E

Re: Is it an AND or OR condition of attributes in getTwitter processor (Terms to Filter On, Locations to Filter On)

2017-06-26 Thread Aldrin Piri
This is driven by the underlying library and service as defined here https://dev.twitter.com/streaming/overview/request-parameters >From the location section, https://dev.twitter.com/streaming/overview/request-parameters#locations: Bounding boxes do not act as filters for other filter

Re: MiNiFi Java as Windows Service

2017-06-26 Thread Aldrin Piri
Hi Jeff, A PR would most certainly be welcomed and (likely could be an easy win for NiFi as well). The only caveat to be mindful of is that any frameworks/tools/utilities should be friendly with ALv2 terms as per http://www.apache.org/legal/resolved.html. If you have any particular items in

MiNiFi Java as Windows Service

2017-06-26 Thread Jeff Zemerick
Hi, I see a ticket to make the C++ version run as a Windows service (MINIFI-89). Is there a recommended method of running the Java version as a Windows service? If not, would there be any interest in a pull request to add that functionality? Thanks, Jeff