[jira] [Comment Edited] (NIFI-5706) Processor ConvertAvroToParquet

2018-10-16 Thread Mohit (JIRA)


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

Mohit edited comment on NIFI-5706 at 10/16/18 6:40 PM:
---

[~pvillard] [~bende], to be honest I did not look at ConvertRecord as a 
possible place for ParquetWriter. I found ConvertAvroToParquet like operator 
would make sense, which is highly inspired from ConvertAvroToOrc.

Its true that PositionOutputStream (way to write to OutputStream) is a fairly 
recent feature added by parquet. I found a similar implementation in [Apache 
Beam|https://github.com/apache/beam/blob/master/sdks/java/io/parquet/src/main/java/org/apache/beam/sdk/io/parquet/ParquetIO.java]
 project as well. 

I have been using ConvertAvroToParquet in my deployment for over a month. I 
found this to be quite handy and straightforward, so thought of contributing.

Let me know if you think this processor should best be part of ConvertRecord. I 
will start exploring it. 

 


was (Author: mohitgargk):
[~pvillard] [~bende], to be honest I did not look at ConvertRecord as a 
possible point for ParquetWriter. I found ConvertAvroToParquet like operator 
would make sense, which is highly inspired from ConvertAvroToOrc.

Its true that PositionOutputStream (way to write to OutputStream) is a fairly 
recent feature added by parquet. I found a similar implementation in [Apache 
Beam|https://github.com/apache/beam/blob/master/sdks/java/io/parquet/src/main/java/org/apache/beam/sdk/io/parquet/ParquetIO.java]
 project as well. 

I have been using ConvertAvroToParquet in my deployment for over a month. I 
found this to be quite handy and straightforward, so thought of contributing.

Let me know if you think this processor should best be part of ConvertRecord. I 
will start exploring it. 

 

> Processor ConvertAvroToParquet 
> ---
>
> Key: NIFI-5706
> URL: https://issues.apache.org/jira/browse/NIFI-5706
> Project: Apache NiFi
>  Issue Type: New Feature
>  Components: Extensions
>Affects Versions: 1.7.1
>Reporter: Mohit
>Priority: Major
>  Labels: pull-request-available
>
> *Why*?
> PutParquet support is limited to HDFS. 
> PutParquet bypasses the _flowfile_ implementation and writes the file 
> directly to sink. 
> We need a processor for parquet that works like _ConvertAvroToOrc_.
> *What*?
> _ConvertAvroToParquet_ will convert the incoming avro flowfile to a parquet 
> flowfile. Unlike PutParquet, which writes to the hdfs file system, processor 
> ConvertAvroToParquet would write into the flowfile, which can be pipelined to 
> put into other sinks, like _local_, _S3, Azure data lake_ etc.
>  



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


[jira] [Commented] (NIFI-5706) Processor ConvertAvroToParquet

2018-10-16 Thread Mohit (JIRA)


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

Mohit commented on NIFI-5706:
-

[~pvillard] [~bende], to be honest I did not look at ConvertRecord as a 
possible point for ParquetWriter. I found ConvertAvroToParquet like operator 
would make sense, which is highly inspired from ConvertAvroToOrc.

Its true that PositionOutputStream (way to write to OutputStream) is a fairly 
recent feature added by parquet. I found a similar implementation in [Apache 
Beam|https://github.com/apache/beam/blob/master/sdks/java/io/parquet/src/main/java/org/apache/beam/sdk/io/parquet/ParquetIO.java]
 project as well. 

I have been using ConvertAvroToParquet in my deployment for over a month. I 
found this to be quite handy and straightforward, so thought of contributing.

Let me know if you think this processor should best be part of ConvertRecord. I 
will start exploring it. 

 

> Processor ConvertAvroToParquet 
> ---
>
> Key: NIFI-5706
> URL: https://issues.apache.org/jira/browse/NIFI-5706
> Project: Apache NiFi
>  Issue Type: New Feature
>  Components: Extensions
>Affects Versions: 1.7.1
>Reporter: Mohit
>Priority: Major
>  Labels: pull-request-available
>
> *Why*?
> PutParquet support is limited to HDFS. 
> PutParquet bypasses the _flowfile_ implementation and writes the file 
> directly to sink. 
> We need a processor for parquet that works like _ConvertAvroToOrc_.
> *What*?
> _ConvertAvroToParquet_ will convert the incoming avro flowfile to a parquet 
> flowfile. Unlike PutParquet, which writes to the hdfs file system, processor 
> ConvertAvroToParquet would write into the flowfile, which can be pipelined to 
> put into other sinks, like _local_, _S3, Azure data lake_ etc.
>  



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


[jira] [Created] (NIFI-5706) Processor ConvertAvroToParquet

2018-10-15 Thread Mohit (JIRA)
Mohit created NIFI-5706:
---

 Summary: Processor ConvertAvroToParquet 
 Key: NIFI-5706
 URL: https://issues.apache.org/jira/browse/NIFI-5706
 Project: Apache NiFi
  Issue Type: New Feature
  Components: Extensions
Affects Versions: 1.7.1
Reporter: Mohit
 Fix For: 1.8.0


*Why*?

PutParquet support is limited to HDFS. 
PutParquet bypasses the _flowfile_ implementation and writes the file directly 
to sink. 
We need a processor for parquet that works like _ConvertAvroToOrc_.

*What*?

_ConvertAvroToParquet_ will convert the incoming avro flowfile to a parquet 
flowfile. Unlike PutParquet, which writes to the hdfs file system, processor 
ConvertAvroToParquet would write into the flowfile, which can be pipelined to 
put into other sinks, like _local_, _S3, Azure data lake_ etc.

 



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


[jira] [Resolved] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-18 Thread Mohit (JIRA)


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

Mohit resolved NIFI-5596.
-
Resolution: Fixed

> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: patch-available, pull-request-available
> Fix For: 1.8.0
>
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
> *Update*
> Submitted : https://github.com/apache/nifi/pull/3007 



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-16 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Labels: patch-available pull-request-available  (was: 
pull-request-available)

> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: patch-available, pull-request-available
> Fix For: 1.8.0
>
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
> *Update*
> Submitted : https://github.com/apache/nifi/pull/3007 



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-16 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

   Labels: pull-request-available  (was: )
Fix Version/s: 1.8.0

> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.8.0
>
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
> *Update*
> Submitted : https://github.com/apache/nifi/pull/3007 



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-16 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Description: 
Splunk Rest API server which is load balanced requires the clients must support 
and send cookies with requests. In my corporate environment, Splunk 6.6.6 
Enterprise is provided in load-balanced way which fails when Nifi tried to 
connect to it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

*Update*

Submitted : https://github.com/apache/nifi/pull/3007 

  was:
Splunk Rest API server which is load balanced requires the clients must support 
and send cookies with requests. In my corporate environment, Splunk 6.6.6 
Enterprise is provided in load-balanced way which fails when Nifi tried to 
connect to it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 


> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
> *Update*
> Submitted : https://github.com/apache/nifi/pull/3007 



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-14 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Labels:   (was: ready-to-commit)

> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Issue Comment Deleted] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-14 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Comment: was deleted

(was: https://github.com/apache/nifi/pull/3002)

> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: ready-to-commit
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Commented] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-14 Thread Mohit (JIRA)


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

Mohit commented on NIFI-5596:
-

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

> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: ready-to-commit
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-13 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Description: 
Splunk Rest API server which is load balanced requires the clients must support 
and send cookies with requests. In my corporate environment, Splunk 6.6.6 
Enterprise is provided in load-balanced way which fails when Nifi tried to 
connect to it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 

  was:
Splunk Rest API server which is load balanced requires the clients must support 
and send cookies with requests. In my corporate environment, Splunk 6.6.6 
Enterprise is provided in such way which fails when Nifi tried to connect to 
it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 


> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: ready-to-commit
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in load-balanced way which fails when Nifi tried 
> to connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-13 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Description: 
Splunk Rest API server which is load balanced requires the clients must support 
and send cookies with requests. In my corporate environment, Splunk 6.6.6 
Enterprise is provided in such way which fails when Nifi tried to connect to 
it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 

  was:
Splunk Rest API server is load balanced usually requires the clients must 
support and send cookies with requests. In my corporate environment, Splunk 
6.6.6 Enterprise is provided in such way which fails when Nifi tried to connect 
to it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 


> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: ready-to-commit
>
> Splunk Rest API server which is load balanced requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in such way which fails when Nifi tried to 
> connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-13 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Description: 
Splunk Rest API server is load balanced usually requires the clients must 
support and send cookies with requests. In my corporate environment, Splunk 
6.6.6 Enterprise is provided in such way which fails when Nifi tried to connect 
to it. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 

  was:
In my corporate environment, Splunk 6.6.6 Enterprise is provided. The Rest API 
server is load balanced which requires the clients must support and send 
cookies with requests. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 


> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: ready-to-commit
>
> Splunk Rest API server is load balanced usually requires the clients must 
> support and send cookies with requests. In my corporate environment, Splunk 
> 6.6.6 Enterprise is provided in such way which fails when Nifi tried to 
> connect to it. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Updated] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-13 Thread Mohit (JIRA)


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

Mohit updated NIFI-5596:

Description: 
In my corporate environment, Splunk 6.6.6 Enterprise is provided. The Rest API 
server is load balanced which requires the clients must support and send 
cookies with requests. 

Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
used in nifi-splunk processor.

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 

  was:
In my corporate environment, Splunk 6.6.6 Enterprise is provided. The Rest API 
server is load balanced which requires the clients must support and send 
cookies with requests. 

This was supported in splunk-sdk-java v-1.6.3 onwards. 

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 


> GetSplunk 401 unauthorized :Multi-cookie based session is not supported by 
> splunk-sdk-java 1.5.0
> 
>
> Key: NIFI-5596
> URL: https://issues.apache.org/jira/browse/NIFI-5596
> Project: Apache NiFi
>  Issue Type: Bug
>  Components: Core Framework
>Affects Versions: 1.7.1
> Environment: all
>Reporter: Mohit
>Priority: Major
>  Labels: ready-to-commit
>
> In my corporate environment, Splunk 6.6.6 Enterprise is provided. The Rest 
> API server is load balanced which requires the clients must support and send 
> cookies with requests. 
> Multi-cookie support was added in splunk-sdk-java v-1.6.3 onwards. which is 
> used in nifi-splunk processor.
>  
> Proposed resolution:
> I have updated the version of splunk-sdk-java in pom.xml of 
> [nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
>  Also, performed the manual testing from the build. It now works fine and 
> build is sane. I will propose the PR with this Jira issue. 
>  



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


[jira] [Created] (NIFI-5596) GetSplunk 401 unauthorized :Multi-cookie based session is not supported by splunk-sdk-java 1.5.0

2018-09-13 Thread Mohit (JIRA)
Mohit created NIFI-5596:
---

 Summary: GetSplunk 401 unauthorized :Multi-cookie based session is 
not supported by splunk-sdk-java 1.5.0
 Key: NIFI-5596
 URL: https://issues.apache.org/jira/browse/NIFI-5596
 Project: Apache NiFi
  Issue Type: Bug
  Components: Core Framework
Affects Versions: 1.7.1
 Environment: all
Reporter: Mohit


In my corporate environment, Splunk 6.6.6 Enterprise is provided. The Rest API 
server is load balanced which requires the clients must support and send 
cookies with requests. 

This was supported in splunk-sdk-java v-1.6.3 onwards. 

 

Proposed resolution:

I have updated the version of splunk-sdk-java in pom.xml of 
[nifi-splunk-bundle|https://github.com/apache/nifi/tree/master/nifi-nar-bundles/nifi-splunk-bundle].
 Also, performed the manual testing from the build. It now works fine and build 
is sane. I will propose the PR with this Jira issue. 

 



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