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,
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
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
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
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
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?
--
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
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