samza git commit: SAMZA-1733: Adding filter mechanism to MetricsSnapshotReporter

2018-08-01 Thread jagadish
atched against the regex only once. Author: rmath...@linkedin.com Reviewers: Jagadish Closes #591 from rmatharu/filter Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/0c488bbb Tree: http://git-wip-us.apache.org/repos/asf/samz

samza git commit: SAMZA-1806: Allow `task.broadcast.inputs` to be set to empty string

2018-08-10 Thread jagadish
org/repos/asf/samza/tree/b706eceb Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/b706eceb Branch: refs/heads/master Commit: b706ecebe6dba21fee6b446abfb7cd002bde17bc Parents: 7bb2061 Author: Abhishek Shivanna Authored: Fri Aug 10 15:55:36 2018 -0700 Committer: Jagadish Committed: Fri Aug 10

samza git commit: SAMZA-1788: Add LocationIdProvider abstraction.

2018-08-10 Thread jagadish
hor: Shanthoosh Venkataraman Reviewers: Jagadish Closes #585 from shanthoosh/add_location_id_interface Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/7bb20615 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/7bb20615 D

[2/2] samza git commit: SAMZA-1763: Add async methods to Table API

2018-08-10 Thread jagadish
entries for remote table in TestTableDescriptorsProvider since there is already a test case on RemoteTableDescriptor. Author: Peng Du Reviewers: Jagadish, Wei Closes #593 from pdu-mn1/async-table-api-futures Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip

[1/2] samza git commit: SAMZA-1763: Add async methods to Table API

2018-08-10 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 8aa879aa6 -> a08040dcb http://git-wip-us.apache.org/repos/asf/samza/blob/a08040dc/samza-core/src/test/java/org/apache/samza/table/caching/TestCachingTable.java -- diff

samza git commit: Fix for transient error failure -- concurrent evictions causing incorrectness

2018-08-07 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 94951bc81 -> e2335bd56 Fix for transient error failure -- concurrent evictions causing incorrectness Author: rmath...@linkedin.com Reviewers: Jagadish Closes #599 from rmatharu/bugfix Project: http://git-wip-us.apache.org/repos/

samza git commit: SAMZA-1733: Defaulting to non-null serde, in case none is specified

2018-08-07 Thread jagadish
ing a ByteArraySerializer (what it defaults to). This change ensures that in this case the MetricsSnapshotReporter defaults to a valid constructor. Author: rmath...@linkedin.com Reviewers: Jagadish Closes #596 from rmatharu/defaultserde Project: http://git-wip-us.apache.org/repos/asf/samza/r

samza git commit: SAMZA-1733: Bugfix: Moving to use string for type info, to avoid ClassNotFound on deserial

2018-08-15 Thread jagadish
ibs, the ExceptionEvent fails to be serialized. Author: rmath...@linkedin.com Reviewers: Jagadish Closes #609 from rmatharu/stringclasstype Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/13a38f28 Tree: http://git-

samza-hello-samza git commit: SAMZA-1810: Added sample for remote table

2018-08-16 Thread jagadish
Repository: samza-hello-samza Updated Branches: refs/heads/latest cffd9fef6 -> a5e5e56ba SAMZA-1810: Added sample for remote table Added a sample that demonstrates the usage of remote table backed by RESTful service. Author: Wei Song Reviewers: Jagadish Closes #34 from weisong44/lat

samza git commit: SAMZA-1733: Adding comments, adding emptyness check to MetricsSnapshotReporter message

2018-08-17 Thread jagadish
org/repos/asf/samza/diff/06488bf7 Branch: refs/heads/master Commit: 06488bf7a7dfdfa6d26ed91f79b6c316460960b1 Parents: 13a38f2 Author: rmath...@linkedin.com Authored: Fri Aug 17 18:41:09 2018 -0700 Committer: Jagadish Committed: Fri Aug 17 18:41:09 2018 -0

samza git commit: SAMZA-1775: add some delay before renew under transient EH exception

2018-07-19 Thread jagadish
ent exception from EH client. Renew partition receiver for ssp ... Author: Hai Lu Reviewers: Jagadish Closes #571 from lhaiesp/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/d131d4c5 Tree: http://git-wip-us.apache.

samza git commit: SAMZA-1774: Support table API in low level

2018-07-19 Thread jagadish
nts: 7055ce6 Author: Aditya Toomula Authored: Thu Jul 19 15:06:27 2018 -0700 Committer: Jagadish Committed: Thu Jul 19 15:06:27 2018 -0700 -- .../samza/table/TableDescriptorsProvider.java | 100 +++ .../org/apache/sa

