Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Brett Konold
Thanks for sharing Jeremiah. The infringing code is calling listFiles on every file in the base directory, and since you'd configured that to be the current directory of the job, there will be other non-store related contents there as well some of which may be empty directories or not directories a

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Jeremiah Adams
Thanks Brett. In the short term, can I fix this by specifying an alternate directory? It will still be empty on initial startup. Jeremiah Adams Software Engineer www.helixeducation.com Blog | Twitter | Facebook | LinkedIn From: Brett Konold Sent: Tue

[GitHub] [samza-hello-samza] lakshmi-manasa-g commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-01-28 Thread GitBox
lakshmi-manasa-g commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71#discussion_r371915951 ## File path: pom.xml ## @@ -206,6 +206,26 @@ under the License. guava

[GitHub] [samza-hello-samza] lakshmi-manasa-g commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-01-28 Thread GitBox
lakshmi-manasa-g commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71#discussion_r371926907 ## File path: src/main/java/samza/examples/azure/AzureBlobApplication.java ## @

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-28 Thread Brett Konold
Jeremiah, If you ensure the base directory is exclusive to your state stores, e.g. "./state-stores" or any similarly exclusive path, that should work. Thanks, Brett On Tue, Jan 28, 2020 at 8:07 AM Jeremiah Adams wrote: > Thanks Brett. > > In the short term, can I fix this by specifying an alte

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-01-28 Thread GitBox
cameronlee314 commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71#discussion_r371968359 ## File path: pom.xml ## @@ -206,6 +206,26 @@ under the License. guava

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-01-28 Thread GitBox
cameronlee314 commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71#discussion_r371968434 ## File path: pom.xml ## @@ -206,6 +206,26 @@ under the License. guava

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-01-28 Thread GitBox
cameronlee314 commented on a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71#discussion_r371968280 ## File path: pom.xml ## @@ -206,6 +206,26 @@ under the License. guava