[GitHub] incubator-griffin issue #331: refactor dead test cases

2018-07-02 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/331 I don't touch those testcases, just add some test cases for kafka service. I need to check it later ---

[GitHub] incubator-griffin pull request #331: refactor dead test cases

2018-07-02 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/331 refactor dead test cases 1.active KafkaSchemaServiceImplTest and resolve failures You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-griffin pull request #332: fix a bad practice

2018-07-02 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/332 fix a bad practice Format string should use %n rather than \n In format strings, it is generally preferable better to use %n, which will produce the platform-specific line

[GitHub] incubator-griffin pull request #316: update scala maven plugin to lastest ve...

2018-06-20 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/316 update scala maven plugin to lastest verson as I hit maven build error like below, I check pom build file and find scala-maven-plugin is a bit old, so I make a change to refresh

[GitHub] incubator-griffin pull request #316: update scala maven plugin to lastest ve...

2018-06-20 Thread toyboxman
Github user toyboxman closed the pull request at: https://github.com/apache/incubator-griffin/pull/316 ---

[GitHub] incubator-griffin pull request #317: Refactor/update cases

2018-06-20 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/317 Refactor/update cases refactor JsonUtilTest codes including: 1.remove unusual assert keyword instead of Assert 2.trim and clean codes You can merge this pull request

[GitHub] incubator-griffin pull request #325: refactor dead test cases

2018-06-27 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/325 refactor dead test cases 1.active KafkaSchemaControllerTest and resolve failures 2.trim and tidy up codes You can merge this pull request into a Git repository by running

[GitHub] incubator-griffin issue #331: refactor dead test cases

2018-07-03 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/331 root cause is about spring context association in different testcases, let me remove it and submit again ---

[GitHub] incubator-griffin pull request #333: refactor dead test cases

2018-07-03 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/333 refactor dead test cases 1.active KafkaSchemaServiceImplTest and resolve failures You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-griffin pull request #331: refactor dead test cases

2018-07-03 Thread toyboxman
Github user toyboxman closed the pull request at: https://github.com/apache/incubator-griffin/pull/331 ---

[GitHub] incubator-griffin issue #332: fix a bad practice

2018-07-03 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/332 Hi @whhe I got you here. but I wanna clarify why I change it. Java Formatter suggests % as special notation character instead of '\' https://docs.oracle.com/javase

[GitHub] incubator-griffin pull request #334: fix a bad practice, Empty interpolated ...

2018-07-03 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/334 fix a bad practice, Empty interpolated string String declared as interpolated but has no parameters: scala.StringContext.apply("cache after replace old df").s() You

[GitHub] incubator-griffin issue #316: update scala maven plugin to lastest verson

2018-06-20 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/316 sure, you are right. I'm using maven 3.5.3. I have changed to 3.4.1 in latest update, pls review again ---

[GitHub] incubator-griffin pull request #322: Refactor/update cases

2018-06-21 Thread toyboxman
Github user toyboxman closed the pull request at: https://github.com/apache/incubator-griffin/pull/322 ---

[GitHub] incubator-griffin pull request #322: Refactor/update cases

2018-06-21 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/322 Refactor/update cases You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin refactor/update-cases

[GitHub] incubator-griffin pull request #323: refactor test codes in service/src/test...

2018-06-21 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/323 refactor test codes in service/src/test/java/org/apache/griffin/core/… …util/PropertiesUtilTest.java 1.remove assert keyword instead of Junit Assert class You can merge

[GitHub] incubator-griffin pull request #378: Fix code bugs and correct code style

2018-07-30 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/378 Fix code bugs and correct code style You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin SimpleCORSFilter

[GitHub] incubator-griffin pull request #379: Fix code style bug in MeasureRepo

2018-07-31 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/379 Fix code style bug in MeasureRepo You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin MeasureRepo

[GitHub] incubator-griffin pull request #374: Fix bug and improve code quality

2018-07-26 Thread toyboxman
Github user toyboxman closed the pull request at: https://github.com/apache/incubator-griffin/pull/374 ---

[GitHub] incubator-griffin pull request #374: Fix bug and improve code quality

