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

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

[GitHub] incubator-griffin issue #459: Fix minor literal issues and improve doc conte...

2018-11-20 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/459 LGTM. @boltzjf Thanks for make it clear. William ---

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

2018-11-19 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/455 I don't know what is wrong between apache repo and github repo, I had merged/closed this PR, but it still exists here as OPEN. ---

[GitHub] incubator-griffin-site issue #15: Updated asf-site site from master (9531faf...

2018-11-16 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin-site/pull/15 Yes, we make deploy.sh 644 on purpose, make sure think twice before deploy. ---

[GitHub] incubator-griffin-site issue #14: Fixes to comply with whimsy website checke...

2018-11-16 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin-site/pull/14 'Current Events' footer looks good. ---

[GitHub] incubator-griffin-site issue #14: Fixes to comply with whimsy website checke...

2018-11-16 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin-site/pull/14 Thanks, Roy. LGTM. ---

[GitHub] incubator-griffin pull request #453: Fixservicetests

2018-11-14 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/453 Fixservicetests You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin fixservicetests Alternatively you

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

2018-11-08 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/444 >> > Can we provide several individually implements in configuration like GriffinHook1, GriffionHook2, and autowired all individual hooks instances into List? >>

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

2018-11-08 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/444 I am ok for registration through declaration in properties. my problem is can we write triggered on called test case for in EventServiceTests. ---

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

2018-11-08 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/444 Based on previous design discuss and code review. LGTM now. Any comments from you? @chemikadze ---

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

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

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

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

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

2018-11-04 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/444 @chemikadze right, we cannot tie events to jobs related. @toyboxman ---

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

2018-11-03 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/444 cool! how about rename GriffinHookChain as GriffinJobEventManager so similar? ---

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

2018-10-31 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r229714976 --- Diff: service/src/main/java/org/apache/griffin/core/integration/JobEvent.java --- @@ -0,0 +1,21 @@ +package

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

2018-10-31 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r229715591 --- 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-10-31 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r229720415 --- 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-10-31 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r229713768 --- 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-10-31 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r229713456 --- 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-10-31 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/444#discussion_r229708121 --- Diff: service/src/main/java/org/apache/griffin/core/integration/GriffinEvent.java --- @@ -0,0 +1,44 @@ +/* +Licensed to the Apache

[GitHub] incubator-griffin issue #450: Document compression, SSL and LDAP conf

2018-10-28 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/450 LGTM ---

[GitHub] incubator-griffin issue #447: [GRIFFIN-194] single call to fetch all tables ...

2018-10-26 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/447 @chemikadze LGTM. Just rushed out for my meeting. sorry for confusing. ---

[GitHub] incubator-griffin pull request #447: [GRIFFIN-194] single call to fetch all ...

2018-10-26 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/447#discussion_r228420528 --- Diff: ui/angular/src/app/measure/create-measure/ac/ac.component.ts --- @@ -644,48 +644,37 @@ export class AcComponent implements OnInit

[GitHub] incubator-griffin pull request #447: [GRIFFIN-194] single call to fetch all ...

2018-10-26 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/447#discussion_r228419404 --- Diff: service/src/main/java/org/apache/griffin/core/metastore/hive/HiveMetaStoreServiceImpl.java --- @@ -99,8 +100,17 @@ public

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

2018-10-25 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/442#discussion_r228217972 --- 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 #446: [GRIFFIN-203] "Plaintext mode" for measure cre...

2018-10-25 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/446 Awesome! ---

[GitHub] incubator-griffin pull request #445: Update deploy-guide.md

2018-10-24 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/445#discussion_r228021021 --- Diff: griffin-doc/deploy/deploy-guide.md --- @@ -50,7 +50,7 @@ createdb -O quartz ``` Init quartz tables in PostgreSQL using

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

2018-10-23 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/442#discussion_r227272894 --- 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 pull request #442: Support "cache" field on rules in servi...

2018-10-21 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/442#discussion_r226866876 --- 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 pull request #441: [GRIFFIN-207] LDAP login service improv...

