[GitHub] apex-core pull request #555: APEXCORE-754 Add plugin dependency jar-files to...

2017-07-10 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/555 APEXCORE-754 Add plugin dependency jar-files to application package Included plugin jar-files into the application package and added names of the plugin jar-files to the application classpath

[GitHub] apex-core pull request #540: APEXCORE-744 Add setting of predefined static l...

2017-06-07 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/540 APEXCORE-744 Add setting of predefined static logger appender properties Added setting of the static logger appender properties: application name, container id, user name, service name, node

[GitHub] apex-core pull request #528: APEXCORE-723 Replace double quotes with a singl...

2017-05-17 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/528 APEXCORE-723 Replace double quotes with a single quotes in command li… …ne arguments for passing of the logger appender properties Fixed the issue. @vrozov Could you please

[GitHub] apex-core pull request #527: APEXCORE-719 Pass an application name from stra...

2017-05-17 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/527 APEXCORE-719 Pass an application name from stram client to applicatio… …n master and container via command line properties Added passing of the application name via command line

[GitHub] apex-core pull request #515: APEXCORE-704 Add supporting of programmatic log...

2017-04-15 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/515 APEXCORE-704 Add supporting of programmatic logger appender Implemented supporting of a programmatic logger appender that can be added to Apex Application Master and Containers and be

[GitHub] apex-core pull request #469: APEXCORE-644 get-app-package-operators with par...

2017-02-09 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/469 APEXCORE-644 get-app-package-operators with parent option does not work There are two apex command line operators that have the option "-parent" (get-app-package-operators and get-ja

[GitHub] apex-core pull request #468: SPOI-10695: get-app-package-operators with pare...

2017-02-08 Thread sgolovko
Github user sgolovko closed the pull request at: https://github.com/apache/apex-core/pull/468 --- 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

[GitHub] apex-core pull request #468: SPOI-10695: get-app-package-operators with pare...

2017-02-08 Thread sgolovko
GitHub user sgolovko reopened a pull request: https://github.com/apache/apex-core/pull/468 SPOI-10695: get-app-package-operators with parent option does not work There are two apex command line operators that have the option "-parent" (get-app-package-operators and get-ja

[GitHub] apex-core pull request #468: SPOI-10695: get-app-package-operators with pare...

2017-02-07 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/468 SPOI-10695: get-app-package-operators with parent option does not work There are two apex command line operators that have the option "-parent" (get-app-package-operators and get-ja

[GitHub] apex-core pull request #460: APEXCORE-627 : Unit test AtMostOnceTest intermi...

2017-01-27 Thread sgolovko
GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/460 APEXCORE-627 : Unit test AtMostOnceTest intermittently fails Fixed a race problem for calling checkpointed and committed in RecoverableInputOperator. The original implementation of the class