samza git commit: SAMZA-1781: Minor: Disable flaky samza-yarn test. Fix tracked in

2018-07-23 Thread jagadish
Repository: samza Updated Branches: refs/heads/master d131d4c55 -> 9f8d593c4 SAMZA-1781: Minor: Disable flaky samza-yarn test. Fix tracked in Author: Jagadish Reviewers: Jagadish Closes #576 from vjagadish1989/flakytest-1 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Com

samza git commit: SAMZA-1824: Handle errors from the async-NMClient when launching containers

2018-09-10 Thread jagadish
. Add an unit test Author: Jagadish Reviewers: Jake Maes Closes #615 from vjagadish1989/container-launch-error Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/66683518 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/

samza git commit: SAMZA-1761: Reduce runTime of TestZkUtils test from 40s to 800ms.

2018-07-09 Thread jagadish
e85 Author: Shanthoosh Venkataraman Authored: Mon Jul 9 12:29:14 2018 -0700 Committer: Jagadish Committed: Mon Jul 9 12:29:14 2018 -0700 -- samza-core/src/main/java/org/apache/samza/zk/ZkUtils.java| 2 +- .../src/test/java/

samza git commit: SAMZA-1730: Adding state valiations in StreamProcessor before any lifecycle operation and group coordination.

2018-07-10 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 08cfad990 -> 93b397e84 SAMZA-1730: Adding state valiations in StreamProcessor before any lifecycle operation and group coordination. Author: Shanthoosh Venkataraman Reviewers: Jagadish Closes #535 from shanthoosh/abced Project: h

samza git commit: SAMZA-1755: Fix JsonRelConverter to recursively convert relRecords.

2018-07-13 Thread jagadish
tya Toomula Authored: Fri Jul 13 15:26:34 2018 -0700 Committer: Jagadish Committed: Fri Jul 13 15:26:34 2018 -0700 -- .../samza/tools/json/JsonRelConverterFactory.java | 14 +++--- 1 file changed, 11 insertions(+)

samza git commit: SAMZA-1561: Fix inconsistency problem in JobModel publish.

2018-01-22 Thread jagadish
Repository: samza Updated Branches: refs/heads/master e075e956f -> 24d22bb80 SAMZA-1561: Fix inconsistency problem in JobModel publish. Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Jagadish V<jagad...@apache.org>, Xinyu Liu<xi...@apache.org&

samza git commit: upTime should be field not method

2018-01-22 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 24d22bb80 -> d6686b0f0 upTime should be field not method Author: zhangyijun <joa.zh...@gmail.com> Reviewers: Jagadish <jagad...@apache.org> Closes #9 from zhangyijun/patch-1 Project: http://git-wip-us.apache.org/repos

samza git commit: Typo fix in web-ui-rest-api.md

2018-01-22 Thread jagadish
42f27e5 Parents: 2bd7f69 Author: David Dumenil <david.dume...@moneysupermarket.com> Authored: Mon Jan 22 14:08:29 2018 -0800 Committer: Jagadish <jvenkatra...@linkedin.com> Committed: Mon Jan 22 14:08:29 2018 -0800 -

samza git commit: fix the bug containsValue method

2018-01-22 Thread jagadish
Repository: samza Updated Branches: refs/heads/master d6686b0f0 -> 1756b0597 fix the bug containsValue method containsValue method should invoke map.containsValue not map.containsKey Author: michaelwong <michaelwon...@users.noreply.github.com> Reviewers: Jagadish <jagad..

samza git commit: SAMZA-1597: Expose an interface for throttling

2018-02-27 Thread jagadish
pos/asf/samza/tree/963bd308 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/963bd308 Branch: refs/heads/master Commit: 963bd3085e0284b40917c3ddfd02e70f882d1a19 Parents: 6af104e Author: Wei Song <ws...@linkedin.com> Authored: Tue Feb 27 11:47:51 2018 -0800 Committer: Jagadish &

[1/2] samza git commit: SAMZA-1610: Implementation of remote table provider

2018-03-09 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 1971d596c -> 2be7061d4 http://git-wip-us.apache.org/repos/asf/samza/blob/2be7061d/samza-core/src/test/java/org/apache/samza/util/TestEmbeddedTaggedRateLimiter.java -- diff

[2/2] samza git commit: SAMZA-1610: Implementation of remote table provider

2018-03-09 Thread jagadish
SAMZA-1610: Implementation of remote table provider Please see commit messages for detailed descriptions. Author: Peng Du <p...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org>, Wei Song <ws...@linkedin.com> Closes #432 from pdu-mn1/remote-table-0222 Proje

