Griffin service error

2018-04-10 Thread Karan Gupta
Hi Griffin Team, I am trying to run the service jar for griffin but I am encountering the below error, [cid:image001.png@01D3D0DF.A114DDA0] Need guidance on the same. Thank you, Karan Gupta From: Lionel, Liu Sent: Saturday, April 7, 2018 1:32 PM To: Vinod Raina

Re: Can't get output after creating measure

2018-04-10 Thread Lionel Liu
Hi Ashwini, First, you could check the log of griffin service, to know if it has triggered the job instance. Then, griffin service will submit a spark application with configuration to livy, you can check the log of livy, to verify if it has been submitted correctly. After that, you need to check

Re: Can't get output after creating measure

2018-04-10 Thread William Guo
hi Ashwin, Could you show us your log here? Thanks, William On Tue, Apr 10, 2018 at 3:35 PM, Ashwini Kumar Gupta < ashwini.gu...@enquero.com> wrote: > Hello Team, > > I have been trying to install and use griffin but I cannot get output when > I click on DQ Matrix. > > I created a measure,

Re: Griffin service error

2018-04-10 Thread Lionel Liu
Hi Karan, I'd like to help you but I can't see the picture. Could you attach it or describe clearer? Thanks, Lionel On Tue, Apr 10, 2018 at 5:51 PM, Karan Gupta wrote: > Hi Griffin Team, > > > > I am trying to run the service jar for griffin but I am encountering the >

Re:RE: Can't get output after creating measure

2018-04-10 Thread Lionel Liu
Hi Ashwini, It works the same in linux OS, we need to check the log to figure out what happened, it might be some configure mistake or input mistake. I recommend you try our docker image first, by following this doc:

RE: Can't get output after creating measure

2018-04-10 Thread Ashwini Kumar Gupta
Hello Lionel, I’m running this in cloudera VM. Will that change anything? Regards Ashwin From: Lionel Liu Sent: 10 April 2018 15:26 To: dev@griffin.incubator.apache.org; Ashwini Kumar Gupta Subject: Re: Can't get output after creating measure

RE: Griffin Service Error

2018-04-10 Thread Karan Gupta
Hi Lionel, hive.metastore.uris is correctly set as per my knowledge in the application.properties. Could you suggest any alternative or a work around? Thank you, Karan Gupta From: Lionel, Liu Sent: Tuesday, April 10, 2018 6:00 PM To: Karan Gupta ;

Griffin on Docker - modify Hive metastore Uris

2018-04-10 Thread Enrico D'Urso
Hi, I have just set up the Griffin Docker image and it seems to work ok, I am able to view the sample data that comes by default. Now, I would like to test a bit the metrics things against a subset of a table that I have in our Hive instance; In particular the configuration is as follows: -

Re: Griffin Service Error

2018-04-10 Thread Lionel Liu
Hi Karan, I've read your log again, found error happens as steps bellow: *1. You've configured hive.metastore.uris as "thrift://azudpoc2928.ent.lolcentral.com:9083 ", which is the correct one.* Griffin server start up and try to connect to hive

[jira] [Updated] (GRIFFIN-132) [Community] Update the status file on site

2018-04-10 Thread William Guo (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] William Guo updated GRIFFIN-132: Sprint: Apache Sprint 1 > [Community] Update the status file on site >

Can't get output after creating measure

2018-04-10 Thread Ashwini Kumar Gupta
Hello Team, I have been trying to install and use griffin but I cannot get output when I click on DQ Matrix. I created a measure, created a job to run. The sequence in which I run all services are: 1. Elasticsearch 2. Jar file I also noticed that griffin is not creating mapping in ES.

Re: Griffin on Docker - modify Hive metastore Uris

2018-04-10 Thread Lionel Liu
Hi Enrico, Griffin service only need to get metadata from hive metastore service, it doesn't fetch hive table data actually. Griffin measure, which runs on spark cluster, needs to fetch hive table data, you need to pass the AWS credentials to it when submit. I recommend you try the shell-submit