[jira] [Commented] (GRIFFIN-179) Deploy questions

2018-07-24 Thread Kwang-in (Dennis) JUNG (JIRA)


[ 
https://issues.apache.org/jira/browse/GRIFFIN-179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16555128#comment-16555128
 ] 

Kwang-in (Dennis) JUNG commented on GRIFFIN-179:


[~Kevin Yao]

I just merged recent master branch and build + run service again, and it 
stucked on:

```

2018-07-25 13:38:16.636 WARN 5884 --- [ main] 
o.h.v.m.ParameterMessageInterpolator : HV000184: ParameterMessageInterpolator 
has been chosen, EL interpolation will not be supported
2018-07-25 13:38:16.654 INFO 5884 --- [ main] 
trationDelegate$BeanPostProcessorChecker : Bean 
'spring.cache-org.springframework.boot.autoconfigure.cache.CacheProperties' of 
type [class org.springframework.boot.autoconfigure.cache.CacheProperties] is 
not eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying)
2018-07-25 13:38:16.675 INFO 5884 --- [ main] 
trationDelegate$BeanPostProcessorChecker : Bean 'cacheManagerCustomizers' of 
type [class 
org.springframework.boot.autoconfigure.cache.CacheManagerCustomizers] is not 
eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying)
2018-07-25 13:38:16.681 INFO 5884 --- [ main] 
trationDelegate$BeanPostProcessorChecker : Bean 
'org.springframework.boot.autoconfigure.cache.GuavaCacheConfiguration' of type 
[class 
org.springframework.boot.autoconfigure.cache.GuavaCacheConfiguration$$EnhancerBySpringCGLIB$$bf14f1dc]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying)
2018-07-25 13:38:16.707 INFO 5884 --- [ main] 
trationDelegate$BeanPostProcessorChecker : Bean 'cacheManager' of type [class 
org.springframework.cache.guava.GuavaCacheManager] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
2018-07-25 13:38:16.708 INFO 5884 --- [ main] 
trationDelegate$BeanPostProcessorChecker : Bean 
'cacheAutoConfigurationValidator' of type [class 
org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration$CacheManagerValidator]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying)
2018-07-25 13:38:17.316 INFO 5884 --- [ main] 
s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 
8080 (http)
Jul 25, 2018 1:38:17 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service Tomcat
Jul 25, 2018 1:38:17 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/8.5.11
Jul 25, 2018 1:38:17 PM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring embedded WebApplicationContext
2018-07-25 13:38:17.685 INFO 5884 --- [ost-startStop-1] o.s.w.c.ContextLoader : 
Root WebApplicationContext: initialization completed in 5914 ms
2018-07-25 13:38:22.105 INFO 5884 --- [ost-startStop-1] 
o.s.b.w.s.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-07-25 13:38:22.115 INFO 5884 --- [ost-startStop-1] 
o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' 
to: [/*]
2018-07-25 13:38:22.116 INFO 5884 --- [ost-startStop-1] 
o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: 
[/*]
2018-07-25 13:38:22.116 INFO 5884 --- [ost-startStop-1] 
o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' 
to: [/*]
2018-07-25 13:38:22.116 INFO 5884 --- [ost-startStop-1] 
o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: 
[/*]
2018-07-25 13:38:22.116 INFO 5884 --- [ost-startStop-1] 
o.s.b.w.s.FilterRegistrationBean : Mapping filter: 'simpleFilter' to: [/*]

```

I thought process is ended, but it does not show nothing in localhost:8080.

Is there some problem?

