[jira] [Commented] (GRIFFIN-280) Issues with travis-ci build config

2019-08-24 Thread Johnnie (Jira)


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

Johnnie commented on GRIFFIN-280:
-

[https://travis-ci.org/apache/griffin/builds/576008161?utm_source=github_status_medium=notification]
 

build under apache/griffin

 

> Issues with travis-ci build config
> --
>
> Key: GRIFFIN-280
> URL: https://issues.apache.org/jira/browse/GRIFFIN-280
> Project: Griffin
>  Issue Type: Bug
>Reporter: Johnnie
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Actually, some of the test cases are failed without external dependencies 
> such as hive.
> Below is the travis-cli and we can find some exceptions
> [https://travis-ci.org/apache/griffin]
>  
> 2019-08-15 08:40:25.987 ERROR 5041 --- [ main] o.a.g.c.m.h.HiveMetaStoreProxy 
> [70] : Failed to connect hive metastore. {}
> 568
> 569org.apache.hadoop.hive.metastore.api.MetaException: 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)
> 570 at org.apache.thrift.transport.TSocket.open(TSocket.java:226)
> 571 at 
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:478)
> 572 at 
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.(HiveMetaStoreClient.java:286)
> 573 at 
> org.apache.hadoop.hive.metastore.HiveMetaStoreClient.(HiveMetaStoreClient.java:211)
> 574 at 
> org.apache.griffin.core.metastore.hive.HiveMetaStoreProxy.initHiveMetastoreClient(HiveMetaStoreProxy.java:68)
> 575 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 576 at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 577 at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 578 at java.lang.reflect.Method.invoke(Method.java:498)
> 579 at 
>  
> I think we might need to change travis config to execute docker-compose -f to 
> start up the dockers before we run the CI test.
>  
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Work logged] (GRIFFIN-279) Upgrade Spring boot to 2.1.7.RELEASE

2019-08-24 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/GRIFFIN-279?focusedWorklogId=300732=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-300732
 ]

ASF GitHub Bot logged work on GRIFFIN-279:
--

Author: ASF GitHub Bot
Created on: 24/Aug/19 16:36
Start Date: 24/Aug/19 16:36
Worklog Time Spent: 10m 
  Work Description: joohnnie commented on issue #523: GRIFFIN-279 Upgrade 
Spring boot to 2.1.7.RELEASE
URL: https://github.com/apache/griffin/pull/523#issuecomment-524564248
 
 
   @ahutsunshine would you make sure you are using 2.1.7.RELEASE?
   as the two methods you mentioned are introduced in spring boot 2.x, not 
exist in 1.5.x
   
   Thanks
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 300732)
Time Spent: 1h 20m  (was: 1h 10m)

> Upgrade Spring boot to 2.1.7.RELEASE
> 
>
> Key: GRIFFIN-279
> URL: https://issues.apache.org/jira/browse/GRIFFIN-279
> Project: Griffin
>  Issue Type: Improvement
>Reporter: Johnnie
>Priority: Major
>  Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> As spring boot 1.x is end of life Aug 1st 2019, it would be great to migrate 
> to 2.1.x.
> Below is the announcement
> [https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019]
> Migrate Guide is 
> [https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide]
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


Custom measures in UI

2019-08-24 Thread jose.martin_santacruz.ext
Hello,

>From Griffin UI we can only créate Accuracy and Profiling measures, I imagine 
>that the rest of measures types have to be created as custom measures, is it 
>correct? If it is, where can we find the documentation about how to create and 
>configure the rest of measure types?

Waiting for your answer.

Regards


[GitHub] [griffin] ahutsunshine commented on issue #523: GRIFFIN-279 Upgrade Spring boot to 2.1.7.RELEASE

2019-08-24 Thread GitBox
ahutsunshine commented on issue #523: GRIFFIN-279 Upgrade Spring boot to 
2.1.7.RELEASE
URL: https://github.com/apache/griffin/pull/523#issuecomment-524560001
 
 
   Btw, I build and run 2.1.7.RELEASE, but there are some errors in my project.
   1.BaseJpaRepository.class
   `Error:(26, 68) java: type argument ID is not within bounds of type-variable 
ID`
   `Error:(28, 20) java: cannot find symbol
 symbol:   method findById(ID)
 location: interface 
org.apache.griffin.core.job.repo.BaseJpaRepository`
   2.BatchJobOperatorImpl.class
   `Error:(314, 21) java: cannot find symbol
 symbol:   method 
saveAll(java.util.List)
 location: variable instanceRepo of type 
org.apache.griffin.core.job.repo.JobInstanceRepo`
   Please take a look, thanks.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Commented] (GRIFFIN-282) Multiple Metrics required when Multiple rules in dq.json

2019-08-24 Thread Mohammed Tanzeel (Jira)


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

Mohammed Tanzeel commented on GRIFFIN-282:
--

Hi Eugene,
I have uploaded the runtime log file in my post.please find that attachmene