samza git commit: SAMZA-1589: Reduce failure retry duration in KafkaCheckpointManager.writeCheckpoint

2018-03-08 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 89dc18e96 -> 6492826e1 SAMZA-1589: Reduce failure retry duration in KafkaCheckpointManager.writeCheckpoint Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org> C

samza git commit: SAMZA-1611: BootstrappingChooser should use systemAdmin offsetComparator API to compare the offsets

2018-03-13 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 49e5073c3 -> 3f9b96704 SAMZA-1611: BootstrappingChooser should use systemAdmin offsetComparator API to compare the offsets Author: Aditya Toomula <atoom...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org> C

samza git commit: minor fix on eventhubs size limit for event body and partition key

2018-04-12 Thread jagadish
Repository: samza Updated Branches: refs/heads/master bbcf14eba -> 3895a9070 minor fix on eventhubs size limit for event body and partition key Author: Hai Lu <h...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org>, Srinivasulu Punuru<spun...@linkedin.com> Clo

samza git commit: SAMZA-1650: Fix for firing trigger at the end of trigger interval for tumbling window

2018-04-12 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 76de840c7 -> 96c333469 SAMZA-1650: Fix for firing trigger at the end of trigger interval for tumbling window Author: Aditya Toomula <atoom...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org> Closes #472 from

samza git commit: SAMZA-1649: Improve host-aware allocation to account for strict locality

2018-04-12 Thread jagadish
ion to the above change, this PR also modifies the allocator algorithm to fallback to "ANY_HOST" requests so that we make progress when the node is unavailable. Author: Jagadish <jvenkatra...@linkedin.com> Reviewers: Prateek Maheshwari <pmahe...@linkedin.com> Closes #471 from vja

samza git commit: SAMZA-1643: StreamPartitionCountMonitor should only restart/shut down the job if partition count increases

2018-04-13 Thread jagadish
nce that's what its name indicates. Author: Prateek Maheshwari <pmahe...@linkedin.com> Reviewers: Jagadish V <jagad...@apache.org> Closes #468 from prateekm/partition-monitor-fixes Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/a

[2/2] samza git commit: SAMZA-1671: sql: initial insert support for table destination

2018-04-20 Thread jagadish
is to insert into a database. The current code only supports inserting into a stream. This change adds the initial support for table insert operation. Author: Peng Du <p...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org>, Srini P<spun...@linkedin.com> Closes #465 from pdu-mn

[1/2] samza git commit: SAMZA-1671: sql: initial insert support for table destination

2018-04-20 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 3cc2a05f7 -> 2f4d0b953 http://git-wip-us.apache.org/repos/asf/samza/blob/2f4d0b95/samza-sql/src/test/java/org/apache/samza/sql/testutil/TestSourceResolverFactory.java --

samza git commit: Update PMC membership on the Samza web-page

2018-04-20 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 2f4d0b953 -> 8b7417bca Update PMC membership on the Samza web-page Author: Jagadish <jvenkatra...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org> Closes #480 from vjagadish/pmc Project: http://git-wip-us.apach

[1/2] samza git commit: SAMZA-1619: Samza-sql: Support serialization of nested samza sql relational message

2018-04-16 Thread jagadish
Repository: samza Updated Branches: refs/heads/master bf2a2f76d -> 58c39e371 http://git-wip-us.apache.org/repos/asf/samza/blob/58c39e37/samza-sql/src/test/java/org/apache/samza/sql/system/TestAvroSystemFactory.java -- diff

[2/2] samza git commit: SAMZA-1619: Samza-sql: Support serialization of nested samza sql relational message

2018-04-16 Thread jagadish
f6560ac6c9 Parents: bf2a2f7 Author: Aditya Toomula <atoom...@linkedin.com> Authored: Mon Apr 16 10:26:51 2018 -0700 Committer: Jagadish <jvenkatra...@linkedin.com> Committed: Mon Apr 16 10:26:51 2018 -0700 ---

samza-hello-samza git commit: SAMZA-1592: Fix Hello-Samza latest after Kafka 0.11 upgrade in Samza

2018-04-16 Thread jagadish
ken. Users who follow the tutorial will see a `NoSuchMethodError` when starting their job due to a mismatch of Kafka versions. This PR makes both Kafka versions consistent by updating the hello-samza tutorial to use Kafka-0.11 Author: Jagadish <jvenkatra...@linkedin.com> Reviewers: Pratee

samza git commit: SAMZA-1676: miscellaneous fix and improvement for eventhubs system