2018-10-21 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/441#discussion_r226866713 --- Diff: service/src/main/java/org/apache/griffin/core/login/LoginServiceLdapImpl.java --- @@ -48,68 +53,137 @@ Licensed to the Apache

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

2018-10-21 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/441#discussion_r226866655 --- Diff: service/src/main/java/org/apache/griffin/core/login/LoginServiceLdapImpl.java --- @@ -48,68 +53,137 @@ Licensed to the Apache

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

2018-10-16 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/439 LGTM ---

[GitHub] incubator-griffin issue #435: [GRIFFIN-206] fix job timezone when creating f...

2018-10-14 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/435 data partition timezone is come from data connector. https://github.com/apache/incubator-griffin/blob/master/service/src/main/java/org/apache/griffin/core/measure/entity

[GitHub] incubator-griffin issue #435: [GRIFFIN-206] fix job timezone when creating f...

2018-10-14 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/435 let me check ---

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-13 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224956565 --- Diff: measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/transform/AccuracyExpr2DQSteps.scala --- @@ -125,14 +126,20

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-13 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224956533 --- Diff: measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/transform/AccuracyExpr2DQSteps.scala --- @@ -125,14 +126,20

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

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

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

2018-10-13 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/432#discussion_r224948476 --- Diff: griffin-doc/measure/measure-streaming-sample.md --- @@ -18,7 +18,7 @@ under the License. --> # Measure Stream

[GitHub] incubator-griffin pull request #435: [GRIFFIN-206] fix job timezone when cre...

2018-10-13 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/435#discussion_r224956283 --- Diff: ui/angular/src/app/job/create-job/batch/batch.component.ts --- @@ -134,8 +134,8 @@ export class BatchComponent implements OnInit

[GitHub] incubator-griffin pull request #435: [GRIFFIN-206] fix job timezone when cre...

2018-10-13 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/435#discussion_r224955984 --- Diff: service/src/main/java/org/apache/griffin/core/util/TimeUtil.java --- @@ -148,4 +149,11 @@ private static String refreshEscapeHashTag

[GitHub] incubator-griffin pull request #435: [GRIFFIN-206] fix job timezone when cre...

2018-10-13 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/435#discussion_r224948342 --- Diff: ui/angular/src/app/job/create-job/batch/batch.component.ts --- @@ -134,8 +134,8 @@ export class BatchComponent implements OnInit

[GitHub] incubator-griffin pull request #435: [GRIFFIN-206] fix job timezone when cre...

2018-10-12 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/435#discussion_r224947629 --- Diff: service/src/main/java/org/apache/griffin/core/util/TimeUtil.java --- @@ -148,4 +149,11 @@ private static String refreshEscapeHashTag

[GitHub] incubator-griffin pull request #434: Griffin-205: accuracy matched fraction

2018-10-11 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/434#discussion_r224486025 --- Diff: measure/src/main/scala/org/apache/griffin/measure/configuration/dqdefinition/DQConfig.scala --- @@ -74,9 +74,9 @@ case class

[GitHub] incubator-griffin pull request #436: always use apache griffin together as o...

2018-10-11 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/436 always use apache griffin together as our mark You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin-site pull request #10: update Nikolay as committer from co...

2018-10-07 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin-site/pull/10 update Nikolay as committer from contributor You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #430: remove duplicated cache settings

2018-10-02 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/430 remove duplicated cache settings You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

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

2018-10-02 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/429 ok, I will keep both 30m wait time and git quiet option. will verify and then might reopen it later. ---

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

2018-10-01 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/429 so that means we don't need to wait 30 minutes? @toyboxman @chemikadze ---

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

2018-10-01 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/426 ok ---

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

2018-09-30 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/420 I don't know either. ---

[GitHub] incubator-griffin pull request #425: Fix case clauses

2018-09-29 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/425 Fix case clauses You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin fix_case_clauses Alternatively you

[GitHub] incubator-griffin pull request #424: Fiximport

2018-09-29 Thread guoyuepeng
Github user guoyuepeng closed the pull request at: https://github.com/apache/incubator-griffin/pull/424 ---

[GitHub] incubator-griffin pull request #424: Fiximport

