samza git commit: Added Samza Configurations to website

2018-10-17 Thread jagadish
ere on the website? I was thinking to add it in the `configuration.md` page otherwise. Author: Daniel Chen Reviewers: Jagadish Closes #723 from dxichen/add-configs-to-website Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/05877

samza git commit: Minor: Fix a typo in architecture documentation

2018-10-18 Thread jagadish
Repository: samza Updated Branches: refs/heads/master ba0b262b8 -> 8242fab0f Minor: Fix a typo in architecture documentation Author: Jagadish Reviewers: Jagadish Closes #745 from vjagadish1989/website-reorg20 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

samza git commit: Delete flickity.js since it's on GPL, a license which is incompatible with Apache

2018-10-18 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 469050240 -> ba0b262b8 Delete flickity.js since it's on GPL, a license which is incompatible with Apache Author: Jagadish Reviewers: Jagadish Closes #744 from vjagadish1989/website-reorg19 Project: http://git-wip-us.apache.org/re

samza git commit: Adding fix to integration test

2018-10-22 Thread jagadish
Repository: samza Updated Branches: refs/heads/master e203db2aa -> 0176138a1 Adding fix to integration test ClientHelper changed the log-print, which the integration test relies on. Author: rmath...@linkedin.com Reviewers: Jagadish Closes #752 from rmatharu/integ-test-fix Project: h

samza git commit: Adding Samza 1.0 API docs

2018-10-19 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 5ba543faf -> 880d2f0c2 Adding Samza 1.0 API docs jagadish-v0 prateekm please take a look. Thanks! Author: Yi Pan (Data Infrastructure) Reviewers: Jagadish Closes #746 from nickpan47/api-docs Project: http://git-wip-us.apache.

samza git commit: Fix styling for LinkedIn logo; Add support for loading logos from URLs

2018-10-21 Thread jagadish
ter:** https://user-images.githubusercontent.com/18561937/47271225-8830a700-d52b-11e8-97d0-d985027af436.png;> Author: Jagadish Reviewers: Jagadish Closes #750 from vjagadish1989/website-reorg22 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samz

[2/2] samza git commit: Javadoc cleanup for new Application, Descriptor, Context and Table APIs.

2018-10-18 Thread jagadish
Committer: Jagadish Committed: Wed Oct 17 23:58:16 2018 -0700 -- .../samza/application/SamzaApplication.java | 24 +-- .../samza/application/StreamApplication.java| 67 ++- .../samza/application

[1/2] samza git commit: Javadoc cleanup for new Application, Descriptor, Context and Table APIs.

2018-10-18 Thread jagadish
Repository: samza Updated Branches: refs/heads/master a8a8dc78d -> 5f1e75247 http://git-wip-us.apache.org/repos/asf/samza/blob/5f1e7524/samza-kafka/src/main/java/org/apache/samza/system/kafka/descriptors/KafkaOutputDescriptor.java

samza git commit: SAMZA-1951: Make JMX enabled/disabled using configs for Samza containers

2018-10-17 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 058776d65 -> 6d20ee7e4 SAMZA-1951: Make JMX enabled/disabled using configs for Samza containers Author: Sanil15 Author: svenkata Reviewers: Jagadish Closes #717 from Sanil15/SAMZA-1951 Project: http://git-wip-us.apache.org/repos/

samza git commit: Add Slack to our Powered By page

2018-10-12 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 59cee32c7 -> 17113e163 Add Slack to our Powered By page Author: Jagadish Reviewers: Jagadish Closes #719 from vjagadish1989/website-reorg16 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: SAMZA-1950: Fixing Style for Meetups

2018-10-15 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 470a41561 -> 62857f601 SAMZA-1950: Fixing Style for Meetups Author: Sanil15 Reviewers: Jagadish Closes #730 from Sanil15/SAMZA-1950 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/re

samza git commit: Clean up the deployment options section.

2018-10-24 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 59bc23cf9 -> 43a501b49 Clean up the deployment options section. - Reword for consistency, style, tone Author: Jagadish Reviewers: Jagadish Closes #761 from vjagadish1989/website-reorg24 Project: http://git-wip-us.apache.org/repos/

