GitHub user Sanil15 opened a pull request:
https://github.com/apache/samza/pull/775
Samza 1967: Testing Cherry Pick
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Sanil15/samza SAMZA-1967
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/samza/pull/775.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 #775
----
commit 40aa6a54cba7d12b5292895e8a08c305c9625f7b
Author: Jagadish <jvenkatraman@...>
Date: 2018-10-21T17:52:56Z
Clean up website docs for Samza 1.0 release
- Fix titles for blog posts
- Fix a rendering issue with hyperlinks on the front-page
- Add links from homepage sections to relevant documentation pages
Author: Jagadish <[email protected]>
Reviewers: Jagadish<[email protected]>
Closes #749 from vjagadish1989/website-reorg21
commit fd6f1ed2539c5b055d97e078ccc9b5e9e498d4a5
Author: Jagadish <jvenkatraman@...>
Date: 2018-10-21T19:22:16Z
Fix styling for LinkedIn logo; Add support for loading logos from URLs
The current styling for logos:
- Trims the logos by overlaying a circular foreground
- Auto-fetches images from Clearbit's logo API, which returns LinkedIn logo
with pointed corners
Branding guidelines dictate that
- We don't apply any foreground
- We leave the corners in their perfectly rounded-form
To conform with them, we will
- Remove CSS settings for "background-radius"
- Add support for loading images from custom URLs other than clearbit
**Before:**
On image load:
<img width="133" alt="li-circular"
src="https://user-images.githubusercontent.com/18561937/47271223-81a22f80-d52b-11e8-853b-22bd550c623a.png">
On mouse-over:
<img width="148" alt="li-rectangular"
src="https://user-images.githubusercontent.com/18561937/47271222-81a22f80-d52b-11e8-8e40-0c87e7499052.png">
**After:**
<img width="161" alt="li-correct"
src="https://user-images.githubusercontent.com/18561937/47271225-8830a700-d52b-11e8-97d0-d985027af436.png">
Author: Jagadish <[email protected]>
Reviewers: Jagadish<[email protected]>
Closes #750 from vjagadish1989/website-reorg22
commit e203db2aa29614c15ff0ee1593bf41c79b3b5c42
Author: Weiqing Yang <yangweiqing001@...>
Date: 2018-10-22T16:51:40Z
SAMZA-1901: Implementation of Samza SQL Shell
## What changes were proposed in this pull request?
This PR is to implement Samza SQL shell. The document about the shell was
attached [here](https://issues.apache.org/jira/browse/SAMZA-1901).
## How was this patch tested?
1. Add unit tests
2. Run the shell with use cases mentioned in the attached document under
https://issues.apache.org/jira/browse/SAMZA-1901
Author: Weiqing Yang <[email protected]>
Reviewers: Srinivasulu Punuru <[email protected]>, Aditya Toomula
<[email protected]>
Closes #654 from weiqingy/samza-shell
commit 0176138a1680ac77c2894e0bd09bb046ba96a7df
Author: [email protected] <rmatharu@...>
Date: 2018-10-22T23:29:34Z
Adding fix to integration test
ClientHelper changed the log-print, which the integration test relies on.
Author: [email protected] <[email protected]>
Reviewers: Jagadish<[email protected]>
Closes #752 from rmatharu/integ-test-fix
commit 00cd44ac9101bd89933b05964ef5168bce4ff334
Author: Prateek Maheshwari <pmaheshwari@...>
Date: 2018-10-23T00:55:06Z
Update hardcoded versions for the 1.0.0 release.
Author: Prateek Maheshwari <[email protected]>
Closes #754 from prateekm/version-updates
commit 738410392036746fc51b7360a97d4b1f29ea48dc
Author: [email protected] <rmatharu@...>
Date: 2018-10-23T02:04:58Z
Changes to Standalone integration tests
* Removing task.inputs since its not required in the new Samza 1.0 API
* Fixing input-output sys bug
* Fixing jobModel zk path bug -- camel case.
Author: [email protected] <[email protected]>
Reviewers: Prateek Maheshwari <[email protected]>
Closes #756 from rmatharu/standalonetests
commit 91e54568b5be9f4dbc93245e0d7e40b99aae4aaa
Author: Shanthoosh Venkataraman <svenkata@...>
Date: 2018-10-23T15:43:37Z
Fix samza-test checkstyle errors.
Author: Shanthoosh Venkataraman <[email protected]>
Reviewers: Yi Pan <[email protected]>
Closes #757 from shanthoosh/master
commit 18b94013428a8efb7642b3fa4dfee2b2f317e913
Author: [email protected] <rmatharu@...>
Date: 2018-10-23T17:31:20Z
Minor instruction changes
Author: [email protected] <[email protected]>
Reviewers: Prateek Maheshwari <[email protected]>
Closes #758 from rmatharu/doc
commit 282f834943bf3504d17406d93ecd8d92a3b96ced
Author: Boris S <bshkolnik@...>
Date: 2018-10-24T01:11:43Z
Tests for deprecated Kafka Consumer
Tested with running with system set to
org.apache.samza.system.kafka_deprecated.KafkaSystemFactory.
Author: Boris S <[email protected]>
Author: Boris S <[email protected]>
Author: Boris Shkolnik <[email protected]>
Reviewers: Cameron Lee <[email protected]>
Closes #755 from sborya/OldKafkaConsumer
commit 59bc23cf954bf86683c499729930f126af5ebf2b
Author: Jagadish <jvenkatraman@...>
Date: 2018-10-24T06:39:54Z
Clean-up the Quick-Start and Code-Examples pages; Re-organize content
Author: Jagadish <[email protected]>
Reviewers: Jagadish<[email protected]>
Closes #759 from vjagadish1989/website-reorg23
commit 43a501b494ea4b7ee70477686ab60a9b8d13fd03
Author: Jagadish <jvenkatraman@...>
Date: 2018-10-24T22:20:02Z
Clean up the deployment options section.
- Reword for consistency, style, tone
Author: Jagadish <[email protected]>
Reviewers: Jagadish<[email protected]>
Closes #761 from vjagadish1989/website-reorg24
commit 7dc04459a6719749e028c182dfb6f89fcaba09bd
Author: Sanil15 <sanil.jain15@...>
Date: 2018-10-26T00:46:40Z
Ensure serde configs for NoOpSerdes from InMemoryStreamDescriptors take
precedence over AppDescriptor configs
commit 154433fd52bf195db147296930896a1098adab9d
Author: Sanil15 <sanil.jain15@...>
Date: 2018-10-26T00:48:44Z
Removing a Typo
commit c235ef657bd2eb1157cf150db1bcc50ae563e374
Author: Sanil15 <sanil.jain15@...>
Date: 2018-10-26T22:11:47Z
Adressing Review
----
---