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 user Sanil15 closed the pull request at:
https://github.com/apache/samza/pull/797
---
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 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 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 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 user Sanil15 closed the pull request at:
https://github.com/apache/samza/pull/775
---
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 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 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 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 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 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 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 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 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 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 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 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 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 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 user Sanil15 closed the pull request at:
https://github.com/apache/samza/pull/445
---
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 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 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 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 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 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 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
29 matches
Mail list logo