samza git commit: Cleanup the connectors-overview and Kafka-connector sections. Use System/StreamDescriptors

2018-10-28 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 45f2558e9 -> affc312d3 Cleanup the connectors-overview and Kafka-connector sections. Use System/StreamDescriptors Author: Jagadish Reviewers: Jagadish Closes #778 from vjagadish1989/website-reorg26 Project: http://git-

samza git commit: Cleanup the EventHubs connector section. Use System/Stream Descriptors

2018-10-29 Thread jagadish
Repository: samza Updated Branches: refs/heads/master affc312d3 -> ea0bec4a8 Cleanup the EventHubs connector section. Use System/Stream Descriptors Author: Jagadish Reviewers: Jagadish Closes #780 from vjagadish1989/website-reorg27 Project: http://git-wip-us.apache.org/repos/asf/sa

[4/4] samza git commit: SAMZA-1970: Support for physical names in InMemorySystem

2018-10-31 Thread jagadish
SAMZA-1970: Support for physical names in InMemorySystem if super is not there, java compiles this to this.withPhysicalName which results in StackOverflows Author: Sanil15 Reviewers: Jagadish Closes #788 from Sanil15/SAMZA-1970-edit Project: http://git-wip-us.apache.org/repos/asf/samza

[2/4] samza git commit: Close iterators to time-series store on deletes

2018-10-31 Thread jagadish
Close iterators to time-series store on deletes Author: Jagadish Reviewers: Jagadish Closes #787 from vjagadish1989/website-reorg29 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/7a000206 Tree: http://git-wip

[3/4] samza git commit: SAMZA-1971: Fix NPE in partition key computation for InMemorySystemProducer

2018-10-31 Thread jagadish
SAMZA-1971: Fix NPE in partition key computation for InMemorySystemProducer Author: bharathkk Reviewers: Jagadish Closes #786 from bharathkk/fix-inmemory-partitionkey-npe Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit

[1/4] samza git commit: Fix to make Samza SQL applications work after the Runner refactoring

2018-10-31 Thread jagadish
uru Authored: Tue Oct 30 13:33:33 2018 -0700 Committer: Jagadish Committed: Wed Oct 31 14:29:51 2018 -0700 -- .../sql/runner/SamzaSqlApplicationRunner.java | 55 1 file changed, 33 insertions(+), 22 deleti

samza git commit: SAMZA-1971: Fix NPE in partition key computation for InMemorySystemProducer

2018-10-31 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 7836bf08c -> ea5887178 SAMZA-1971: Fix NPE in partition key computation for InMemorySystemProducer Author: bharathkk Reviewers: Jagadish Closes #786 from bharathkk/fix-inmemory-partitionkey-npe Project: http://git-wip-us.apache.

samza git commit: SAMZA-1970: Support for physical names in InMemorySystem

2018-10-31 Thread jagadish
Repository: samza Updated Branches: refs/heads/master ea5887178 -> d16861831 SAMZA-1970: Support for physical names in InMemorySystem if super is not there, java compiles this to this.withPhysicalName which results in StackOverflows Author: Sanil15 Reviewers: Jagadish Closes #788 f

[samza] Git Push Summary

2018-10-31 Thread jagadish
Repository: samza Updated Tags: refs/tags/release-1.0.0-rc4 [created] 124ad1809

samza git commit: atoomula and prateekm FYI..

2018-10-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master dcd4b558a -> de2b97f89 atoomula and prateekm FYI.. Author: Jagadish Reviewers: Jagadish Closes #785 from vjagadish1989/website-reorg28 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.

samza git commit: Updated RELEASE instructions.

2018-10-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 3f9bbb07b -> d17134e0d Updated RELEASE instructions. Author: Prateek Maheshwari Reviewers: Jagadish Closes #783 from prateekm/release-docs Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: Close iterators to time-series store on deletes

