[GitHub] [samza-hello-samza] cameronlee314 merged pull request #70: SAMZA-2433: Use log4j2 in samza-hello-samza

2020-01-23 Thread GitBox
cameronlee314 merged pull request #70: SAMZA-2433: Use log4j2 in samza-hello-samza URL: https://github.com/apache/samza-hello-samza/pull/70 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [samza-hello-samza] cameronlee314 commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza

2020-01-23 Thread GitBox
cameronlee314 commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza URL: https://github.com/apache/samza-hello-samza/pull/70#issuecomment-577936234 To clarify a bit further in the split deployment case: If a job is set up to use log4j2 in the non-split-deployment case, then i

[GitHub] [samza-hello-samza] cameronlee314 commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza

2020-01-23 Thread GitBox
cameronlee314 commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza URL: https://github.com/apache/samza-hello-samza/pull/70#issuecomment-577935029 > @cameronlee314 does this mean that we'd require jobs to upgrade to log4j2 as well? No, it is not required for jobs to u

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-23 Thread Brett Konold
Hey Jeremiah, It looks like TransactionalStateTaskStorageManager.removeOldCheckpoints is relying on an assumption that the store directory actually has some contents, which may not be true depending on the type of store being used. Can you let me know what kind of KeyValueStore you've configured

Re: Nullpointer After Upgrade from samza 1.0.0 to 1.3.0

2020-01-23 Thread Prateek Maheshwari
Brett, can you take a look at this? - Prateek On Wed, Jan 15, 2020 at 9:41 AM Jeremiah Adams wrote: > I am updating our jobs to use samza 1.3.0. I'm getting a null pointer when > manually committing via taskCoordinator.commit(). > > > Below is the stack trace - can anyone point me in the right

[GitHub] [samza-hello-samza] prateekm commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza

2020-01-23 Thread GitBox
prateekm commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza URL: https://github.com/apache/samza-hello-samza/pull/70#issuecomment-577891882 @cameronlee314 does this mean that we'd require jobs to upgrade to log4j2 as well? --

[GitHub] [samza-hello-samza] prateekm commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza

2020-01-23 Thread GitBox
prateekm commented on issue #70: SAMZA-2433: Use log4j2 in samza-hello-samza URL: https://github.com/apache/samza-hello-samza/pull/70#issuecomment-577829358 @PawasChhokra Can you take a look as well? This is an automated messa

[GitHub] [samza-hello-samza] lakshmi-manasa-g opened a new pull request #71: Sample for producing to Azure Blob Storage

2020-01-23 Thread GitBox
lakshmi-manasa-g opened a new pull request #71: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71 Feature: Sample Samza job related to SEP-26: Azure Blob System Producer Changes: New high-level Yarn job "AzureBlobApplication" added to