[GitHub] samza pull request #517: SAMZA-1559 moving hello-samza repo to samza repo an...

2018-05-10 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/517 SAMZA-1559 moving hello-samza repo to samza repo and put in samza-samples directory Tested and jobs can be deployed in the new place. After this is committed, we will do the following two in

[GitHub] samza pull request #406: SAMZA-1407 upgrade junit version to 4.12

2018-01-17 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/406 SAMZA-1407 upgrade junit version to 4.12 "./gradlew clean check" passed You can merge this pull request into a Git repository by running: $ git pull https://github.com/fred

[GitHub] samza pull request #373: SAMZA-1407 upgrade junit version to 4.12

2018-01-17 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/373 ---

[GitHub] samza pull request #286: SAMZA-1408 update the branch doc for 0.13.1 release

2018-01-03 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/286 ---

[GitHub] samza pull request #398: SAMZA-1542 refactor config classes in samza-core ja...

2018-01-02 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/398 SAMZA-1542 refactor config classes in samza-core java to hide non-necessary interfaces With previous inheritance, it exposed everything from Config class, which is a bad practice and is error

[GitHub] samza pull request #392: SAMZA-1541 migrate config classes in samza-yarn to ...

2017-12-21 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/392 SAMZA-1541 migrate config classes in samza-yarn to use composition over inherence ./gradlew clean check successfully. The reason for doing this is described in https://issues.apache.org/jira

[GitHub] samza pull request #373: SAMZA-1407 upgrade junit version to 4.12

2017-11-30 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/373 SAMZA-1407 upgrade junit version to 4.12 "./gradlew clean check" passed You can merge this pull request into a Git repository by running: $ git pull https://github.com/fred

[GitHub] samza pull request #365: SAMZA-1412 replace mockito-all with mockito-core

2017-11-20 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/365 SAMZA-1412 replace mockito-all with mockito-core You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza mockito-core Alternatively you

[GitHub] samza pull request #289: SAMZA-1410 make tests pass in different Junit versi...

2017-08-28 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/289 SAMZA-1410 make tests pass in different Junit version for testPlanIdWithShuffledStreamSpecs and testGeneratePlanIdWithDifferentStreamSpec More details are in https://issues.apache.org/jira/browse

[GitHub] samza pull request #288: SAMZA-1409 add missing parts and make guideline cle...

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/288 SAMZA-1409 add missing parts and make guideline clearer for docs/README.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza

[GitHub] samza pull request #287: SAMZA-1409 add the missing parts and make guideline...

2017-08-25 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/287 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #287: SAMZA-1049 add the missing parts and make guideline...

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/287 SAMZA-1049 add the missing parts and make guideline clearer for docs/README.md You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza

[GitHub] samza pull request #276: SAMZA-1408 update the doc for 0.13.1 release

2017-08-25 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/276 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #286: SAMZA-1408 update the branch doc for 0.13.1 release

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/286 SAMZA-1408 update the branch doc for 0.13.1 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza 0.13.1_doc Alternatively

[GitHub] samza pull request #285: SAMZA-1408 update master doc to use 0.14.0-SNAPSHOT...

2017-08-25 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/285 SAMZA-1408 update master doc to use 0.14.0-SNAPSHOT after 0.13.1 release You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza

[GitHub] samza pull request #279: SAMZA-1401: update NOTICE for 0.13.1 release with R...

2017-08-17 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/279 SAMZA-1401: update NOTICE for 0.13.1 release with RocksDB BSD+patents license Please see details in SAMZA-1401. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] samza pull request #278: SAMZA-1400: disabling flaky test testTwoStreamProce...

2017-08-17 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/278 SAMZA-1400: disabling flaky test testTwoStreamProcessors in TestZkStreamProcessorSession In this SAMZA-1400, We are disabling this flaky one in master and will cherry pick for 0.13.1. We have