2018-10-30 Thread jagadish
Repository: samza Updated Branches: refs/heads/master d17134e0d -> 7836bf08c Close iterators to time-series store on deletes Author: Jagadish Reviewers: Jagadish Closes #787 from vjagadish1989/website-reorg29 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

samza git commit: SAMZA-1967: Tests failing when Job uses any serde other than NoOp

2018-10-26 Thread jagadish
pos/asf/samza/tree/08496c96 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/08496c96 Branch: refs/heads/master Commit: 08496c96d229582456d5fe48f442876745c2 Parents: 1c2d6ef Author: Sanil15 Authored: Fri Oct 26 17:51:58 2018 -0700 Committer: Jagadish Committed: Fri Oct 26 17:51:58 2

samza git commit: DOCS: Clean-up the section on YARN deployments

2018-10-27 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 08496c96d -> 45f2558e9 DOCS: Clean-up the section on YARN deployments Author: Jagadish Reviewers: Jagadish Closes #777 from vjagadish1989/website-reorg25 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

samza git commit: Cleanup docs for HDFS connector

2018-11-02 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 743903272 -> 859f1b646 Cleanup docs for HDFS connector Author: Jagadish Reviewers: Jagadish Closes #793 from vjagadish1989/website-reorg30 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.

samza git commit: Clean-up the Quick-Start and Code-Examples pages; Re-organize content

2018-10-24 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 282f83494 -> 59bc23cf9 Clean-up the Quick-Start and Code-Examples pages; Re-organize content Author: Jagadish Reviewers: Jagadish Closes #759 from vjagadish1989/website-reorg23 Project: http://git-wip-us.apache.org/repos/asf/sa

[2/3] samza-hello-samza git commit: SAMZA-1629: Integration Tests for all samples of hello-samza

2018-11-12 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/f25c37d3/src/test/resources/WikipediaEditEvents.txt -- diff --git a/src/test/resources/WikipediaEditEvents.txt b/src/test/resources/WikipediaEditEvents.txt new file

[2/2] samza git commit: Updated API documentation for high and low level APIs.

2018-11-13 Thread jagadish
Updated API documentation for high and low level APIs. vjagadish1989 nickpan47 Please take a look. Author: Prateek Maheshwari Reviewers: Jagadish Closes #802 from prateekm/api-docs Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf

[1/2] samza git commit: Updated API documentation for high and low level APIs.

2018-11-13 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 1d6f693c8 -> 4e5907090 http://git-wip-us.apache.org/repos/asf/samza/blob/4e590709/docs/learn/documentation/versioned/api/programming-model.md -- diff --git

svn commit: r30884 - /release/samza/1.0.0/

2018-11-13 Thread jagadish
Author: jagadish Date: Wed Nov 14 00:46:45 2018 New Revision: 30884 Log: Releasing Apache Samza 1.0.0 Source Tarballs Added: release/samza/1.0.0/ release/samza/1.0.0/apache-samza-1.0.0-src.tgz (with props) release/samza/1.0.0/apache-samza-1.0.0-src.tgz.MD5 release/samza/1.0.0

[1/9] samza git commit: Clean-up the Quick-Start and Code-Examples pages; Re-organize content

2018-11-13 Thread jagadish
Repository: samza Updated Branches: refs/heads/1.0.0 ed8d1da8b -> d034bbef8 Clean-up the Quick-Start and Code-Examples pages; Re-organize content Author: Jagadish Reviewers: Jagadish Closes #759 from vjagadish1989/website-reorg23 Project: http://git-wip-us.apache.org/repos/asf/samza/r

[4/9] samza git commit: Cleanup the connectors-overview and Kafka-connector sections. Use System/StreamDescriptors

2018-11-13 Thread jagadish
Cleanup the connectors-overview and Kafka-connector sections. Use System/StreamDescriptors Author: Jagadish Reviewers: Jagadish Closes #778 from vjagadish1989/website-reorg26 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza

[8/9] samza git commit: Updated API documentation for high and low level APIs.

