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

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


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

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


[~Kevin Yao] some more question...

1.It shows error log when I click black image(button?) with 'system' written:

```

2018-07-17 14:02:55.750 ERROR 5021 --- [io-8080-exec-10] 
o.a.g.c.m.MetricServiceImpl : Failed to get metric values named System. 
Connection refused

```

Can you tell me what caused this problem?

 

2.I found some error message related with db setup when running service:

```

Internal Exception: java.sql.SQLException: Can't create table 
`quartz`.`#sql-24f_2e` (errno: 121 "Duplicate key on write or update")
Error Code: 1005
Call: ALTER TABLE RULE ADD CONSTRAINT FK_RULE_evaluate_rule_id FOREIGN KEY 
(evaluate_rule_id) REFERENCES EVALUATERULE (ID)
Query: DataModifyQuery(sql="ALTER TABLE RULE ADD CONSTRAINT 
FK_RULE_evaluate_rule_id FOREIGN KEY (evaluate_rule_id) REFERENCES EVALUATERULE 
(ID)")
[EL Fine]: sql: 2018-07-17 
14:06:16.821--ServerSession(302366050)--Connection(1131184547)--SELECT * FROM 
SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'
[EL Fine]: sql: 2018-07-17 
14:06:16.826--ServerSession(302366050)--Connection(1533524862)--SELECT * FROM 
SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN'

```

Do I have to do something with database?

 

3.Also, hive seems not connected though I started running `hiveserver2`

```

2018-07-17 14:06:21.324 INFO 5167 --- [ main] h.metastore : Trying to connect 
to metastore with URI thrift://localhost:9083
2018-07-17 14:06:21.326 WARN 5167 --- [ main] h.metastore : Failed to connect 
to the MetaStore Server...
2018-07-17 14:06:21.326 INFO 5167 --- [ main] h.metastore : Waiting 1 seconds 
before next connection attempt.
2018-07-17 14:06:22.328 INFO 5167 --- [ main] h.metastore : Trying to connect 
to metastore with URI thrift://localhost:9083
2018-07-17 14:06:22.330 WARN 5167 --- [ main] h.metastore : Failed to connect 
to the MetaStore Server...
2018-07-17 14:06:22.330 INFO 5167 --- [ main] h.metastore : Waiting 1 seconds 
before next connection attempt.
2018-07-17 14:06:23.349 ERROR 5167 --- [ main] o.a.g.c.m.h.HiveMetaStoreProxy : 
Failed to connect hive metastore. Could not connect to meta store using any of 
the URIs provided. Most recent failure: 
org.apache.thrift.transport.TTransportException: java.net.ConnectException: 
Connection refused (Connection refused)
 at org.apache.thrift.transport.TSocket.open(TSocket.java:226)
 at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:478)
 at 
org.apache.hadoop.hive.metastore.HiveMetaStoreClient.(HiveMetaStoreClient.java:286)

```

 

Thanks.

> 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 
> [jar:file:/Users/jung/workspace/etc/incubator-griffin/service/target/service-0.2.0-incubating-SNAPSHOT.jar!/BOOT-INF/classes!/org/apache/griffin/core/config/EclipseLinkJpaConfig.class]:
>  Unsatisfied dependency expressed through constructor parameter 0; nested 
> exception is org.springframework.beans.factory.BeanCreationException: Error 
> creating bean with name 'dataSource' defined in class path resource 
> [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]:
>  Bean instantiation via factory method failed; nested exception is 
> org.springframework.beans.BeanInstantiationException: Failed to instantiate 
> [org.apache.tomcat.jdbc.pool.DataSource]: Factory method 'dataSource' threw 
> exception; nested exception is java.lang.IllegalStateException: Cannot load 
> driver class: com.mysql.jdbc.Driver
>  at 
> org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
>  ~[spring-beans-4.3.6.RELEASE.jar!/:4.3.6.RELEASE]
>  at 
> org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)
>  ~[spring-beans-4.3.6.RELEASE.jar!/:4.3.6.RELEASE]
> ...
> ```
>  
> 

[jira] [Commented] (GRIFFIN-182) [UI] fix blank flash issue when routing from job to metric detail

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


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

ASF GitHub Bot commented on GRIFFIN-182:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/354


> [UI] fix blank flash issue when routing from job to metric detail
> -
>
> Key: GRIFFIN-182
> URL: https://issues.apache.org/jira/browse/GRIFFIN-182
> Project: Griffin (Incubating)
>  Issue Type: Improvement
>Reporter: Juan Li
>Priority: Major
>




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


[GitHub] incubator-griffin pull request #354: GRIFFIN-182 - fix blank flash when rout...

2018-07-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/354


---