2018-07-26 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/374 Fix bug and improve code quality You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin measure/fix1

[GitHub] incubator-griffin issue #374: Fix bug and improve code quality

2018-07-26 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/374 invalidate this change and resubmit again later ---

[GitHub] incubator-griffin pull request #375: Fix code bug and improve code quality

2018-07-26 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/375 Fix code bug and improve code quality You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin measure/fix

[GitHub] incubator-griffin pull request #380: Fix java import style violations in cod...

2018-07-31 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/380 Fix java import style violations in codes by code style suggested by s… …un/google You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-griffin pull request #385: Fix import violations by Griffin code c...

2018-08-04 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/385 Fix import violations by Griffin code check rules You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin

[GitHub] incubator-griffin pull request #386: Trim and reformat resource files

2018-08-04 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/386 Trim and reformat resource files You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin property

[GitHub] incubator-griffin pull request #383: Fix code style violations and improve q...

2018-08-04 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/383 Fix code style violations and improve quality You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin

[GitHub] incubator-griffin pull request #384: Initialize java code checks rules for g...

2018-08-04 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/384 Initialize java code checks rules for griffin this config could be used by maven checkStyle plugin You can merge this pull request into a Git repository by running: $ git pull

[GitHub] incubator-griffin issue #380: Fix java import style violations in codes by c...

2018-08-02 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/380 by Griffin's code style rules extends google/sun, we need to reformat import statement. here I have gone thru service packages and cleaned/adjusted all import statements ---

[GitHub] incubator-griffin issue #380: Fix java import style violations in codes by c...

2018-08-02 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/380 @guoyuepeng @bhlx3lyx7 please consider to keep same code style and we can do those work step by step ---

[GitHub] incubator-griffin pull request #377: Remove unused method and clean codes

2018-07-30 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/377 Remove unused method and clean codes You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin measure

[GitHub] incubator-griffin issue #384: Initialize java code checks rules for griffin

2018-08-09 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/384 I agree with you @guoyuepeng actually a code style guide is better than code template here. I will revise this patch ---

[GitHub] incubator-griffin pull request #388: Fix bugs about code style violation aga...

2018-08-08 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/388 Fix bugs about code style violation against Griffin rules You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator

[GitHub] incubator-griffin issue #388: Fix bugs about code style violation against Gr...

2018-08-15 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/388 @guoyuepeng William, I see recent changes still have some violations against basic code style rules. like import statement using * instead of concrete class name, too long code

[GitHub] incubator-griffin issue #388: Fix bugs about code style violation against Gr...

2018-08-15 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/388 conflicts have been resolved ---

[GitHub] incubator-griffin issue #388: Fix bugs about code style violation against Gr...

2018-08-15 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/388 @guoyuepeng William, I'll resolve those conflicts. any question, let me know ---

[GitHub] incubator-griffin issue #384: Initialize java code checks rules for griffin

2018-08-21 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/384 @guoyuepeng I append guide part about how to enable style-check in maven and idea. I think we can add scala and type script code style rule here as well thanks ---

[GitHub] incubator-griffin pull request #355: Fix bug and enable new test cases to ve...

2018-07-16 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/355 Fix bug and enable new test cases to verify GriffinMeasureOperatorImpl You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman

[GitHub] incubator-griffin pull request #367: Fix doc bugs and improve its quality an...

2018-07-22 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/367 Fix doc bugs and improve its quality and readability You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin

[GitHub] incubator-griffin pull request #368: Fix doc bug and improve readability of ...

2018-07-22 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/368 Fix doc bug and improve readability of Griffin project introduction You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman

[GitHub] incubator-griffin pull request #364: Fix bug and refactor ExternalMeasureOpe...

2018-07-19 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/364 Fix bug and refactor ExternalMeasureOperatorImpl test codes You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator

[GitHub] incubator-griffin pull request #372: Fix doc bug and make it more clear and ...

2018-07-24 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/372 Fix doc bug and make it more clear and understandable You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin

[GitHub] incubator-griffin pull request #371: Fix doc bug and improve doc readability

2018-07-24 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/371 Fix doc bug and improve doc readability You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin doc/fix1