2018-11-13 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/d034bbef/docs/learn/documentation/versioned/api/programming-model.md -- diff --git a/docs/learn/documentation/versioned/api/programming-model.md

[3/9] samza git commit: DOCS: Clean-up the section on YARN deployments

2018-11-13 Thread jagadish
DOCS: Clean-up the section on YARN deployments Author: Jagadish Reviewers: Jagadish Closes #777 from vjagadish1989/website-reorg25 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/93a25420 Tree: http://git-wip

[9/9] samza git commit: Updated API documentation for high and low level APIs.

2018-11-13 Thread jagadish
Updated API documentation for high and low level APIs. vjagadish1989 nickpan47 Please take a look. Author: Prateek Maheshwari Reviewers: Jagadish Closes #802 from prateekm/api-docs Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf

[6/9] samza git commit: atoomula and prateekm FYI..

2018-11-13 Thread jagadish
atoomula and prateekm FYI.. Author: Jagadish Reviewers: Jagadish Closes #785 from vjagadish1989/website-reorg28 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/ac5f9480 Tree: http://git-wip-us.apache.org/repos/asf/samza

[7/9] samza git commit: Cleanup docs for HDFS connector

2018-11-13 Thread jagadish
Cleanup docs for HDFS connector Author: Jagadish Reviewers: Jagadish Closes #793 from vjagadish1989/website-reorg30 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/3e397022 Tree: http://git-wip-us.apache.org/repos/asf

[5/9] samza git commit: Cleanup the EventHubs connector section. Use System/Stream Descriptors

2018-11-13 Thread jagadish
Cleanup the EventHubs connector section. Use System/Stream Descriptors Author: Jagadish Reviewers: Jagadish Closes #780 from vjagadish1989/website-reorg27 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/299c0317 Tree

[2/9] samza git commit: Clean up the deployment options section.

2018-11-13 Thread jagadish
Clean up the deployment options section. - Reword for consistency, style, tone Author: Jagadish Reviewers: Jagadish Closes #761 from vjagadish1989/website-reorg24 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/ed616ec8

[1/3] samza-hello-samza git commit: SAMZA-1629: Integration Tests for all samples of hello-samza

2018-11-12 Thread jagadish
Repository: samza-hello-samza Updated Branches: refs/heads/latest 108b6d528 -> f25c37d3c http://git-wip-us.apache.org/repos/asf/samza-hello-samza/blob/f25c37d3/src/test/resources/WikitionaryEditEvents.txt -- diff --git

[3/3] samza-hello-samza git commit: SAMZA-1629: Integration Tests for all samples of hello-samza

2018-11-12 Thread jagadish
SAMZA-1629: Integration Tests for all samples of hello-samza Author: Sanil Jain Reviewers: Jagadish Closes #44 from Sanil15/latest Project: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/commit/f25c37d3 Tree

samza git commit: Reorganize website content, link hyper-links correctly, fix image links

2018-10-04 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 6e5e1621a -> ba03d599e Reorganize website content, link hyper-links correctly, fix image links Author: Jagadish Reviewers: Jagadish Closes #694 from vjagadish1989/website-reorg5 Project: http://git-wip-us.apache.org/repos/asf/sa

samza git commit: SAMZA-1908: [DOCS] Samza-1.0 Markdown for Meetups & Talks

2018-10-09 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 1e880ea63 -> 4915baac5 SAMZA-1908: [DOCS] Samza-1.0 Markdown for Meetups & Talks Author: Sanil15 Reviewers: Jagadish Closes #678 from Sanil15/SAMZA-1908 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

samza git commit: Minor: Use markdown tags instead of tag for images

2018-10-02 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 7beb09ec0 -> 8e61a4567 Minor: Use markdown tags instead of tag for images Author: Jagadish Reviewers: Jagadish Closes #688 from vjagadish1989/website-reorg4 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: h

samza git commit: docs: update contact and contributor corner

2018-10-03 Thread jagadish
ers: Jagadish Closes #650 from pdu-mn1/docs-contact-contrib Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/603bd8ea Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/603bd8ea Diff: http://git-wip-us.apache.org/repos/asf/sa

