RE: Cannot Authenticate the Azure Datalake Store

2016-05-06 Thread Kumiko Yada
: Bryan Bende [mailto:bbe...@gmail.com] Sent: Friday, May 6, 2016 7:04 AM To: users@nifi.apache.org Cc: Ki Kang <ki.k...@ds-iq.com> Subject: Re: Cannot Authenticate the Azure Datalake Store Hello, It seems like maybe a wrong version of a library is being used, or maybe a JAR is missing that

Re: Cannot Authenticate the Azure Datalake Store

2016-05-06 Thread Bryan Bende
Hello, It seems like maybe a wrong version of a library is being used, or maybe a JAR is missing that needs to be included in your NAR. Can you share what dependencies you have in the pom.xml of your processors project? You can check under

Cannot Authenticate the Azure Datalake Store

2016-05-05 Thread Kumiko Yada
Hello, I'm writing the custom processor to create a file in the Azure Datalake Store. I wrote the sample java program to do using this sample code, https://azure.microsoft.com/en-us/documentation/articles/data-lake-store-get-started-java-sdk/. This is working fine. However, when I wrote the