[GitHub] incubator-griffin pull request #411: Improve document quality

2018-09-07 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/411 Improve document quality Revise docker guide document and append more descriptions. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] incubator-griffin pull request #412: Fix API doc bug and complement some stu...

2018-09-08 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/412 Fix API doc bug and complement some stuffs You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin api

[GitHub] incubator-griffin pull request #335: fix a bad practice

2018-07-04 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/335 fix a bad practice 1.Format string should use %n rather than \n In format strings, it is generally preferable better to use %n, which will produce the platform-specific line

[GitHub] incubator-griffin issue #332: fix a bad practice

2018-07-04 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/332 Hi, @whhe @guoyuepeng I submit a new patch to revise, please review again https://github.com/apache/incubator-griffin/pull/335 ---

[GitHub] incubator-griffin pull request #332: fix a bad practice

2018-07-04 Thread toyboxman
Github user toyboxman closed the pull request at: https://github.com/apache/incubator-griffin/pull/332 ---

[GitHub] incubator-griffin issue #332: fix a bad practice

2018-07-04 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/332 let me check how many times '\n' was used in codes and make a new patch ---

[GitHub] incubator-griffin pull request #337: fix a bad practice, Empty interpolated ...

2018-07-05 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/337 fix a bad practice, Empty interpolated string String declared as interpolated but has no parameters: scala.StringContext.apply("...").s() You can merge this pull request

[GitHub] incubator-griffin pull request #338: correct minor literal mistakes in doc

2018-07-08 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/338 correct minor literal mistakes in doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin l1

[GitHub] incubator-griffin pull request #342: Fix unit case bug

2018-07-10 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/342 Fix unit case bug JobInstanceRepoTest always fails to run due to code bug, fix it here You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-griffin pull request #345: Head option

2018-07-11 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/345 Head option You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin headOption Alternatively you can review

[GitHub] incubator-griffin pull request #351: Pr/testcase

2018-07-13 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/351 Pr/testcase Refactor codes and fix unit test bug You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin pr

[GitHub] incubator-griffin pull request #347: Test

2018-07-12 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/347 Test You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin test Alternatively you can review and apply

[GitHub] incubator-griffin pull request #329: fix potential stream resource loss

2018-06-28 Thread toyboxman
Github user toyboxman closed the pull request at: https://github.com/apache/incubator-griffin/pull/329 ---

[GitHub] incubator-griffin pull request #324: refactor some java codes including,

2018-06-24 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/324 refactor some java codes including, 1.unused system.out statement 2.extra blank line in codes 3.same string constants used in multiple methods You can merge this pull request

[GitHub] incubator-griffin pull request #326: fix potential stream resource loss

2018-06-28 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/326 fix potential stream resource loss when BufferedReader is used, it should be closed explicitly You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-griffin pull request #432: Fix a little doc bug concerning measure...

2018-10-08 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/432 Fix a little doc bug concerning measure part. fix linguistic error and improve content You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] incubator-griffin pull request #432: Fix a little doc bug concerning measure...

2018-10-14 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/432#discussion_r225024005 --- Diff: griffin-doc/measure/measure-batch-sample.md --- @@ -18,7 +18,7 @@ under the License. --> # Measure Batch Sam

[GitHub] incubator-griffin pull request #439: Complement stuffs to docker guide.

2018-10-15 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/439 Complement stuffs to docker guide. You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman/incubator-griffin doc/docker

[GitHub] incubator-griffin pull request #441: [GRIFFIN-207] LDAP login service improv...

2018-10-21 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/441#discussion_r226904188 --- Diff: service/src/main/java/org/apache/griffin/core/login/ldap/SelfSignedSocketFactory.java --- @@ -0,0 +1,68 @@ +package

[GitHub] incubator-griffin pull request #441: [GRIFFIN-207] LDAP login service improv...

2018-10-21 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/441#discussion_r226904191 --- Diff: service/src/main/java/org/apache/griffin/core/login/ldap/SelfSignedSocketFactory.java --- @@ -0,0 +1,68 @@ +package

[GitHub] incubator-griffin pull request #441: [GRIFFIN-207] LDAP login service improv...