2018-04-24 Thread jagadish
sue that readLatency metric returns negative value Author: Hai Lu <h...@linkedin.com> Reviewers: Srini P<spun...@linkedin.com>, Jagadish <jagad...@apache.org> Closes #484 from lhaiesp/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apach

samza git commit: SAMZA-1667: Skip storing configuration as a part of JobModel in zookeeper data nodes.

2018-04-23 Thread jagadish
non-ACL environment. Hence for security purposes, it's essential not to store configuration as a part of JobModel in zookeeper. Author: Shanthoosh Venkataraman <svenkatara...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org> Closes #479 from shanthoosh/nuke_configuration_sto

samza git commit: SAMZA-1656: EventHubSystemAdmin does not fetch metadata for valid streams.

2018-04-23 Thread jagadish
katara...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org>, Srini P<spun...@linkedin.com> Closes #474 from shanthoosh/EventHubSystemAdminBug Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/71dba52a

samza git commit: SAMZA-1651: Samza-sql - Implement GROUP BY SQL operator

2018-04-17 Thread jagadish
47a5af62860ff0f Parents: d7a071b Author: Aditya Toomula <atoom...@linkedin.com> Authored: Tue Apr 17 16:02:49 2018 -0700 Committer: Jagadish <jvenkatra...@linkedin.com> Committed: Tue Apr 17 16:02:49 2018 -0700 ---

samza git commit: SAMZA-1666: Benchmark SystemProducer and SystemConsumer

2018-04-17 Thread jagadish
sts are being run. Author: Srinivasulu Punuru <spun...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org>, Wei Song<ws...@linkedin.com> Closes #473 from srinipunuru/benchmark.1 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apach

samza git commit: SAMZA-1681: Samza-sql - Add support for handling older record schema versions in AvroRelConverter

2018-04-25 Thread jagadish
Toomula <atoom...@linkedin.com> Authored: Wed Apr 25 09:48:11 2018 -0700 Committer: Jagadish <jvenkatra...@linkedin.com> Committed: Wed Apr 25 09:48:11 2018 -0700 -- .../apache/samza/sql/avro/AvroRelConverter.java | 49

samza git commit: SAMZA-1632: KinesisConfig: Making getProxyHost and getProxyPort APIs protected

2018-03-29 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 57fea260a -> e58e3cadc SAMZA-1632: KinesisConfig: Making getProxyHost and getProxyPort APIs protected Author: Aditya Toomula <atoom...@linkedin.com> Reviewers: Jagadish<jagad...@apache.org> Closes #457 from atoomula/kc

samza git commit: SAMZA-1598: Cleanup README.md file

2018-03-03 Thread jagadish
c0a47b7 Branch: refs/heads/master Commit: bc0a47b7ca0f3f2ff506673224ec7da4880429fd Parents: ed7e4af Author: Daniel Nishimura <dnishim...@gmail.com> Authored: Sat Mar 3 16:29:44 2018 -0800 Committer: Jagadish <jvenkatra...@linkedin.com> Committed: Sa

samza git commit: Misc. minor cleanup.

2018-03-03 Thread jagadish
few checkstyle warning about missing param/throws documentation. Author: Prateek Maheshwari <pmahe...@linkedin.com> Reviewers: Jagadish <jagad...@apache.org>, Jacob M <jma...@apache.org> Closes #433 from prateekm/container-thread-pool-name Project: http://git-wip-us.apache.org

samza git commit: SAMZA-1596: Staging directory name has to be formatted in config

2018-03-01 Thread jagadish
oes not parse from config, but only systems.%s.stagingDirectory only parses instead. Solution is to add formatter to getStagingDirectory method. Author: Akim Akimov <zed...@gmail.com> Reviewers: Jagadish <jagad...@apache.org>, Hai L<h...@linkedin.com> Closes #431 from Zed

samza git commit: SAMZA-1600: remove the combination of cleanup policy "compact,delete"…

2018-03-05 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 810d8bd80 -> 78ee98261 SAMZA-1600: remove the combination of cleanup policy "compact,delete"… … in changelog topic properties Author: Yi Pan (Data Infrastructure) <nickpa...@gmail.com> Reviewers: Jagadish &

samza git commit: SAMZA-1460: StreamAppender does not explicitly create logging topic

2018-03-05 Thread jagadish
/asf/samza/tree/810d8bd8 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/810d8bd8 Branch: refs/heads/master Commit: 810d8bd805f386f79ce73efdee0d2ef341a65e83 Parents: 1dfc5ce Author: Daniel Nishimura <dnishim...@gmail.com> Authored: Mon Mar 5 16:02:49 2018 -0800 Committer: Jagadish <j