samza git commit: Fix navigation layout on home-page. Add Samza architecture diagrams.

2018-10-02 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 4ae30f18d -> 80f5f388f Fix navigation layout on home-page. Add Samza architecture diagrams. Author: Jagadish Reviewers: Jagadish Closes #686 from vjagadish1989/website-reorg2 Project: http://git-wip-us.apache.org/repos/asf/samza/r

samza git commit: Samza docs for YARN deployments

2018-10-02 Thread jagadish
Repository: samza Updated Branches: refs/heads/master ad578e241 -> 55455921a Samza docs for YARN deployments Author: Abhishek Shivanna Reviewers: Jagadish Closes #680 from abhishekshivanna/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: samza documentation: hdfs and eventhubs connector

2018-10-02 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 80f5f388f -> ad578e241 samza documentation: hdfs and eventhubs connector Author: Hai Lu Reviewers: Jagadish Closes #685 from lhaiesp/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: Fix links corresponding to images in the YARN documentation page

2018-10-02 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 55455921a -> 7beb09ec0 Fix links corresponding to images in the YARN documentation page Author: Jagadish Reviewers: Jagadish Closes #687 from vjagadish1989/website-reorg3 Project: http://git-wip-us.apache.org/repos/asf/samza/r

samza git commit: SAMZA-1925: Document frequently used configs

2018-09-28 Thread jagadish
ps://user-images.githubusercontent.com/29577458/46179688-30c35200-c271-11e8-810d-d014f63fb02d.png;> Author: Daniel Chen Reviewers: Jagadish Closes #671 from dxichen/config-doc-revamp Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/

samza git commit: SAMZA-1920: Standalone user guide.

2018-09-28 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 2c4b6d5c9 -> 1e0c81b60 SAMZA-1920: Standalone user guide. Author: Shanthoosh Venkataraman Reviewers: Jagadish Closes #670 from shanthoosh/getting_started_with_standalone Project: http://git-wip-us.apache.org/repos/asf/samza/r

samza git commit: SAMZA-1924: Documentation for case-studies and release-notes