> Deploy questions
> 
>
> Key: GRIFFIN-179
> URL: https://issues.apache.org/jira/browse/GRIFFIN-179
> Project: Griffin (Incubating)
>  Issue Type: Test
>Affects Versions: 0.2.0-incubating
>Reporter: Kwang-in (Dennis) JUNG
>Priority: Minor
>
> Hello,
> I'm starter of this project, and have some question of setting up.
> This is my application.properties...
> ```
> spring.datasource.url = 
> jdbc:mysql://localhost:3306/quartz?autoReconnect=true=false
> spring.datasource.username = griffin
> spring.datasource.password = 123456
> spring.jpa.generate-ddl=true
> spring.datasource.driver-class-name = com.mysql.jdbc.Driver
> ...
> ```
> ...and it shows problem...
>  
> ```
> ...
> 2018-07-13 14:33:52.190 ERROR 6603 --- [ main] o.s.b.SpringApplication : 
> Application startup failed
> org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
> creating bean with name 'eclipseLinkJpaConfig' defined in URL 
> 

[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 doc/fix2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-griffin/pull/372.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #372


commit a2f752d5cfe4aa9df47e273505ba4fadb2441b39
Author: Eugene 
Date:   2018-07-24T14:15:58Z

Fix doc bug and make it more clear and understandable




---


[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

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-griffin/pull/371.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #371


commit c7e80a8438aee3d81e08078832d3809b3c02010b
Author: Eugene 
Date:   2018-07-24T12:11:52Z

Fix doc bug and improve doc readability




---


[jira] [Resolved] (GRIFFIN-133) [UI] Add missing records download link on UI

2018-07-24 Thread William Guo (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William Guo resolved GRIFFIN-133.
-
Resolution: Fixed

> [UI] Add missing records download link on UI
> 
>
> Key: GRIFFIN-133
> URL: https://issues.apache.org/jira/browse/GRIFFIN-133
> Project: Griffin (Incubating)
>  Issue Type: Task
>Reporter: Lionel Liu
>Assignee: William Guo
>Priority: Major
> Attachments: Screen Shot 2018-07-24 at 3.31.12 PM.png
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When user watch accuracy chart, provide missing records download link



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GRIFFIN-133) [UI] Add missing records download link on UI

2018-07-24 Thread William Guo (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William Guo updated GRIFFIN-133:

Attachment: Screen Shot 2018-07-24 at 3.31.12 PM.png

> [UI] Add missing records download link on UI
> 
>
> Key: GRIFFIN-133
> URL: https://issues.apache.org/jira/browse/GRIFFIN-133
> Project: Griffin (Incubating)
>  Issue Type: Task
>Reporter: Lionel Liu
>Assignee: William Guo
>Priority: Major
> Attachments: Screen Shot 2018-07-24 at 3.31.12 PM.png
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When user watch accuracy chart, provide missing records download link



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GRIFFIN-133) [UI] Add missing records download link on UI

2018-07-24 Thread William Guo (JIRA)


[ 
https://issues.apache.org/jira/browse/GRIFFIN-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553916#comment-16553916
 ] 

William Guo commented on GRIFFIN-133:
-

[https://github.com/apache/incubator-griffin/commit/f0ee5ec9261edb50cb4cb8a69edd348feb953b52]

 

[https://github.com/apache/incubator-griffin/commit/4523ded126d1126bc75c7e3d92e7fa60f867dddb]

 

Done.

 

 

> [UI] Add missing records download link on UI
> 
>
> Key: GRIFFIN-133
> URL: https://issues.apache.org/jira/browse/GRIFFIN-133
> Project: Griffin (Incubating)
>  Issue Type: Task
>Reporter: Lionel Liu
>Assignee: William Guo
>Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When user watch accuracy chart, provide missing records download link



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (GRIFFIN-133) [UI] Add missing records download link on UI

2018-07-24 Thread William Guo (JIRA)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

William Guo reassigned GRIFFIN-133:
---

Assignee: William Guo  (was: Yuqin Xuan)

> [UI] Add missing records download link on UI
> 
>
> Key: GRIFFIN-133
> URL: https://issues.apache.org/jira/browse/GRIFFIN-133
> Project: Griffin (Incubating)
>  Issue Type: Task
>Reporter: Lionel Liu
>Assignee: William Guo
>Priority: Major
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> When user watch accuracy chart, provide missing records download link



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GRIFFIN-185) [UI] download miss records

2018-07-24 Thread ASF GitHub Bot (JIRA)


[ 
https://issues.apache.org/jira/browse/GRIFFIN-185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16553862#comment-16553862
 ] 

ASF GitHub Bot commented on GRIFFIN-185:


Github user icesmartjuan commented on a diff in the pull request:

https://github.com/apache/incubator-griffin/pull/366#discussion_r204635343
  
--- Diff: service/src/main/java/org/apache/griffin/core/util/FSUtil.java ---
@@ -177,4 +177,23 @@ private static void checkHDFSConf() {
 }
 }
 
+public static String getFirstMissRecordPath(String hdfsDir) throws 
Exception{
+List fileList = listFileStatus(hdfsDir);
+for(int i=0; i [UI] download miss records
> --
>
> Key: GRIFFIN-185
> URL: https://issues.apache.org/jira/browse/GRIFFIN-185
> Project: Griffin (Incubating)
>  Issue Type: New Feature
>Reporter: Juan Li
>Assignee: Juan Li
>Priority: Major
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[GitHub] incubator-griffin pull request #366: GRIFFIN-185 - Feature/download ui

2018-07-24 Thread icesmartjuan
Github user icesmartjuan commented on a diff in the pull request:

https://github.com/apache/incubator-griffin/pull/366#discussion_r204635343
  
--- Diff: service/src/main/java/org/apache/griffin/core/util/FSUtil.java ---
@@ -177,4 +177,23 @@ private static void checkHDFSConf() {
 }
 }
 
+public static String getFirstMissRecordPath(String hdfsDir) throws 
Exception{
+List fileList = listFileStatus(hdfsDir);
+for(int i=0; i