samza git commit: Minor-fix: Fix a white-space in ResourceRequestState

2018-04-25 Thread jagadish
org/repos/asf/samza/tree/af06c8d0 Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/af06c8d0 Branch: refs/heads/master Commit: af06c8d0c77acf833af1d1ac538763c411b107ef Parents: 48b17be Author: Jagadish <jvenkatra...@linkedin.com> Authored: Wed Apr 25 17:20:01 2018 -0700 Committer:

samza git commit: SAMZA-1687: Prioritize preferred host requests over ANY-HOST requests

2018-04-25 Thread jagadish
ity = false, it follows that ANY_HOST requests should specify a different priority-level. We can safely set priority of preferred-host requests to be higher than any-host requests since data-locality is critical. Author: Jagadish <jvenkatra...@linkedin.com> Closes #488 from vjagadish/prio

samza git commit: SAMZA-1917: Add a monitoring section to the website

2018-09-27 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 10607f0a6 -> 55989bfc5 SAMZA-1917: Add a monitoring section to the website Author: rmath...@linkedin.com Author: rmatharu <40646191+rmath...@users.noreply.github.com> Reviewers: Jagadish Closes #659 from rmatharu/monitoringdoc

[2/3] samza git commit: SAMZA-1905: Added case study for eBay, Optimizely, Redfin and TripAdvisor

2018-09-27 Thread jagadish
http://git-wip-us.apache.org/repos/asf/samza/blob/66d6c5d0/docs/img/case-studies/redfin.svg -- diff --git a/docs/img/case-studies/redfin.svg b/docs/img/case-studies/redfin.svg new file mode 100644 index 000..7c0b80a ---

[3/3] samza git commit: SAMZA-1905: Added case study for eBay, Optimizely, Redfin and TripAdvisor

2018-09-27 Thread jagadish
SAMZA-1905: Added case study for eBay, Optimizely, Redfin and TripAdvisor As per subject Author: Wei Song Reviewers: Jagadish Closes #657 from weisong44/SAMZA-1905 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit

[1/3] samza git commit: SAMZA-1905: Added case study for eBay, Optimizely, Redfin and TripAdvisor

2018-09-27 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 55989bfc5 -> 66d6c5d09 http://git-wip-us.apache.org/repos/asf/samza/blob/66d6c5d0/docs/img/case-studies/trip-advisor.svg -- diff --git

[2/2] samza git commit: Samza config reference

2018-10-05 Thread jagadish
-e5082100-c726-11e8-84cc-693d5e31f631.png) Author: Daniel Chen Reviewers: Jagadish, Prateek M Closes #690 from dxichen/samza-config-reference Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/6b318943 Tree: http://git-wip

[1/2] samza git commit: Samza config reference

2018-10-05 Thread jagadish
Repository: samza Updated Branches: refs/heads/master b101ff91a -> 6b3189436 http://git-wip-us.apache.org/repos/asf/samza/blob/6b318943/docs/learn/documentation/versioned/jobs/samza-configurations.md -- diff --git

samza git commit: Adding connectors overview doc

2018-10-05 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 6b3189436 -> 4baaddbbb Adding connectors overview doc Author: Aditya Toomula Reviewers: Jagadish Closes #689 from atoomula/connector Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/re

samza git commit: SAMZA-1926: Fix standalone configurations in configuration table.

2018-10-05 Thread jagadish
man Reviewers: Jagadish, Prateek M Closes #675 from shanthoosh/master Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/531b35e9 Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/531b35e9 Diff: http://git-wip-us.apache.org/re

samza git commit: Add images for Samza's core concepts

2018-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 992b217d2 -> efb2180cf Add images for Samza's core concepts Author: Jagadish Reviewers: Jagadish Closes #711 from vjagadish1989/website-reorg8 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

[26/32] samza git commit: Add Powered By pages for Samza users in the community

2018-10-11 Thread jagadish
/samza/diff/c35e6c7c Branch: refs/heads/master Commit: c35e6c7c9a625a1974e862aa36b3de32f0f0d6e4 Parents: 2110c5f Author: Jagadish Authored: Thu Oct 11 19:10:03 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:10:03 2018 -0700

[04/32] samza git commit: Fix navigation layout on home-page. Add overall Samza architecture diagrams

2018-10-11 Thread jagadish
-us.apache.org/repos/asf/samza/diff/115041ac Branch: refs/heads/master Commit: 115041ac48bafff343358a6cedc540a50df67d14 Parents: c480b7e Author: Jagadish Authored: Tue Oct 2 22:04:55 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:05:16 2018 -0700