2018-10-21 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/441#discussion_r226903885 --- Diff: service/src/main/java/org/apache/griffin/core/login/ldap/SelfSignedSocketFactory.java --- @@ -0,0 +1,68 @@ +package

[GitHub] incubator-griffin pull request #441: [GRIFFIN-207] LDAP login service improv...

2018-10-21 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/441#discussion_r226903865 --- Diff: service/src/main/java/org/apache/griffin/core/login/ldap/SelfSignedSocketFactory.java --- @@ -0,0 +1,68 @@ +package

[GitHub] incubator-griffin pull request #442: Support "cache" field on rules in servi...

2018-10-21 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/442#discussion_r226905150 --- Diff: service/src/main/java/org/apache/griffin/core/measure/entity/Rule.java --- @@ -81,6 +81,9 @@ Licensed to the Apache Software

[GitHub] incubator-griffin issue #441: [GRIFFIN-207] LDAP login service improvements

2018-10-24 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/441 LGTM ---

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-10-24 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r228040806 --- Diff: service/src/main/java/org/apache/griffin/core/integration/GriffinEvent.java --- @@ -0,0 +1,44 @@ +/* +Licensed to the Apache

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-10-24 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r228040937 --- Diff: service/src/main/java/org/apache/griffin/core/job/JobServiceImpl.java --- @@ -128,10 +129,22 @@ Licensed to the Apache Software

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230049250 --- Diff: service/src/main/java/org/apache/griffin/core/job/JobServiceImpl.java --- @@ -168,7 +175,14 @@ public AbstractJob addJob(AbstractJob

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230045266 --- Diff: service/src/main/java/org/apache/griffin/core/integration/GriffinEventListeners.java --- @@ -0,0 +1,61 @@ +package

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230047076 --- Diff: service/src/main/java/org/apache/griffin/core/integration/GriffinEventListeners.java --- @@ -0,0 +1,61 @@ +package

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230046860 --- Diff: service/src/main/java/org/apache/griffin/core/integration/GriffinEventListeners.java --- @@ -0,0 +1,61 @@ +package

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230047870 --- Diff: service/src/main/java/org/apache/griffin/core/integration/GriffinEvent.java --- @@ -0,0 +1,44 @@ +/* +Licensed to the Apache

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230046728 --- Diff: service/src/main/java/org/apache/griffin/core/integration/JobEventHook.java --- @@ -0,0 +1,11 @@ +package

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-01 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230047399 --- Diff: service/src/test/java/org/apache/griffin/core/job/EventServiceTest.java --- @@ -0,0 +1,69 @@ +package org.apache.griffin.core.job

[GitHub] incubator-griffin issue #444: Define griffin plain-vanilla hook.

2018-11-03 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/444 @guoyuepeng @chemikadze Thanks for your comments on first version of hook implementation. I have completed new implementation, here I simplify hook load, extend event

[GitHub] incubator-griffin issue #444: Define griffin plain-vanilla hook.

2018-11-03 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/444 let me change name to GriffinJobEventManage ---

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-10-24 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/444 Define griffin plain-vanilla hook. the purpose of hook is for integration with components outside. Griffin would offer information about internal task status. Task: GRIFFIN

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-06 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r231352539 --- Diff: service/src/main/java/org/apache/griffin/core/event/GriffinEventListeners.java --- @@ -0,0 +1,51 @@ +package

[GitHub] incubator-griffin issue #452: [GRIFFIN-209] update param util, add UT for pa...

2018-11-13 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/452 LGTM ---

[GitHub] incubator-griffin issue #455: [GRIFFIN-212] Add matchedFraction in streaming...

2018-11-15 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/455 I'm fine on this change ---

[GitHub] incubator-griffin issue #453: Fixservicetests

2018-11-14 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/453 LGTM. it's necessary to rename mock entity class. ---

[GitHub] incubator-griffin issue #444: Define griffin plain-vanilla hook.

2018-11-09 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/444 It's long process of discussion and review, but we get a consensus finally and close this change. thanks guys @chemikadze @gavlyukovskiy @guoyuepeng ---

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-09 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r232269364 --- Diff: service/src/main/java/org/apache/griffin/core/event/GriffinEventListeners.java --- @@ -0,0 +1,50 @@ +package

[GitHub] incubator-griffin issue #444: Define griffin plain-vanilla hook.

2018-11-04 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/444 summary of comments 1.considering general usage, I do not use 'GriffinJobEventManager' but actually name it 'GriffinEventManager' 2.I keep empty implementation

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-04 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230622132 --- Diff: service/src/main/java/org/apache/griffin/core/job/JobServiceImpl.java --- @@ -158,17 +162,22 @@ public JobServiceImpl

[GitHub] incubator-griffin pull request #444: Define griffin plain-vanilla hook.

2018-11-04 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r230622329 --- Diff: service/src/main/resources/application.properties --- @@ -62,3 +62,5 @@ elasticsearch.scheme=http livy.uri=http://localhost:8998

[GitHub] incubator-griffin pull request #433: Fix a bug in postman script

2018-10-09 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/433 Fix a bug in postman script postman collection is not up to date, some APIs don't work well. script has been refreshed in this patch by postman 2.1 standard. Jira task

[GitHub] incubator-griffin issue #420: Fix doc issue.

2018-09-29 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/420 @bhlx3lyx7 just update doc description, please review again thanks ---

[GitHub] incubator-griffin issue #420: Fix doc issue.

2018-09-29 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/420 --- T E S T S --- Picked up _JAVA_OPTIONS: -Xmx2048m -Xms512m

[GitHub] incubator-griffin issue #429: Fix timeout failure in travis CI.

2018-10-01 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/429 @guoyuepeng @chemikadze I agree to keeping -q parameter, as travis only permit 4M log file size. please see latest update, decrease git pull/clone log output, I think

[GitHub] incubator-griffin pull request #429: Fix timeout failure in travis CI.

2018-10-01 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/429 Fix timeout failure in travis CI. Build times out because no output was received. 'travis_wait mvn clean verify -q' will spawn a process to deal with mvn task -q,--quiet

[GitHub] incubator-griffin issue #428: Increase build silence timeout

2018-10-01 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/428 @guoyuepeng @chemikadze travis offers cache feature which prevents from downloading maven dependencies every time. I made pr429 to solve this issue. https

[GitHub] incubator-griffin issue #420: Fix doc issue.

2018-09-30 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/420 retry again, it's fine. Thanks guys ---

[GitHub] incubator-griffin pull request #426: Fix code bug.

2018-09-30 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/426 Fix code bug. 1.add java method description 2.reformat import statements violating Griffin's code rule https://github.com/apache/incubator-griffin/blob/master/griffin-doc/dev/code

[GitHub] incubator-griffin issue #420: Fix doc issue.

2018-09-28 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/420 Sure, I'll update this PR and keep Distinctness instead of Uniqueness ---

[GitHub] incubator-griffin pull request #407: In order to improve readability, comple...

2018-08-30 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/407 In order to improve readability, complement some stuffs into readme doc You can merge this pull request into a Git repository by running: $ git pull https://github.com/toyboxman

[GitHub] incubator-griffin pull request #420: Fix doc issue.

2018-09-21 Thread toyboxman
GitHub user toyboxman opened a pull request: https://github.com/apache/incubator-griffin/pull/420 Fix doc issue. dsl-guide describes two kinds of rules, Uniqueness and Distinctness. actually they are similiar rule, so we merely keep Uniqueness rule. You can merge this pull request

[GitHub] incubator-griffin pull request #456: [GRIFFIN-213] Custom connector support

2018-11-18 Thread toyboxman
Github user toyboxman commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/456#discussion_r234475362 --- Diff: griffin-doc/measure/measure-configuration-guide.md --- @@ -188,7 +188,7 @@ Above lists DQ job configure parameters. - **sinks

[GitHub] incubator-griffin issue #416: Fix rest api bug in service component

2018-09-18 Thread toyboxman
Github user toyboxman commented on the issue: https://github.com/apache/incubator-griffin/pull/416 @chemikadze I have double checked, release version has been 0.3.0 incubator-griffin/service/src/main/resources/banner.txt. thank for your reminder ---

  1   2   >