[GitHub] samza pull request #276: update release version for gradle.properties, and t...

2017-08-16 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/276 update release version for gradle.properties, and tests.json and READ… …ME in samza-test You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] samza pull request #273: SAMZA-1394 add Fred Ji's PGP key for release purpos...

2017-08-15 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/273 SAMZA-1394 add Fred Ji's PGP key for release purpose You can merge this pull request into a Git repository by running: $ git pull https://github.com/fredji97/samza master Alternativel

[GitHub] samza pull request #191: SAMZA-1280 document for the general/universal resou...

2017-05-12 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/191 SAMZA-1280 document for the general/universal resource localization in YARN This PR added a MD for explaining localizing any resource in Samza on YARN by configuring 4 key configurations

[GitHub] samza pull request #116: disable the flaky test TestZkBarrierForVersionUpgra...

2017-04-06 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/116 disable the flaky test TestZkBarrierForVersionUpgrade.testZkBarrierForVersionUpgrade We are seeing the fails sometimes from this test, and the details are put in https://issues.apache.org/jira

[GitHub] samza pull request #97: SAMZA-1143 Include fs..impl.* subkeys to Yar...

2017-03-27 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/97 SAMZA-1143 Include fs..impl.* subkeys to YarnConfiguration used in YarnJobFactory and YarnClusterResourceManager SAMZA-1143 Include fs..impl.* subkeys, in addition to fs..impl, to YarnConfiguration

[GitHub] samza pull request #73: SAMZA-1117 set up certificate signing request in the...

2017-03-16 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/73 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #90: SAMZA-1143 Universal config support for localized re...

2017-03-16 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/90 SAMZA-1143 Universal config support for localized resource More details in https://issues.apache.org/jira/browse/SAMZA-1143 Tests: ./gradlew clean check successful and all unit tests passed

[GitHub] samza pull request #89: SAMZA-1149: upgrade mockito from 1.8.4 to 1.10.19

2017-03-16 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/89 SAMZA-1149: upgrade mockito from 1.8.4 to 1.10.19 More details: https://issues.apache.org/jira/browse/SAMZA-1149 Test: gradlew clean check successfully. All unit tests passed. You can merge this

[GitHub] samza pull request #72: SAMZA-1085 add CertFSFileSystem and SimpleCertFSFile...

2017-03-16 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/72 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #73: SAMZA-1087 set up certificate signing request in the...

2017-03-02 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/73 SAMZA-1087 set up certificate signing request in the context for resource localization Tested manually with the following samza configuration: "csr.ssl.request.path" =

[GitHub] samza pull request #71: SAMZA-1085: adding the samza-yarn dependency on http...

2017-03-02 Thread fredji97
Github user fredji97 closed the pull request at: https://github.com/apache/samza/pull/71 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] samza pull request #72: SAMZA-1085 add CertFSFileSystem and SimpleCertFSFile...

2017-03-02 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/72 SAMZA-1085 add CertFSFileSystem and SimpleCertFSFileSystem for handling certificate localization from CSR in yarn This is the implementation used during the experiment and testing. will add more

[GitHub] samza pull request #71: SAMZA-1085: adding the samza-yarn dependency on http...

2017-03-02 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/71 SAMZA-1085: adding the samza-yarn dependency on httpClient and bouncyCastle httpClient-4.4.1 and httpCore-4.4.1 are used for https post request in CSR. bcpkix-jdk15on-1.54 and bcprov-jdk15on-1.54

[GitHub] samza pull request #20: SAMZA-1048 : upgrade jetty dependency to Jetty 9 fro...

2016-11-18 Thread fredji97
GitHub user fredji97 opened a pull request: https://github.com/apache/samza/pull/20 SAMZA-1048 : upgrade jetty dependency to Jetty 9 from Jetty 8 Jetty 8 is a very old jetty version and the current widely used version is Jetty 9. If a user is using standalone Samza in a Jetty