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
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.
[](https://medi
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
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 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
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
##
@
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
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_r371585315
##
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_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_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 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
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
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
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.
---
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
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 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-573990991
Hadoop version used in OSS samza is 2.7.1 & here's it's set to 2.6.1 in
gradle.properties. Would be better to bump
kw2542 opened a new 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
In order to be compatible with Hello Samza documentation, POM needs to be
updated to 1.4.0-SNAPSHOT for latest branch.
--
xinyuiscool merged pull request #68: Update dependencies to match OSS
documentation
URL: https://github.com/apache/samza-hello-samza/pull/68
This is an automated message from the Apache Git Service.
To respond to the message
kw2542 opened a new pull request #68: Update dependencies to match OSS
documentation
URL: https://github.com/apache/samza-hello-samza/pull/68
1. In https://samza.apache.org/startup/hello-samza/latest/, we are supposed
to pull 1.3.0-SNAPSHOT of samza to create a hello samza 1.3.0-SNAPSHOT,
cameronlee314 commented on a change in pull request #67: SAMZA-2285 - Sample
async application for hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/67#discussion_r313184562
##
File path:
src/main/java/samza/examples/wikipedia/application/WikipediaAsyncApplication.j
cameronlee314 commented on a change in pull request #67: SAMZA-2285 - Sample
async application for hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/67#discussion_r313183986
##
File path: bin/run-wikipedia-async-application.sh
##
@@ -0,0 +1,30 @@
+#!/bin/ba
cameronlee314 commented on a change in pull request #67: SAMZA-2285 - Sample
async application for hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/67#discussion_r313184179
##
File path: src/main/config/wikipedia-async-application.properties
##
@@ -0,0 +1,
mynameborat opened a new pull request #67: SAMZA-2285 - Sample async
application for hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/67
This is an automated message from the Apache Git Service.
To respond t
rmatharu closed pull request #60: Updating after Bharath's scala 2.11 change,
upgrading YARN version to match samza's yarn version
URL: https://github.com/apache/samza-hello-samza/pull/60
This is an automated message from th
rmatharu commented on issue #62: Adding support for lxc on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#issuecomment-503661672
Address most comments.
Have put the contents of this in a gist here:
https://gist.github.com/rmatharu/5d09e942aa7c38c14c5ff79283afc06
rmatharu closed pull request #62: Adding support for lxc on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62
This is an automated message from the Apache Git Service.
To respond to the message, please l
rmatharu commented on a change in pull request #62: Adding support for lxc on
yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r295119154
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Software F
rmatharu commented on a change in pull request #62: Adding support for lxc on
yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r295118327
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Software F
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293135338
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293126356
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293128829
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293128724
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293127785
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293127513
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293128114
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293131208
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293127099
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293130994
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
vjagadish1989 commented on a change in pull request #62: Adding support for lxc
on yarn for Samza
URL: https://github.com/apache/samza-hello-samza/pull/62#discussion_r293127151
##
File path: bin/setup-lxc
##
@@ -0,0 +1,345 @@
+#!/bin/bash -e
+# Licensed to the Apache Softw
sborya merged pull request #66: update to samza 1.2.0
URL: https://github.com/apache/samza-hello-samza/pull/66
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and u
sborya opened a new pull request #66: update to samza 1.2.0
URL: https://github.com/apache/samza-hello-samza/pull/66
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub
weisong44 merged pull request #65: SAMZA-2223: Update Couchbase example to use
NoOpTableReadFunction
URL: https://github.com/apache/samza-hello-samza/pull/65
This is an automated message from the Apache Git Service.
To respo
weisong44 opened a new pull request #65: SAMZA-2223: Update Couchbase example
to use NoOpTableReadFunction
URL: https://github.com/apache/samza-hello-samza/pull/65
This is an automated message from the Apache Git Service.
To
weisong44 merged pull request #64: SAMZA-2218: Add a Couchbase example to
samza-hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/64
This is an automated message from the Apache Git Service.
To respond to the
weisong44 commented on a change in pull request #64: SAMZA-2218: Add a
Couchbase example to samza-hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/64#discussion_r287457502
##
File path: src/main/java/samza/examples/cookbook/CouchbaseTableExample.java
##
@@
dengpanyin commented on a change in pull request #64: SAMZA-2218: Add a
Couchbase example to samza-hello-samza
URL: https://github.com/apache/samza-hello-samza/pull/64#discussion_r287431784
##
File path: src/main/java/samza/examples/cookbook/CouchbaseTableExample.java
##
@
1 - 100 of 969 matches
Mail list logo