[23/32] samza git commit: Add images for Samza's core concepts

2018-10-11 Thread jagadish
Branch: refs/heads/master Commit: 341c06b47bc4333817d5e53214f8731aeb7e8004 Parents: 8505064 Author: Jagadish Authored: Thu Oct 11 16:21:24 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 16:21:24 2018 -0700 -- .../core

[10/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/3b7ff0dd Branch: refs/heads/master Commit: 3b7ff0dd7953bc98b17b6a559db2dda267e62f54 Parents: 76e4a1c 7beb09e Author: Jagadish Authored: Tue Oct 2 22:54:50 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:54:50 2018 -0700 -- --

[22/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/85050645 Branch: refs/heads/master Commit: 85050645cf0673d3f4e89a5461b1f565d2ccf846 Parents: cad265f 992b217 Author: Jagadish Authored: Thu Oct 11 16:20:21 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 16:20:21 2018 -0700

[14/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/e384e5ce Branch: refs/heads/master Commit: e384e5ce0eb347c8cc29101cf5c592e63f44ff4f Parents: 2e7a6cd 4baaddb Author: Jagadish Authored: Fri Oct 5 11:05:37 2018 -0700 Committer: Jagadish Committed: Fri Oct 5 11:05:37 2018 -0700

[18/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/44329cf4 Branch: refs/heads/master Commit: 44329cf4842252edf0f0a9c4c2e57f6a61696f7b Parents: d9431b7 623661e Author: Jagadish Authored: Wed Oct 10 18:42:16 2018 -0700 Committer: Jagadish Committed: Wed Oct 10 18:42:16 2018 -0700

[28/32] samza git commit: Add Powered By pages for Samza users in the community

2018-10-11 Thread jagadish
/samza/diff/a8d06cc4 Branch: refs/heads/master Commit: a8d06cc4cc988b9160a9a5d2c2afa52f2145770b Parents: c4cbebe Author: Jagadish Authored: Thu Oct 11 19:16:18 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:16:18 2018 -0700

[29/32] samza git commit: Add Powered By pages for Samza users in the community

2018-10-11 Thread jagadish
/samza/diff/9cd7cdda Branch: refs/heads/master Commit: 9cd7cdda97b6b5e75998cab77e93d05ca04770df Parents: a8d06cc Author: Jagadish Authored: Thu Oct 11 19:18:57 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:18:57 2018 -0700

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

2018-10-11 Thread jagadish
-us.apache.org/repos/asf/samza/diff/1bf8bf5a Branch: refs/heads/master Commit: 1bf8bf5a632cac7548223ab9d990ce6e70c1c2f0 Parents: 334d24e Author: Jagadish Authored: Mon Oct 1 15:44:22 2018 -0700 Committer: Jagadish Committed: Mon Oct 1 15:45:42 2018 -0700

[32/32] samza git commit: Minor: Fix typo in Core Concepts section

2018-10-11 Thread jagadish
/f7ebe591 Branch: refs/heads/master Commit: f7ebe5918cb8a040a6b22007ebb1310c72694e89 Parents: da808fc Author: Jagadish Authored: Thu Oct 11 19:47:22 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:47:22 2018 -0700 -- docs

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

2018-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 6dd012217 -> f7ebe5918 http://git-wip-us.apache.org/repos/asf/samza/blob/1bf8bf5a/docs/learn/documentation/versioned/operations/monitoring.md -- diff --git

[15/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/652260a4 Branch: refs/heads/master Commit: 652260a4cdc5bfb3b89f35807210835d7d5de2f5 Parents: e384e5c 531b35e Author: Jagadish Authored: Fri Oct 5 14:33:03 2018 -0700 Committer: Jagadish Committed: Fri Oct 5 14:33:03 2018 -0700

[09/32] samza git commit: Fix images rendered in markdown

2018-10-11 Thread jagadish
Branch: refs/heads/master Commit: 76e4a1c633d6d3cf8a0a37d302971469cd9b3558 Parents: 8ce2a9e Author: Jagadish Authored: Tue Oct 2 22:52:56 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:52:56 2018 -0700 -- docs/learn

[13/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/2e7a6cdb Branch: refs/heads/master Commit: 2e7a6cdba16349e6bf8b3cdbe0f5128cd0463712 Parents: 07120f4 6b31894 Author: Jagadish Authored: Fri Oct 5 11:04:23 2018 -0700 Committer: Jagadish Committed: Fri Oct 5 11:04:23 2018 -0700

[12/32] samza git commit: Add new diagrams for the Samza homepage. Fix home-page rendering CSS

2018-10-11 Thread jagadish
/repos/asf/samza/diff/07120f40 Branch: refs/heads/master Commit: 07120f40e40fc3ae2039ab8525ba4df77e4c8401 Parents: 02fea74 Author: Jagadish Authored: Thu Oct 4 18:17:14 2018 -0700 Committer: Jagadish Committed: Thu Oct 4 18:17:14 2018 -0700

[25/32] samza git commit: Update PMCs and committers

2018-10-11 Thread jagadish
: refs/heads/master Commit: 2110c5f5d439fa1dc93131f2c0ec92f6a2eabea3 Parents: 3c88699 Author: Jagadish Authored: Thu Oct 11 16:49:40 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 16:49:40 2018 -0700 -- docs/_committers/angela

[07/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/8970dd28 Branch: refs/heads/master Commit: 8970dd2890073af40b4adad3ca6868dc40edf87d Parents: 73ec4e9 5545592 Author: Jagadish Authored: Tue Oct 2 22:39:50 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:39:50 2018 -0700

[08/32] samza git commit: Fix links corresponding to images in the YARN documentation page

2018-10-11 Thread jagadish
/repos/asf/samza/diff/8ce2a9eb Branch: refs/heads/master Commit: 8ce2a9ebe4b7f28ab8cb7a9e665909fdb1f92173 Parents: 8970dd2 Author: Jagadish Authored: Tue Oct 2 22:48:04 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:48:04 2018 -0700

[05/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza into HEAD

2018-10-11 Thread jagadish
/repos/asf/samza/diff/187ff892 Branch: refs/heads/master Commit: 187ff8929ca08e50df1b2d76c679a1726b9757bc Parents: 115041a 4ae30f1 Author: Jagadish Authored: Tue Oct 2 22:07:06 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:07:06 2018 -0700

[30/32] samza git commit: Add Powered By pages for Samza users in the community

2018-10-11 Thread jagadish
/samza/diff/a05fee91 Branch: refs/heads/master Commit: a05fee910e5878819852bd3f51129849caf87dd6 Parents: 9cd7cdd Author: Jagadish Authored: Thu Oct 11 19:20:16 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:20:16 2018 -0700

[16/32] samza git commit: Fix pixels for image layout on the home-page

2018-10-11 Thread jagadish
/15c6e87f Branch: refs/heads/master Commit: 15c6e87feecbc5bda4b123efead6f3386e44cc09 Parents: 652260a Author: Jagadish Authored: Mon Oct 8 11:57:04 2018 -0700 Committer: Jagadish Committed: Mon Oct 8 11:57:04 2018 -0700 -- docs

[11/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/02fea74b Branch: refs/heads/master Commit: 02fea74bc398fef2c00d166da2530e35dedd68ee Parents: 3b7ff0d 8e61a45 Author: Jagadish Authored: Tue Oct 2 22:56:28 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:56:28 2018 -0700 -- --

[20/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/ace5c653 Branch: refs/heads/master Commit: ace5c653ecd37d5cdd1c0206c21dd119cf733a19 Parents: 531b668 1eb4c26 Author: Jagadish Authored: Thu Oct 11 15:04:22 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 15:04:22 2018 -0700

[31/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/da808fc3 Branch: refs/heads/master Commit: da808fc3b55f7f7feb668e7550434ae66c8fb5d0 Parents: a05fee9 6dd0122 Author: Jagadish Authored: Thu Oct 11 19:22:30 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:22:30 2018 -0700 -- --

[24/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/3c886992 Branch: refs/heads/master Commit: 3c8869920be301dd8afeb2cfe287dc58c85a8a4d Parents: 341c06b 9903539 Author: Jagadish Authored: Thu Oct 11 16:33:44 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 16:33:44 2018 -0700

[21/32] samza git commit: Add an architecture page

2018-10-11 Thread jagadish
/heads/master Commit: cad265fa263e31c4d5f477d77084015268954b2f Parents: ace5c65 Author: Jagadish Authored: Thu Oct 11 16:18:52 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 16:18:52 2018 -0700 -- .../architecture

[27/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/c4cbebeb Branch: refs/heads/master Commit: c4cbebebc6f3952514eca48cf3fe29640ddba4cf Parents: c35e6c7 8926b3e Author: Jagadish Authored: Thu Oct 11 19:12:41 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 19:12:41 2018 -0700

[06/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/73ec4e91 Branch: refs/heads/master Commit: 73ec4e919e744678b30bf251bc4600386820bf96 Parents: 187ff89 ad578e2 Author: Jagadish Authored: Tue Oct 2 22:34:42 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 22:34:42 2018 -0700

[19/32] samza git commit: Merge branch 'master' of https://github.com/apache/samza

2018-10-11 Thread jagadish
/samza/diff/531b668e Branch: refs/heads/master Commit: 531b668ea52a701559dbc2b3515031d02cc22407 Parents: 44329cf 3c78e06 Author: Jagadish Authored: Thu Oct 11 12:32:27 2018 -0700 Committer: Jagadish Committed: Thu Oct 11 12:32:27 2018 -0700

[03/32] samza git commit: Change styling on home-page

2018-10-11 Thread jagadish
: refs/heads/master Commit: c480b7ed634f8218fd7b8099bb8d83a7b3489a1a Parents: 1bf8bf5 Author: Jagadish Authored: Tue Oct 2 15:54:19 2018 -0700 Committer: Jagadish Committed: Tue Oct 2 15:54:19 2018 -0700 -- docs/css/main.new.css

samza git commit: Samza SQL Documentation

2018-10-11 Thread jagadish
can i will try to add them before Samza 1.0. If not we can target that for the next release. ![snappy](https://user-images.githubusercontent.com/1783806/46564244-faae4f80-c8ba-11e8-8e1c-cc4d929d79f1.png) Author: Srinivasulu Punuru Reviewers: Jagadish Closes #695 from srinipunuru/samza-sql-doc

samza git commit: Update active PMC members and committers

2018-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 378fd8a76 -> 8926b3e73 Update active PMC members and committers Author: Jagadish Reviewers: Jagadish Closes #712 from vjagadish1989/website-reorg9 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: Add "Powered By" pages for companies which use Samza

2018-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 8926b3e73 -> 6dd012217 Add "Powered By" pages for companies which use Samza Author: Jagadish Reviewers: Jagadish Closes #713 from vjagadish1989/website-reorg11 Project: http://git-wip-us.apache.org/repos/asf/samza/repo

samza git commit: Add top-level page for Samza's architecture

2018-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 5c5afb82a -> 992b217d2 Add top-level page for Samza's architecture Author: Jagadish Reviewers: Jagadish Closes #710 from vjagadish1989/website-reorg7 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-

samza git commit: Clean-up the case-studies page for Ebay, add a diagram

2018-10-12 Thread jagadish
Repository: samza Updated Branches: refs/heads/master e5ea9bef1 -> 0b0a0cabf Clean-up the case-studies page for Ebay, add a diagram Author: Jagadish Reviewers: Jagadish Closes #724 from vjagadish1989/website-reorg17 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: h

samza git commit: Order companies in the 'Powered By' page by their significance -

2018-10-11 Thread jagadish
Repository: samza Updated Branches: refs/heads/master f7ebe5918 -> a4d74d424 Order companies in the 'Powered By' page by their significance - eg: Large-scale adopters of Samza in the beginning followed by smaller installations Author: Jagadish Reviewers: Jagadish Closes #715 f

samza git commit: Polish contents of the case-studies page

2018-10-12 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 074d70e2c -> 59cee32c7 Polish contents of the case-studies page - Only display case-studies that have high-impact - Also, fix titles Author: Jagadish Reviewers: Jagadish Closes #718 from vjagadish1989/website-reorg14 Project: h

samza git commit: Powered By page: Final pass for consistency in language, tone

2018-10-12 Thread jagadish
Repository: samza Updated Branches: refs/heads/master a4d74d424 -> 074d70e2c Powered By page: Final pass for consistency in language, tone Author: Jagadish Reviewers: Jagadish Closes #716 from vjagadish1989/website-reorg13 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Com

samza git commit: SAMZA-1930: Blog for SAMZA 1.0 (Release Notes/Meetup Summary)

2018-10-15 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 7d3eb08b3 -> 470a41561 SAMZA-1930: Blog for SAMZA 1.0 (Release Notes/Meetup Summary) Author: Sanil15 Reviewers: Jagadish Closes #714 from Sanil15/SAMZA-1930 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://

samza git commit: Fix case-studies for LinkedIn, Optimizely, Tripadvisor, Slack. Re-word some of them.

2018-10-15 Thread jagadish
Repository: samza Updated Branches: refs/heads/master 988260a20 -> 7d3eb08b3 Fix case-studies for LinkedIn, Optimizely, Tripadvisor, Slack. Re-word some of them. Author: Jagadish Reviewers: Jagadish Closes #729 from vjagadish1989/website-reorg18 Project: http://git-wip-us.apache.

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