> Multiple Metrics required when Multiple rules in dq.json
> 
>
> Key: GRIFFIN-282
> URL: https://issues.apache.org/jira/browse/GRIFFIN-282
> Project: Griffin
>  Issue Type: Improvement
>  Components: accuracy-real-time
>Affects Versions: 0.4.0
>Reporter: Mohammed Tanzeel
>Priority: Major
> Attachments: dq.json, log.txt
>
>
> Hey, 
> I have been doing a POC on griffin for performing accuracy checks on my data. 
> I have running multiple rules and require metrics and miss records for each 
> of them but i am getting the output only for the first one. Can you please 
> help me with this. PFA, dq.json file & log.txt



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (GRIFFIN-282) Multiple Metrics required when Multiple rules in dq.json

2019-08-24 Thread Mohammed Tanzeel (Jira)


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

Mohammed Tanzeel updated GRIFFIN-282:
-
Description: 
Hey, 

I have been doing a POC on griffin for performing accuracy checks on my data. I 
have running multiple rules and require metrics and miss records for each of 
them but i am getting the output only for the first one. Can you please help me 
with this. PFA, dq.json file & log.txt

  was:
Hey, 

I have been doing a POC on griffin for performing accuracy checks on my data. I 
have running multiple rules and require metrics and miss records for each of 
them but i am getting the output only for the first one. Can you please help me 
with this. PFA, dq.json file.


> Multiple Metrics required when Multiple rules in dq.json
> 
>
> Key: GRIFFIN-282
> URL: https://issues.apache.org/jira/browse/GRIFFIN-282
> Project: Griffin
>  Issue Type: Improvement
>  Components: accuracy-real-time
>Affects Versions: 0.4.0
>Reporter: Mohammed Tanzeel
>Priority: Major
> Attachments: dq.json, log.txt
>
>
> Hey, 
> I have been doing a POC on griffin for performing accuracy checks on my data. 
> I have running multiple rules and require metrics and miss records for each 
> of them but i am getting the output only for the first one. Can you please 
> help me with this. PFA, dq.json file & log.txt



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Updated] (GRIFFIN-282) Multiple Metrics required when Multiple rules in dq.json

2019-08-24 Thread Mohammed Tanzeel (Jira)


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

Mohammed Tanzeel updated GRIFFIN-282:
-
Attachment: log.txt

> Multiple Metrics required when Multiple rules in dq.json
> 
>
> Key: GRIFFIN-282
> URL: https://issues.apache.org/jira/browse/GRIFFIN-282
> Project: Griffin
>  Issue Type: Improvement
>  Components: accuracy-real-time
>Affects Versions: 0.4.0
>Reporter: Mohammed Tanzeel
>Priority: Major
> Attachments: dq.json, log.txt
>
>
> Hey, 
> I have been doing a POC on griffin for performing accuracy checks on my data. 
> I have running multiple rules and require metrics and miss records for each 
> of them but i am getting the output only for the first one. Can you please 
> help me with this. PFA, dq.json file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (GRIFFIN-265) [UI] Migrate css to scss

2019-08-24 Thread Eugene (Jira)


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

Eugene commented on GRIFFIN-265:


it's cool idea to improve current UI style using JSS

> [UI] Migrate css to scss
> 
>
> Key: GRIFFIN-265
> URL: https://issues.apache.org/jira/browse/GRIFFIN-265
> Project: Griffin
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Edgar Joya
>Priority: Minor
>  Labels: beginner
>
> The reason to migrate to scss is for better organization of the front end 
> styling. Eventually css will not be managable down the line. There could be 
> other possible alternatives that allow for dynamic styling like the following 
> https://cssinjs.org/?v=v10.0.0-alpha.22



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (GRIFFIN-277) Seperate Project intro 3 repos

2019-08-24 Thread Eugene (Jira)


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

Eugene commented on GRIFFIN-277:


[~eujc21]

got you.

currently we hope to offer all-in-one dq solution, so the easy way is that 
package them into one repo. but if the user is willing to build a customized 
UI, they still can build it on service layer.

I think your advice is a good idea, Griffin community should consider it in the 
future plan.


Eugene 

> Seperate Project intro 3 repos
> --
>
> Key: GRIFFIN-277
> URL: https://issues.apache.org/jira/browse/GRIFFIN-277
> Project: Griffin
>  Issue Type: Wish
>Reporter: Edgar Joya
>Priority: Major
>
> As a developer I would like to have the three different components separated 
> into their own repos for separation of development.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (GRIFFIN-282) Multiple Metrics required when Multiple rules in dq.json

2019-08-24 Thread Eugene (Jira)


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

Eugene commented on GRIFFIN-282:


seems no misconfiguration in dq.json, could you upload runtime log helping 
further investigation

> Multiple Metrics required when Multiple rules in dq.json
> 
>
> Key: GRIFFIN-282
> URL: https://issues.apache.org/jira/browse/GRIFFIN-282
> Project: Griffin
>  Issue Type: Improvement
>  Components: accuracy-real-time
>Affects Versions: 0.4.0
>Reporter: Mohammed Tanzeel
>Priority: Major
> Attachments: dq.json
>
>
> Hey, 
> I have been doing a POC on griffin for performing accuracy checks on my data. 
> I have running multiple rules and require metrics and miss records for each 
> of them but i am getting the output only for the first one. Can you please 
> help me with this. PFA, dq.json file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)