2018-09-28 Thread jagadish
116-56a43180-c319-11e8-85fa-f1e0a2b6d67d.png) ![image](https://user-images.githubusercontent.com/1001798/46229134-6885d480-c319-11e8-991c-b00c33aeda52.png) Author: bharathkk Reviewers: Jagadish Closes #674 from bharathkk/documentation-1.0 Project: http://git-wip-us.apache.org/repos/asf/samza/r

samza git commit: Updated doc for Kinesis Connector

2018-09-28 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 1e0c81b60 -> 11471672d Updated doc for Kinesis Connector Author: Aditya Toomula Reviewers: Jagadish Closes #667 from atoomula/kinesisdocs Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.

samza git commit: SAMZA-1911: Add documentation for quick start

2018-10-10 Thread jagadish
Repository: samza Updated Branches: refs/heads/master aaef1ab17 -> 623661e02 SAMZA-1911: Add documentation for quick start md file for quick start. Author: xinyuiscool Reviewers: Jagadish Closes #704 from xinyuiscool/SAMZA-1911 Project: http://git-wip-us.apache.org/repos/asf/samza/r

[1/2] samza git commit: Reorganize website content, link hyper-links correctly, fix image links

2018-10-01 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 042794d7c -> 4ae30f18d http://git-wip-us.apache.org/repos/asf/samza/blob/4ae30f18/docs/learn/documentation/versioned/operations/monitoring.md -- diff --git

[2/2] samza git commit: Reorganize website content, link hyper-links correctly, fix image links

2018-10-01 Thread jagadish
Reorganize website content, link hyper-links correctly, fix image links Author: Jagadish Reviewers: Jagadish Closes #681 from vjagadish1989/website-reorg1 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/4ae30f18 Tree

[2/2] samza git commit: SAMZA-1783: Add Log4j2 functionality in Samza

2018-10-09 Thread jagadish
SAMZA-1783: Add Log4j2 functionality in Samza vjagadish1989 Kindly review. Author: Pawas Chhokra Author: Pawas Chhokra Author: Pawas Chhokra Reviewers: Jagadish Closes #578 from PawasChhokra/Log4j2 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip

[1/2] samza git commit: SAMZA-1783: Add Log4j2 functionality in Samza

2018-10-09 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 07199cb07 -> 1e880ea63 http://git-wip-us.apache.org/repos/asf/samza/blob/1e880ea6/samza-log4j2/src/test/java/org/apache/samza/logging/log4j2/TestStreamAppender.java -- diff

samza git commit: Fix image layout on the Samza homepage. Adjust a few pixels

2018-10-08 Thread jagadish
Repository: samza Updated Branches: refs/heads/master aac736060 -> ff3717ddc Fix image layout on the Samza homepage. Adjust a few pixels Author: Jagadish Reviewers: Jagadish Closes #698 from vjagadish1989/website-reorg6 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Com

samza git commit: Update doc side menu JS to allow for external links

2018-10-01 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 5e4ba7de1 -> 334d24e68 Update doc side menu JS to allow for external links Author: Angela Murrell Reviewers: Jagadish Closes #679 from amurrell/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

[1/2] samza git commit: Update site with feedback requests

2018-10-01 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 6c9715fbc -> 5e4ba7de1 http://git-wip-us.apache.org/repos/asf/samza/blob/5e4ba7de/docs/css/main.new.css -- diff --git a/docs/css/main.new.css b/docs/css/main.new.css index

[2/2] samza git commit: Update site with feedback requests

2018-10-01 Thread jagadish
Update site with feedback requests Author: Angela Murrell Reviewers: Jagadish Closes #677 from amurrell/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/5e4ba7de Tree: http://git-wip-us.apache.org/repos/asf/samza

[05/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/css/main.new.css -- diff --git a/docs/css/main.new.css b/docs/css/main.new.css new file mode 100644 index 000..7b35809 --- /dev/null +++ b/docs/css/main.new.css

[03/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/fonts/ionicons.ttf -- diff --git a/docs/fonts/ionicons.ttf b/docs/fonts/ionicons.ttf new file mode 100644 index 000..67bd842 Binary files /dev/null and

[07/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/css/bootstrap.min.css -- diff --git a/docs/css/bootstrap.min.css b/docs/css/bootstrap.min.css deleted file mode 100644 index 679272d..000 ---

[04/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/fonts/ionicons.svg -- diff --git a/docs/fonts/ionicons.svg b/docs/fonts/ionicons.svg new file mode 100644 index 000..3d1e759 --- /dev/null +++

[06/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/css/font-awesome.min.css -- diff --git a/docs/css/font-awesome.min.css b/docs/css/font-awesome.min.css deleted file mode 100644 index 3d920fc..000 ---

[01/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
Repository: samza Updated Branches: refs/heads/master dec16392d -> b8058af0a http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/js/jquery.tablesorter.min.js -- diff --git a/docs/js/jquery.tablesorter.min.js

[10/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
SAMZA-1898: New UI layout for the Samza website - This is still a work in progress! Author: Angela Murrell Reviewers: Jagadish Closes #635 from amurrell/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/b8058af0

[02/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/js/jquery-1.11.1.min.js -- diff --git a/docs/js/jquery-1.11.1.min.js b/docs/js/jquery-1.11.1.min.js deleted file mode 100644 index ab28a24..000 ---

[09/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
old.md @@ -0,0 +1,103 @@ +--- +layout: page +title: Committers +--- + + +**Yi Pan** +Committer, PMC member and VP of Apache Samza +https://www.linkedin.com/pub/yi-pan/9/85a/238; target="_blank"> +https://twitter.com/nickpan47; target="_blank"> + +**Navina Ramesh** +Committer

[08/10] samza git commit: SAMZA-1898: New UI layout for the Samza website

2018-09-21 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/b8058af0/docs/css/bootstrap.css.map -- diff --git a/docs/css/bootstrap.css.map b/docs/css/bootstrap.css.map deleted file mode 100644 index 6bc5a2d..000 ---

samza git commit: SAMZA-1910: Update front-page content and introduce navigation template

2018-09-25 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 32bd390fb -> 078afb57f SAMZA-1910: Update front-page content and introduce navigation template - Add consistent content for the front-page - Introduce navigation for the overall website - Links not updated yet Author: Jagadish Review

samza git commit: SAMZA-1913: Documentation for deployment models

2018-09-25 Thread jagadish
Repository: samza Updated Branches: refs/heads/master e904e70cb -> b842626fd SAMZA-1913: Documentation for deployment models https://user-images.githubusercontent.com/37879374/46053365-59274100-c0f7-11e8-9e43-a1d7612b9330.png;> Author: Cameron Lee Reviewers: Jagadish Closes #66

samza git commit: SAMZA-1860: Modularize Join input validation in ExecutionPlanner

2018-09-25 Thread jagadish
hor: Ahmed Abdul Hamid Author: Ahmed Abdul Hamid Reviewers: Jagadish, Bharath Closes #637 from ahmedahamid/dev/ahabdulh/modularize-exec-planner Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/e904e70c Tree: http://git-

samza git commit: SAMZA-1918: Convert Kafka connector doc to `.md`

2018-09-28 Thread jagadish
c77.png) Author: Daniel Nishimura Reviewers: Jagadish Closes #669 from dnishimura/samza-1918-kafka-connector-doc Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/7eac1b98 Tree: http://git-wip-us.apache.org/repos/asf/samza/t

svn commit: r1850451 [1/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Author: jagadish Date: Sat Jan 5 01:26:00 2019 New Revision: 1850451 URL: http://svn.apache.org/viewvc?rev=1850451=rev Log: publishing website for 1.0.0 Modified: samza/site/blog/TEMPLATE.html samza/site/learn/documentation/1.0.0/api/javadocs/allclasses-frame.html samza/site/learn

svn commit: r1850451 [5/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/table/ReadableTable.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/table/ReadableTable.html?rev=1850451=1850450=1850451=diff

svn commit: r1850451 [7/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Modified: samza/site/sitemap.xml URL: http://svn.apache.org/viewvc/samza/site/sitemap.xml?rev=1850451=1850450=1850451=diff == --- samza/site/sitemap.xml (original) +++ samza/site/sitemap.xml Sat Jan 5 01:26:00 2019 @@

svn commit: r1850451 [4/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/serializers/StringSerdeFactory.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/serializers/StringSerdeFactory.html?rev=1850451=1850450=1850451=diff

svn commit: r1850451 [2/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/config/MapConfig.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/config/MapConfig.html?rev=1850451=1850450=1850451=diff

svn commit: r1850451 [6/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html?rev=1850451=1850450=1850451=diff

svn commit: r1850451 [3/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-04 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html?rev=1850451=1850450=1850451=diff

[1/2] samza git commit: Documentation fixes for Samza SQL

2019-01-17 Thread jagadish
uis Authored: Wed Jan 2 13:33:24 2019 -0800 Committer: Jagadish Committed: Thu Jan 17 09:25:01 2019 -0800 -- .../documentation/versioned/api/samza-sql.md| 121 + docs/startup/code-examples/versioned/index.md | 12 +- d

[2/2] samza git commit: SamzaSQL: Documentation Enhancement (fix broken same-page links)

2019-01-17 Thread jagadish
://git-wip-us.apache.org/repos/asf/samza/tree/20b30e2b Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/20b30e2b Branch: refs/heads/1.0.0 Commit: 20b30e2beec4620dc62fb2e21ebba9804181fe42 Parents: 6d4efd3 Author: Shenoda Guirguis Authored: Fri Jan 4 15:44:19 2019 -0800 Committer: Jagadish

svn commit: r1851553 [2/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/config/MapConfig.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/config/MapConfig.html?rev=1851553=1851552=1851553=diff

svn commit: r1851553 [3/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/operators/functions/SinkFunction.html?rev=1851553=1851552=1851553=diff

svn commit: r1851553 [7/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Modified: samza/site/sitemap.xml URL: http://svn.apache.org/viewvc/samza/site/sitemap.xml?rev=1851553=1851552=1851553=diff == --- samza/site/sitemap.xml (original) +++ samza/site/sitemap.xml Thu Jan 17 17:28:26 2019 @@

svn commit: r1851553 [6/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/rest/javadocs/org/apache/samza/monitor/LocalStoreMonitorMetrics.html?rev=1851553=1851552=1851553=diff

svn commit: r1851553 [4/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/serializers/StringSerdeFactory.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/serializers/StringSerdeFactory.html?rev=1851553=1851552=1851553=diff

svn commit: r1851553 [5/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Modified: samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/table/ReadableTable.html URL: http://svn.apache.org/viewvc/samza/site/learn/documentation/1.0.0/api/javadocs/org/apache/samza/table/ReadableTable.html?rev=1851553=1851552=1851553=diff

svn commit: r1851553 [1/7] - in /samza/site: ./ blog/ learn/documentation/1.0.0/api/javadocs/ learn/documentation/1.0.0/api/javadocs/org/apache/samza/ learn/documentation/1.0.0/api/javadocs/org/apache

2019-01-17 Thread jagadish
Author: jagadish Date: Thu Jan 17 17:28:26 2019 New Revision: 1851553 URL: http://svn.apache.org/viewvc?rev=1851553=rev Log: publishing website for 1.0.0 Modified: samza/site/blog/TEMPLATE.html samza/site/learn/documentation/1.0.0/api/javadocs/allclasses-frame.html samza/site/learn

samza git commit: SAMZA-1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framework

2019-01-17 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 0cb8cdbf0 -> 94ccc3229 SAMZA-1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framework Author: Sanil15 Reviewers: Jagadish Closes #751 from Sanil15/SAMZA-1965 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: SAMZA-1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framework

2019-01-17 Thread jagadish
Repository: samza Updated Branches: refs/heads/1.0.0 20b30e2be -> 89fe8cd43 SAMZA-1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framework Author: Sanil15 Reviewers: Jagadish Closes #751 from Sanil15/SAMZA-1965 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: DiagnosticsAppender for log4j2

2019-01-17 Thread jagadish
iff: http://git-wip-us.apache.org/repos/asf/samza/diff/cfedd597 Branch: refs/heads/master Commit: cfedd59715260d8f2d2259ddad2ee1e1f7f28944 Parents: 193fd27 Author: Ray Matharu Authored: Thu Jan 17 14:06:00 2019 -0800 Committer: Jagadish Committed: Thu Jan 17 14:06:00 2019 -0

samza-hello-samza git commit: Cleanup duplicate text in README.md

2018-12-17 Thread jagadish
ttp://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/faf025ca Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/faf025ca Branch: refs/heads/master Commit: faf025ca77370e3f50c3237c5ad720979e20a070 Parents: c838b97 Author: Jagadish Authored: Mon Dec 17 21:49:36 2018 -0800 Commit

samza-hello-samza git commit: Cleanup duplicate text in README.md

2018-12-17 Thread jagadish
ttp://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/a3ddf4f9 Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/a3ddf4f9 Branch: refs/heads/latest Commit: a3ddf4f9876fa124899bd39d7f13d463e80ab1f2 Parents: e971e93 Author: Jagadish Authored: Mon Dec 17 21:49:36 2018 -0800 Commit

samza-hello-samza git commit: Cleanup duplicate text in README.md

2018-12-17 Thread jagadish
ttp://git-wip-us.apache.org/repos/asf/samza-hello-samza/tree/0e146873 Diff: http://git-wip-us.apache.org/repos/asf/samza-hello-samza/diff/0e146873 Branch: refs/heads/master Commit: 0e146873d080023cfa805ead1b4fc86f5626fa6f Parents: faf025c Author: Jagadish Authored: Mon Dec 17 21:52:55 2018 -0800 Commit

<    1   2   3   4   5   6   7   8   9   10   >