[GitHub] samza pull request #676: SAMZA-1927: Samza-sql - always repartition the stre...

2018-09-28 Thread atoomula
GitHub user atoomula opened a pull request:

https://github.com/apache/samza/pull/676

SAMZA-1927: Samza-sql - always repartition the stream denoted by 
stream-table join.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/atoomula/samza dsl3

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/samza/pull/676.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #676


commit 428295c497653153cb0764b20e0ba4a94be6f47e
Author: Aditya Toomula 
Date:   2018-09-29T01:31:58Z

SAMZA-1927: Samza-sql - always repartition the stream denoted by 
stream-table join.




---


Re: Review Request 68867: Update hell0-samza with latest code

2018-09-28 Thread Xinyu Liu

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68867/
---

(Updated Sept. 28, 2018, 11:50 p.m.)


Review request for samza and Prateek Maheshwari.


Changes
---

Add Prateek's comments.


Repository: samza-hello-samza


Description
---

Update hell0-samza with latest code


Diffs (updated)
-

  build.gradle 9d1f5433afc548ee19b00c0e0e2e73e7963d25ef 
  src/main/config/pageview-adclick-joiner.properties 
eba7b0b6efc86869dbdf9402ae069550ed4c1723 
  src/main/config/pageview-filter.properties 
331ee1a1f1315c13aa955353795853eca792d669 
  src/main/config/pageview-profile-table-joiner.properties 
7cec6013e744042295568cef17928321abf95b35 
  src/main/config/pageview-sessionizer.properties 
420cdde0d2d82f22daafc49b7428040a7dcd1eef 
  src/main/config/stock-price-table-joiner.properties 
f9bd684ed3601ba887b48c87c070f31c8b137f8e 
  src/main/config/tumbling-pageview-counter.properties 
b58dbe9a951a1ec1978a745efdd43e0f9fe87483 
  src/main/config/wikipedia-application-local-runner.properties 
b770f1317dfd61b33122c71127ba8163135a26e5 
  src/main/config/wikipedia-application.properties 
841fcc5a3ca6b5e52c82e717fb7baa1e380d134f 
  src/main/java/samza/examples/azure/AzureApplication.java 
9f565fe47373c5bb054cfcc1ccc00e54111d786e 
  src/main/java/samza/examples/azure/AzureZKLocalApplication.java 
3d4f8b05cd1405070448c7598afa2712bb2db13d 
  src/main/java/samza/examples/cookbook/PageViewAdClickJoiner.java 
f6c3810ad59532563994ff344952490369c87350 
  src/main/java/samza/examples/cookbook/PageViewFilterApp.java 
a2accfdd8fee6033133e77e74fa8c6fd8de186c5 
  src/main/java/samza/examples/cookbook/PageViewProfileTableJoiner.java 
86deb614cc7bf9720df86e9d9f49bb4613ce1384 
  src/main/java/samza/examples/cookbook/PageViewSessionizerApp.java 
2bcd9f5b8f8e14e451451a12b627e189ad673288 
  src/main/java/samza/examples/cookbook/StockPriceTableJoiner.java 
cb735d284f82b67f01f797c2ede2c130b80eb047 
  src/main/java/samza/examples/cookbook/TumblingPageViewCounterApp.java 
acf1411af7d951081ad988c92822fde2b140608d 
  src/main/java/samza/examples/wikipedia/application/WikipediaApplication.java 
032608f4f1f2525c0d5598ea80b84ed4d40f6f7e 
  
src/main/java/samza/examples/wikipedia/application/WikipediaZkLocalApplication.java
 51dd28f69b146962b2853d2426e153e13a6ab1e6 
  src/main/java/samza/examples/wikipedia/model/WikipediaParser.java 
93479626afa0fb9f8a230fa755e8f30fdbc57563 
  src/main/java/samza/examples/wikipedia/system/WikipediaInputDescriptor.java 
PRE-CREATION 
  src/main/java/samza/examples/wikipedia/system/WikipediaSystemDescriptor.java 
PRE-CREATION 


Diff: https://reviews.apache.org/r/68867/diff/2/

Changes: https://reviews.apache.org/r/68867/diff/1-2/


Testing
---

Only tested the high-level wikipedia example for now. I will keep testing the 
rest of it in the next few days. Commit the change for now to unblock others to 
test.


Thanks,

Xinyu Liu



[GitHub] samza pull request #675: SAMZA-1926: Fix standalone configurations in config...

2018-09-28 Thread shanthoosh
GitHub user shanthoosh opened a pull request:

https://github.com/apache/samza/pull/675

SAMZA-1926: Fix standalone configurations in configuration table.

Changes:
* Fix the default value of debounce time configuration.
* Remove the `coordination.utils.factory` configuration from the 
table(Infer that based upon job.coordinator.factory configuration).  Remove the 
definition of `coordination.utils.factory` from the configuration in unit tests.
* Default the configuration `job.coordinator.factory` to 
`ZkJobCoordinatorFactory` if it is not defined by the user.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/shanthoosh/samza master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/samza/pull/675.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #675


commit 251633514eaba3b72f6575d1cdb064951b0f4cab
Author: Shanthoosh Venkataraman 
Date:   2018-09-28T21:46:24Z

Configuration table fixes.

* Fix the default value of debounce time configuration.
* Remove the coordination utils configuration from the table(Infer that 
based upon job.coordinator.factory configuration).
  Remove the defintion of coordination utils factory in configuration from 
unit-tests.
* Default job.coordinator.factory to ZkJobCoordinatorFactory if it is not 
defined by the user.




---


[GitHub] samza pull request #667: Updated doc for Kinesis Connector

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/667


---


[GitHub] samza pull request #670: SAMZA-1920: Standalone user guide.

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/670


---


[GitHub] samza pull request #671: Basic configurations

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/671


---


[GitHub] samza pull request #674: SAMZA-1924: Documentation for case-studies and rele...

2018-09-28 Thread bharathkk
GitHub user bharathkk opened a pull request:

https://github.com/apache/samza/pull/674

SAMZA-1924: Documentation for case-studies and release-notes

This PR covers the following
- Documentation work for case-studies (Slack and Linkedin use-case)
- Documentation work for past release notes
- Assigns priority to case studies
- Removes unnecessary files from case-studies and release-notes
- Adds assets for case studies.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/bharathkk/samza documentation-1.0

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/samza/pull/674.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #674


commit 274ebd20dc41f2ca52084140665d3756b2723365
Author: bharathkk 
Date:   2018-09-27T21:01:20Z

Documentation for case studies and release notes

commit 0107da1ec15209a24801f5c567854930aaf377e1
Author: bharathkk 
Date:   2018-09-28T17:27:08Z

Minor updates to docs and changed the architecture diagram

commit 01f93a58fa40032e78879056ffa075302c3c8d51
Author: bharathkk 
Date:   2018-09-28T17:46:17Z

Update the image size

commit 4ad76e269f1a787ff50ede2d63f2b289ecbe3ae5
Author: bharathkk 
Date:   2018-09-28T19:17:17Z

Minor edits to release notes




---


[GitHub] samza pull request #669: SAMZA-1918: Convert Kafka connector doc to `.md`

2018-09-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/samza/pull/669


---