2018-09-28 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/424 Fiximport You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin fiximport Alternatively you can review

[GitHub] incubator-griffin pull request #421: GRIFFIN-197 Treat non-existing YARN app...

2018-09-22 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/421#discussion_r219672109 --- Diff: service/src/main/java/org/apache/griffin/core/util/YarnNetUtil.java --- @@ -56,6 +62,14 @@ public static boolean update(String url

[GitHub] incubator-griffin pull request #422: Minor UI fixes

2018-09-22 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/422#discussion_r219671878 --- Diff: ui/angular/src/app/sidebar/sidebar.component.html --- @@ -38,15 +38,15

[GitHub] incubator-griffin pull request #405: update gpg keys

2018-08-30 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/405 update gpg keys You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin update_gpg_keys Alternatively you

[GitHub] incubator-griffin pull request #404: fix license header

2018-08-30 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/404 fix license header You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin fix_service_header

[GitHub] incubator-griffin pull request #398: make ui style consistent

2018-08-19 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/398 make ui style consistent make ui module code style consistent You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator

[GitHub] incubator-griffin pull request #396: set the fields in configuration classes...

2018-08-17 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/396#discussion_r210855056 --- Diff: measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/expr/TreeNode.scala --- @@ -18,28 +18,42 @@ under the License

[GitHub] incubator-griffin pull request #396: set the fields in configuration classes...

2018-08-17 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/396#discussion_r210854573 --- Diff: measure/src/main/scala/org/apache/griffin/measure/step/builder/dsl/expr/TreeNode.scala --- @@ -18,28 +18,42 @@ under the License

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

2018-08-14 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/388 @toyboxman hi Jin, There are some conflicts, could you try to sync it and submit the PR again? Thanks, William ---

[GitHub] incubator-griffin issue #394: set the fields in configuration classes privat...

2018-08-14 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/394 hi Grant, Could you rebase your code before submit PR? Thanks, William ---

[GitHub] incubator-griffin issue #392: Update pom.xml

2018-08-10 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/392 @SparshSinghalHM We are updating for our documents. Thanks, William ---

[GitHub] incubator-griffin issue #392: Update pom.xml

2018-08-10 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/392 Hi @SparshSinghalHM Thanks for your PR, but we cannot use mysql in our primary pom.xml directly since its license not compatible with apache community. so if you

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

2018-08-07 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/384 @toyboxman ---

[GitHub] incubator-griffin pull request #376: update dq job spec

2018-07-29 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/376 update dq job spec You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin update_griffin_job_spec

[GitHub] incubator-griffin pull request #373: Update batch measure config

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

[GitHub] incubator-griffin pull request #373: Update batch measure config

2018-07-26 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/373 Update batch measure config redesign batch config interfce You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator

[GitHub] incubator-griffin pull request #363: This closes #330, This closes #286

2018-07-19 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/363 This closes #330, This closes #286 This closes #330, This closes #286 You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng

[GitHub] incubator-griffin pull request #362: 2018 07 19 doc update 2

2018-07-19 Thread guoyuepeng
Github user guoyuepeng closed the pull request at: https://github.com/apache/incubator-griffin/pull/362 ---

[GitHub] incubator-griffin pull request #362: 2018 07 19 doc update 2

2018-07-19 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/362 2018 07 19 doc update 2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin 2018_07_19_doc_update_2

[GitHub] incubator-griffin pull request #361: 2018 07 19 doc update 2

2018-07-19 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/361 2018 07 19 doc update 2 You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin 2018_07_19_doc_update_2

[GitHub] incubator-griffin pull request #360: 2018 07 19 doc update 1

2018-07-19 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/360 2018 07 19 doc update 1 You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin 2018_07_19_doc_update_1

[GitHub] incubator-griffin pull request #357: 2018 07 18 update docker doc

2018-07-18 Thread guoyuepeng
Github user guoyuepeng closed the pull request at: https://github.com/apache/incubator-griffin/pull/357 ---

[GitHub] incubator-griffin issue #343: GRIFFIN-175 - fix es 411 issue

