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
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
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.
---
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
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
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
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?
--
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
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 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 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
##
@
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
##
@@ -
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
##
@@ -
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 @
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
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 @
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
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
##
@
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
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
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
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
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
[](https://medi
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
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
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
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,
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
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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_
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
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
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
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
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
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
901 - 969 of 969 matches
Mail list logo