[GitHub] samza pull request #878: SAMZA-2065: Moving InMemory Stream and System Descr...

2019-01-14 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/878 SAMZA-2065: Moving InMemory Stream and System Descriptors to samza-core @xinyuiscool @bharathkk for review You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #797: SAMZA-1817: Long Classpath Support: Generating rela...

2018-11-28 Thread Sanil15
Github user Sanil15 closed the pull request at: https://github.com/apache/samza/pull/797 ---

[GitHub] samza pull request #824: SAMZA-1817: Adding pathing jar support for Long Cla...

2018-11-28 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/824 SAMZA-1817: Adding pathing jar support for Long Classpath - To support long classpath with deterministic jar loading we use a concept called pathing jar - A new archive called pathing.jar is

[GitHub] samza pull request #797: SAMZA-1817: Generating relative path from absolute ...

2018-11-06 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/797 SAMZA-1817: Generating relative path from absolute paths - We removed wildcarding to shorten the classpath since it induces indeterminism in classpath on two consecutive deploys - This patch

[GitHub] samza pull request #788: SAMZA-1970: Support for physical names in InMemoryS...

2018-10-30 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/788 SAMZA-1970: Support for physical names in InMemorySystem if super is not there, java compiles this to this.withPhysicalName which results in StackOverflows You can merge this pull request into a

[GitHub] samza pull request #781: Add physical name support for InMemoryStreamDescrip...

2018-10-29 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/781 Add physical name support for InMemoryStreamDescriptors You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1970 Alternatively

[GitHub] samza pull request #775: Samza 1967: Testing Cherry Pick

2018-10-26 Thread Sanil15
Github user Sanil15 closed the pull request at: https://github.com/apache/samza/pull/775 ---

[GitHub] samza pull request #775: Samza 1967: Testing Cherry Pick

2018-10-26 Thread Sanil15
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

[GitHub] samza pull request #764: Samza 1967: Tests failing when Job uses any serde o...

2018-10-25 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/764 Samza 1967: Tests failing when Job uses any serde other than NoOp Context: Serde is configured in JobNodeConfigurationGenerator and any StreamDescriptor#toConfig does not generate key and msg serde

[GitHub] samza pull request #751: Samza 1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framew...

2018-10-22 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/751 Samza 1965: SAMZA 1.0 DOCUMENTATION FOR TEST Framework You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1965 Alternatively

[GitHub] samza pull request #739: SAMZA-1961: Doc improvements for meetups/blogs, add...

2018-10-17 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/739 SAMZA-1961: Doc improvements for meetups/blogs, adding abstracts @vjagadish please have a look You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #730: Samza 1950: Fixing Style for Meetups

2018-10-15 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/730 Samza 1950: Fixing Style for Meetups You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1950 Alternatively you can review and

[GitHub] samza pull request #717: SAMZA-1950: Make JMX enabled/disabled using configs...

2018-10-12 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/717 SAMZA-1950: Make JMX enabled/disabled using configs for Samza containers You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA

[GitHub] samza pull request #714: Samza 1930: Blog for SAMZA 1.0 (Release Notes/Meetu...

2018-10-11 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/714 Samza 1930: Blog for SAMZA 1.0 (Release Notes/Meetup Summary) You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1930

[GitHub] samza pull request #683: Samza 1771: Test Framework support for stateful tes...

2018-10-01 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/683 Samza 1771: Test Framework support for stateful testing and assertions over state - Gives StateAssert for stateful assertions - Gives examples of Testing stateful jobs for TaskApplication and

[GitHub] samza pull request #678: Samza 1908

2018-10-01 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/678 Samza 1908 You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1908 Alternatively you can review and apply these changes as the

[GitHub] samza pull request #652: Samza-1818: Cleaning up TestRunner Apis to incorpor...

2018-09-20 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/652 Samza-1818: Cleaning up TestRunner Apis to incorporate LegacyTaskApplication and StreamApplication You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #651: SAMZA-1852 Adding default job system in TestRunner,...

2018-09-20 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/651 SAMZA-1852 Adding default job system in TestRunner, disabling host affinity to support TableDescriptors and refining addConfig method for TestRunner API - The default system is a

[GitHub] samza pull request #641: Cleaning the docs, these create confusion for other...

2018-09-17 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/641 Cleaning the docs, these create confusion for other reviewers @bharathkk for review You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza

[GitHub] samza pull request #634: Samza 1840: Refactor TestRunner Apis to use StreamD...

2018-09-11 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/634 Samza 1840: Refactor TestRunner Apis to use StreamDescriptor and SystemDescriptor CollectionStream -> InMemoryInputDescriptor & InMemoryOutputDescriptor CollectionStreamSys

[GitHub] samza pull request #619: Samza 1817: Long classpath support for non-split de...

2018-08-30 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/619 Samza 1817: Long classpath support for non-split deployments https://jira.apache.org/jira/browse/SAMZA-1817 You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] samza pull request #445: SAMZA-1609 Refactoring SamzaContainer to take Syste...

2018-07-25 Thread Sanil15
Github user Sanil15 closed the pull request at: https://github.com/apache/samza/pull/445 ---

[GitHub] samza pull request #568: Samza 1759: Stream Assert utilities for low level a...

2018-07-11 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/568 Samza 1759: Stream Assert utilities for low level and high level api for TestFramework Adding utilities and corresponding test for low and high level api You can merge this pull request into a Git

[GitHub] samza pull request #563: SAMZA-1758: Configuring a timeout for TestRunner to...

2018-06-25 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/563 SAMZA-1758: Configuring a timeout for TestRunner to execute the SamzaJob You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA

[GitHub] samza pull request #532: SAMZA-1726: Isolate InMemorySystemFactory to run se...

2018-05-23 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/532 SAMZA-1726: Isolate InMemorySystemFactory to run separately per job Tested by running the corresponding integration and unit tests You can merge this pull request into a Git repository by running

[GitHub] samza pull request #529: SAMZA-1722: Upgrading avro from 1.7.0 to 1.7.1

2018-05-21 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/529 SAMZA-1722: Upgrading avro from 1.7.0 to 1.7.1 Linkedin Artifactory is missing 1.7.0 so upgrading to 1.7.1 for successful builds Jira: SAMZA-1722: https://issues.apache.org/jira/browse

[GitHub] samza pull request #501: Samza 1648: Integration Test Framework & Collection...

2018-05-02 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/501 Samza 1648: Integration Test Framework & Collection Stream Impl This patch provides the following: - TestRunner: Tesing Wrapper to run Samza job - CollectionStream: Acts as a st

[GitHub] samza pull request #445: SAMZA-1609 Refactoring SamzaContainer to take Syste...

2018-03-12 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/445 SAMZA-1609 Refactoring SamzaContainer to take SystemFactories as an argument - This is a pre-req to SEP-8 (https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=71013043) - A

[GitHub] samza pull request #439: SAMZA-1602 : Moving class StreamAssert from src/tes...

2018-03-07 Thread Sanil15
GitHub user Sanil15 opened a pull request: https://github.com/apache/samza/pull/439 SAMZA-1602 : Moving class StreamAssert from src/test to src/main You can merge this pull request into a Git repository by running: $ git pull https://github.com/Sanil15/samza SAMZA-1602