[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/incubator-griffin bug/fixing

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

https://github.com/apache/incubator-griffin/pull/355.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 #355


commit 95cf208eef353a9cbd2531d571d7ce41d89956d5
Author: Eugene 
Date:   2018-07-10T05:57:20Z

Fix unit case bug

JobInstanceRepoTest always fails to run due to code bug, fix it here

commit 05ae2677945c3a34d02fd9981a525a90df066782
Author: Eugene 
Date:   2018-07-12T03:04:04Z

Merge branch 'master' of https://github.com/apache/incubator-griffin

commit ce6e073ba38cbc82ad3da8845748913005b015be
Author: Eugene 
Date:   2018-07-13T03:12:07Z

Merge branch 'master' of https://github.com/apache/incubator-griffin

commit c3db596009b556aa8c3f403aef4f6373ba87f33a
Author: Eugene 
Date:   2018-07-13T06:02:17Z

Refactor

fix unit test bug in service

commit 1d5dcddfcfe93838c1834866462a7d04a9af7aff
Author: Eugene 
Date:   2018-07-16T09:17:43Z

Merge branch 'master' of https://github.com/apache/incubator-griffin

commit 257fab5cf90fefb4a107dae99bdc50eb94741913
Author: Eugene 
Date:   2018-07-16T09:21:35Z

Fix bug and refactor GriffinMeasureOperatorImpl test codes




---


[jira] [Commented] (GRIFFIN-182) [UI] fix blank flash issue when routing from job to metric detail

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


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

ASF GitHub Bot commented on GRIFFIN-182:


Github user icesmartjuan commented on the issue:

https://github.com/apache/incubator-griffin/pull/354
  
other user reported ngx-echarts navigation issue: 
https://github.com/xieziyu/ngx-echarts/issues/18 


> [UI] fix blank flash issue when routing from job to metric detail
> -
>
> Key: GRIFFIN-182
> URL: https://issues.apache.org/jira/browse/GRIFFIN-182
> Project: Griffin (Incubating)
>  Issue Type: Improvement
>Reporter: Juan Li
>Priority: Major
>




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


[GitHub] incubator-griffin issue #354: GRIFFIN-182 - fix blank flash when routing fro...

2018-07-16 Thread icesmartjuan
Github user icesmartjuan commented on the issue:

https://github.com/apache/incubator-griffin/pull/354
  
other user reported ngx-echarts navigation issue: 
https://github.com/xieziyu/ngx-echarts/issues/18 


---


[jira] [Commented] (GRIFFIN-182) [UI] fix blank flash issue when routing from job to metric detail

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


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

ASF GitHub Bot commented on GRIFFIN-182:


GitHub user icesmartjuan opened a pull request:

https://github.com/apache/incubator-griffin/pull/354

GRIFFIN-182 - fix blank flash when routing from job to metric detail

GRIFFIN-182 - fix blank flash when routing from job to metric detail

ISSUE:
currently, when navigating from ```health``` jobs to job-metric detail 
page, it will reload the health page causing blank flash

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/icesmartjuan/incubator-griffin 
fixblankflashwhenroutefromjobtometric

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

https://github.com/apache/incubator-griffin/pull/354.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 #354


commit e060e68e2d1253518c50f5c54f4ae1ae691c84c6
Author: Li, Juan 
Date:   2018-07-16T08:42:54Z

fix blank flash when routing from job to metric detail




> [UI] fix blank flash issue when routing from job to metric detail
> -
>
> Key: GRIFFIN-182
> URL: https://issues.apache.org/jira/browse/GRIFFIN-182
> Project: Griffin (Incubating)
>  Issue Type: Improvement
>Reporter: Juan Li
>Priority: Major
>




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


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

2018-07-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/351


---


[jira] [Commented] (GRIFFIN-181) [UI] add popup window when performing stop action to a job

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


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

ASF GitHub Bot commented on GRIFFIN-181:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/353


> [UI] add popup window when performing stop action to a job
> --
>
> Key: GRIFFIN-181
> URL: https://issues.apache.org/jira/browse/GRIFFIN-181
> Project: Griffin (Incubating)
>  Issue Type: Improvement
>Reporter: Juan Li
>Priority: Major
>




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


[GitHub] incubator-griffin pull request #353: GRIFFIN-181-add popup window when perfo...

2018-07-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/353


---


[GitHub] incubator-griffin pull request #352: GRIFFIN-180-add validation for creating...

2018-07-16 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/352


---


[jira] [Commented] (GRIFFIN-180) [UI] add validation for creating profiling and accuracy measure

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


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

ASF GitHub Bot commented on GRIFFIN-180:


Github user asfgit closed the pull request at:

https://github.com/apache/incubator-griffin/pull/352


> [UI] add validation for creating profiling and accuracy measure
> ---
>
> Key: GRIFFIN-180
> URL: https://issues.apache.org/jira/browse/GRIFFIN-180
> Project: Griffin (Incubating)
>  Issue Type: Bug
>Reporter: Juan Li
>Assignee: Juan Li
>Priority: Major
> Attachments: 180.png
>
>
> when creating profiling or accuracy measures: skip all other steps jump to 
> the last step, add measure name , data source/target is empty, you could 
> submit from the frontend, which is not expected.
> and in the subsequent pop-up  window, empty field(source/target) with just 
> "." is not expected
>  
> attached the issue snapshot.



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