2018-07-12 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/343 ok. ---

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

2018-07-04 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/332 hi @toyboxman Yes, we might need to new patch for all '\n' Thanks, William ---

[GitHub] incubator-griffin issue #334: fix a bad practice, Empty interpolated string

2018-07-03 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/334 I agree 's' Interpolator is unnecessary for these two cases. ---

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

2018-07-03 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/333 LGTM ---

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

2018-07-02 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/331 hi Jin, Could you check why build failed? Tests in error: JobInstanceBeanRepoTest.testFindByActiveState » IllegalState Failed to load Ap

[GitHub] incubator-griffin pull request #328: 2018 06 28 fix job controller

2018-06-28 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/328 2018 06 28 fix job controller You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin issue #321: rename spark.url to resource manager url and l...

2018-06-24 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/321 hi Jason, Thanks, that makes sense. William ---

[GitHub] incubator-griffin issue #320: refactor job structure to remove redundant cla...

2018-06-23 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/320 OK, we will review your patch. Thanks Kevin. William ---

[GitHub] incubator-griffin issue #320: refactor job structure to remove redundant cla...

2018-06-21 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/320 hi Yao, there are some conflicting files, could you fix them then we will review this patch. Thanks, William ---

[GitHub] incubator-griffin issue #321: rename spark.url to resource manager url and l...

2018-06-21 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/321 LGTM. ---

[GitHub] incubator-griffin pull request #318: This closes #125

2018-06-20 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/318 This closes #125 at the same time, we will close some obsolete PRs. This closes #125 This closes #241 THis closes #242 This closes #279 You can merge this pull

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

2018-06-20 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/316 hi for compatible, we need scala-maven-plugin as 3.3.1 Thanks, William ---

[GitHub] incubator-griffin issue #309: change default database to h2

2018-06-15 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/309 hi YAO, We want to use h2 in dev profile(application-dev.properties), but for prod profile, we need to application-prod.properties untouched. Could you change

[GitHub] incubator-griffin pull request #304: 2018 06 14 refactor

2018-06-14 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/304 2018 06 14 refactor You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin 2018_06_14_refactor

[GitHub] incubator-griffin pull request #302: refactor persist to sink

2018-06-14 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/302 refactor persist to sink You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #298: add config reader test spec

2018-06-13 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/298 add config reader test spec You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin 2018_06_13_testcases

[GitHub] incubator-griffin pull request #296: 2018 06 11 refactor measure

2018-06-12 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/296 2018 06 11 refactor measure You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #295: rename field name

2018-06-11 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/295 rename field name You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin 2018_06_11_refactor_measure

[GitHub] incubator-griffin pull request #293: 2018 06 11 remove reduntant finals

2018-06-11 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/293 2018 06 11 remove reduntant finals You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #292: remove redundant keywords

2018-06-10 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/292 remove redundant keywords remote final keywords from case class. You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng

[GitHub] incubator-griffin issue #276: implement sample missing download service, see...

2018-05-08 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/276 to download the sample file, where is the specification for the sample? say we only download the head 20 records? ---

[GitHub] incubator-griffin pull request #159: 20171101 update parent artifact

2017-10-31 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/159 20171101 update parent artifact You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #155: 20171030 remove generated readme

2017-10-30 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/155 20171030 remove generated readme You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #131: 20171011 upgrdate angular2 build

2017-10-11 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/131 20171011 upgrdate angular2 build You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

[GitHub] incubator-griffin pull request #121: license update

2017-08-28 Thread guoyuepeng
Github user guoyuepeng commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/121#discussion_r135491329 --- Diff: service/src/test/resources/quartz-test.sql --- @@ -1,3 +1,22 @@ +/* --- End diff -- comments with sql. --- If your

[GitHub] incubator-griffin pull request #113: 20170720 remove test properties

2017-07-20 Thread guoyuepeng
GitHub user guoyuepeng opened a pull request: https://github.com/apache/incubator-griffin/pull/113 20170720 remove test properties You can merge this pull request into a Git repository by running: $ git pull https://github.com/guoyuepeng/incubator-griffin

  1   2   >