[GitHub] [samza-hello-samza] kw2542 commented on issue #69: Update POM to 1.4.0-SNAPSHOT as samza 1.3 has been published

2020-01-14 Thread GitBox
kw2542 commented on issue #69: Update POM to 1.4.0-SNAPSHOT as samza 1.3 has been published URL: https://github.com/apache/samza-hello-samza/pull/69#issuecomment-574309641 Updated gradle.properties. This is an automated messa

[GitHub] [samza-hello-samza] shanthoosh merged pull request #69: Update POM to 1.4.0-SNAPSHOT as samza 1.3 has been published

2020-01-14 Thread GitBox
shanthoosh merged pull request #69: Update POM to 1.4.0-SNAPSHOT as samza 1.3 has been published URL: https://github.com/apache/samza-hello-samza/pull/69 This is an automated message from the Apache Git Service. To respond t

[GitHub] [samza-hello-samza] shanthoosh commented on issue #69: Update POM to 1.4.0-SNAPSHOT as samza 1.3 has been published

2020-01-14 Thread GitBox
shanthoosh commented on issue #69: Update POM to 1.4.0-SNAPSHOT as samza 1.3 has been published URL: https://github.com/apache/samza-hello-samza/pull/69#issuecomment-574340389 @kw2542 Thanks for the changes. Merged the patch to trunk. ---

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

2020-01-14 Thread GitBox
cameronlee314 opened a new pull request #70: SAMZA-2433: Use log4j2 in samza-hello-samza URL: https://github.com/apache/samza-hello-samza/pull/70 Issues: Log4j v1 is EOL and log4j2 is generally more performant and has a better module structure. Also, it is easier to handle split deployment

[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

[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] 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] 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

[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 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 a change in pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-01-27 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_r371586679 ## File path: src/main/java/samza/examples/azure/data/PageViewAvroRecord.java ## @

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

2020-01-27 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_r371586350 ## File path: src/main/java/samza/examples/azure/AzureBlobApplication.java ## @@ -

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

2020-01-27 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_r371586933 ## File path: src/main/java/samza/examples/azure/AzureBlobApplication.java ## @@ -

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

2020-01-27 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_r371585166 ## File path: src/main/config/azure-blob-application.properties ## @@ -0,0 +1,37 @

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

2020-01-27 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_r371584567 ## 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-27 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_r371585315 ## File path: src/main/config/azure-blob-application.properties ## @@ -0,0 +1,37 @

[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 ## @

[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

[GitHub] [samza-hello-samza] cameronlee314 opened a new pull request #72: SAMZA-2449: Create an example job in samza-hello-samza for job coordinator split deployment

2020-01-30 Thread GitBox
cameronlee314 opened a new pull request #72: SAMZA-2449: Create an example job in samza-hello-samza for job coordinator split deployment URL: https://github.com/apache/samza-hello-samza/pull/72 Feature: Adding an example for how to set up job coordinator dependency isolation in samza-hello

[GitHub] [samza-hello-samza] JLLeitschuh opened a new pull request #73: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-02-10 Thread GitBox
JLLeitschuh opened a new pull request #73: [SECURITY] Use HTTPS to resolve dependencies in Maven Build URL: https://github.com/apache/samza-hello-samza/pull/73 [![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medi

[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-02-14 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_r379603189 ## File path: pom.xml ## @@ -206,6 +206,26 @@ under the License. guava

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage

2020-03-16 Thread GitBox
cameronlee314 merged pull request #71: SAMZA-2437: Sample for producing to Azure Blob Storage URL: https://github.com/apache/samza-hello-samza/pull/71 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [samza-hello-samza] cameronlee314 opened a new pull request #74: [minor] remove unused files that seem to be left over from an improper merge/cleanup

2020-03-17 Thread GitBox
cameronlee314 opened a new pull request #74: [minor] remove unused files that seem to be left over from an improper merge/cleanup URL: https://github.com/apache/samza-hello-samza/pull/74 I was trying to sync `master` with `latest`, and these files were on `master` but not on `latest`. It l

[GitHub] [samza-hello-samza] lakshmi-manasa-g opened a new pull request #75: add license for PageViewAvroRecord

2020-03-17 Thread GitBox
lakshmi-manasa-g opened a new pull request #75: add license for PageViewAvroRecord URL: https://github.com/apache/samza-hello-samza/pull/75 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #75: add license for PageViewAvroRecord

2020-03-18 Thread GitBox
cameronlee314 merged pull request #75: add license for PageViewAvroRecord URL: https://github.com/apache/samza-hello-samza/pull/75 This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [samza-hello-samza] cameronlee314 opened a new pull request #76: Sync latest branch with master

2020-03-18 Thread GitBox
cameronlee314 opened a new pull request #76: Sync latest branch with master URL: https://github.com/apache/samza-hello-samza/pull/76 When updating samza-hello-samza to use Samza 1.4, I noticed that the `latest` branch and the `master` branch were out-of-sync. I cherry-picked some commits t

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #74: [minor] remove unused files that seem to be left over from an improper merge/cleanup

2020-03-18 Thread GitBox
cameronlee314 merged pull request #74: [minor] remove unused files that seem to be left over from an improper merge/cleanup URL: https://github.com/apache/samza-hello-samza/pull/74 This is an automated message from the Apach

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #76: Sync latest branch with master

2020-03-18 Thread GitBox
cameronlee314 merged pull request #76: Sync latest branch with master URL: https://github.com/apache/samza-hello-samza/pull/76 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [samza-hello-samza] cameronlee314 commented on issue #76: Sync latest branch with master

2020-03-18 Thread GitBox
cameronlee314 commented on issue #76: Sync latest branch with master URL: https://github.com/apache/samza-hello-samza/pull/76#issuecomment-600907533 > Thanks for the changes. Was this a one off miss on our end or is there a lack of explicit guideline on sync between latest & master and when

[GitHub] [samza-hello-samza] cameronlee314 opened a new pull request #77: Merge latest branch into master and set version to 1.4.0

2020-03-18 Thread GitBox
cameronlee314 opened a new pull request #77: Merge latest branch into master and set version to 1.4.0 URL: https://github.com/apache/samza-hello-samza/pull/77 The Samza 1.4.0 release was just completed, so updating master to be up-to-date with latest. Most of this diff is by doing a `git m

[GitHub] [samza-hello-samza] cameronlee314 opened a new pull request #78: [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version

2020-03-18 Thread GitBox
cameronlee314 opened a new pull request #78: [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version URL: https://github.com/apache/samza-hello-samza/pull/78 This is an automated message from the Apache Git Se

[GitHub] [samza-hello-samza] mynameborat commented on a change in pull request #77: Merge latest branch into master and set version to 1.4.0

2020-03-19 Thread GitBox
mynameborat commented on a change in pull request #77: Merge latest branch into master and set version to 1.4.0 URL: https://github.com/apache/samza-hello-samza/pull/77#discussion_r395190224 ## File path: bin/deploy.sh ## @@ -23,4 +23,4 @@ base_dir=`pwd` mvn clean packa

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #77: Merge latest branch into master and set version to 1.4.0

2020-03-19 Thread GitBox
cameronlee314 merged pull request #77: Merge latest branch into master and set version to 1.4.0 URL: https://github.com/apache/samza-hello-samza/pull/77 This is an automated message from the Apache Git Service. To respond to

[GitHub] [samza-hello-samza] cameronlee314 merged pull request #78: [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version

2020-03-19 Thread GitBox
cameronlee314 merged pull request #78: [Minor] updating latest branch to use 1.5.0-SNAPSHOT for samza version URL: https://github.com/apache/samza-hello-samza/pull/78 This is an automated message from the Apache Git Service.

[GitHub] [samza-hello-samza] kw2542 opened a new pull request #79: Update doc and javadoc from config factory to config loader

2020-03-26 Thread GitBox
kw2542 opened a new pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79 Update doc and javadoc from config factory to config loader This is an

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-27 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r399573818 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookb

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-27 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r399574730 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookb

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-27 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r399576572 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookbook](ht

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-27 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r399599247 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookbook](ht

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-27 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r399599309 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookbook](ht

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-27 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r399599247 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookbook](ht

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-03-30 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r400365471 ## File path: README.md ## @@ -61,13 +61,19 @@ Package [samza.examples.cookb

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404294708 ## File path: gradle/wrapper/gradle-wrapper.properties ## @@ -1,6 +1,6 @@ -#M

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404307632 ## File path: README.md ## @@ -61,7 +61,7 @@ Package [samza.examples.cookboo

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404301906 ## File path: src/main/config/azure-blob-application.properties ## @@ -30,10

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404293260 ## File path: README.md ## @@ -61,7 +61,7 @@ Package [samza.examples.cookboo

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404303771 ## File path: src/main/config/azure-blob-application.properties ## @@ -30,10

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404500446 ## File path: src/main/config/azure-blob-application.properties ## @@ -30,10 +30,14

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404501360 ## File path: src/main/config/azure-blob-application.properties ## @@ -30,10 +30,14

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404501952 ## File path: gradle/wrapper/gradle-wrapper.properties ## @@ -1,6 +1,6 @@ -#Mon Mar

[GitHub] [samza-hello-samza] kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-06 Thread GitBox
kw2542 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404502243 ## File path: README.md ## @@ -61,7 +61,7 @@ Package [samza.examples.cookbook](http

[GitHub] [samza-hello-samza] cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader

2020-04-07 Thread GitBox
cameronlee314 commented on a change in pull request #79: Update doc and javadoc from config factory to config loader URL: https://github.com/apache/samza-hello-samza/pull/79#discussion_r404985923 ## File path: gradle/wrapper/gradle-wrapper.properties ## @@ -1,6 +1,6 @@ -#M

[GitHub] [samza-hello-samza] mynameborat opened a new pull request #80: Merge latest branch into master and set version to 1.5.0

2020-07-29 Thread GitBox
mynameborat opened a new pull request #80: URL: https://github.com/apache/samza-hello-samza/pull/80 - Changes related to job runner configurations - Version bump to 1.5.0 This is an automated message from the Apache Git Se

[GitHub] [samza-hello-samza] mynameborat merged pull request #80: Merge latest branch into master and set version to 1.5.0

2020-07-30 Thread GitBox
mynameborat merged pull request #80: URL: https://github.com/apache/samza-hello-samza/pull/80 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [samza-hello-samza] mpfeiffer00 opened a new pull request #81: Local topic from wikipedia

2020-08-18 Thread GitBox
mpfeiffer00 opened a new pull request #81: URL: https://github.com/apache/samza-hello-samza/pull/81 Updated scripts and documentation to run a local kafka topic streamed from wikipedia. This is an automated message from the

[GitHub] [samza-hello-samza] mpfeiffer00 closed pull request #81: Local topic from wikipedia

2020-08-18 Thread GitBox
mpfeiffer00 closed pull request #81: URL: https://github.com/apache/samza-hello-samza/pull/81 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [samza-hello-samza] mpfeiffer00 commented on pull request #81: Local topic from wikipedia

2020-08-18 Thread GitBox
mpfeiffer00 commented on pull request #81: URL: https://github.com/apache/samza-hello-samza/pull/81#issuecomment-675805177 Oh boy, looks pretty cool. I'm so glad it works this time. This is an automated message from the Apach

[GitHub] [samza-hello-samza] kw2542 opened a new pull request #82: SAMZA-2586: Update samza-hello-samza#latest to use 1.6.0-SNAPSHOT

2020-08-27 Thread GitBox
kw2542 opened a new pull request #82: URL: https://github.com/apache/samza-hello-samza/pull/82 Issues: 1.5.0-SNAPSHOT is used in latest branch, which does not work with the instruction http://samza.apache.org/startup/hello-samza/latest/ Changes: Update to use 1.6.0-SNAPSHOT Tests: Dep

[GitHub] [samza-hello-samza] mynameborat merged pull request #82: SAMZA-2586: Update samza-hello-samza#latest to use 1.6.0-SNAPSHOT

2020-08-27 Thread GitBox
mynameborat merged pull request #82: URL: https://github.com/apache/samza-hello-samza/pull/82 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [samza-beam-examples] xinyuiscool opened a new pull request #3: Update Beam to 2.27 and samza to 1.3

2021-02-08 Thread GitBox
xinyuiscool opened a new pull request #3: URL: https://github.com/apache/samza-beam-examples/pull/3 Update the beam examples on samza runner to use the latest beam version. Note that we found problems when dealing with splitable parDo so we use the flag --experiments=use_deprecated_

[GitHub] [samza-beam-examples] xinyuiscool merged pull request #3: Update Beam to 2.27 and samza to 1.3

2021-02-08 Thread GitBox
xinyuiscool merged pull request #3: URL: https://github.com/apache/samza-beam-examples/pull/3 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [samza-hello-samza] li-afaris opened a new pull request #83: remove comited merge conflict.

2021-04-01 Thread GitBox
li-afaris opened a new pull request #83: URL: https://github.com/apache/samza-hello-samza/pull/83 A merge conflict was checked in by mistake. This change removes the conflict & changes the hello-samza version to 1.6 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [samza-hello-samza] mynameborat merged pull request #83: remove comited merge conflict.

2021-04-01 Thread GitBox
mynameborat merged pull request #83: URL: https://github.com/apache/samza-hello-samza/pull/83 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this servi

[GitHub] [samza-hello-samza] naleon opened a new pull request #84: [FIX] version jetty transitive dependency.

2021-07-11 Thread GitBox
naleon opened a new pull request #84: URL: https://github.com/apache/samza-hello-samza/pull/84 I got "java.lang.NoClassDefFoundError: org/eclipse/jetty/http/HttpCookie$SetCookieHttpField" at the time I tried deployed hello-samza-1.6.0-dist.tar.gz This dependency exclusion fixes it. Y

[GitHub] [samza-hello-samza] dependabot[bot] opened a new pull request, #85: Bump hadoop-common from 2.6.1 to 3.2.3

2022-04-12 Thread GitBox
dependabot[bot] opened a new pull request, #85: URL: https://github.com/apache/samza-hello-samza/pull/85 Bumps hadoop-common from 2.6.1 to 3.2.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.hadoop

[GitHub] [samza-hello-samza] james-deee opened a new pull request, #87: Upgrade hello-samza to latest deps and prepare for Java 11

2022-08-18 Thread GitBox
james-deee opened a new pull request, #87: URL: https://github.com/apache/samza-hello-samza/pull/87 This is preparing things so that this app will work with Java 11. Once this Samza app PR is merged and released, we can update this to use the that version in the pom.xml file. I am a

<    5   6   7   8   9   10