Hi Ashwini,
I've read your document, and here lists my answers: *Question - Do I keep both of them? You should only keep the effective “sparkJob.jars” parameter. - Do I have to copy hive-site.xml to HDFS and give the HDFS path in spark.yarn.dist.files? You’d better copy hive-site.xml to HDFS, cause livy could only submit spark applications in cluster mode, so the hive-site.xml should be accessed by each node.* About the livy log: *According to livy log, it seems that your configuration of sparkJob.properties doesn’t work, livy is trying to find hdfs:///griffin/griffin-measure.jar, not hdfs:///user/griffin/griffin-measure.jar.* Pls correct the sparkJob.properties, and rebuild the service module and have a try. Thanks, Lionel On Fri, Apr 13, 2018 at 4:16 PM, Ashwini Kumar Gupta < [email protected]> wrote: > Hello Lionel, > > > > Apologies for delayed reply. I was trying all my options before raising an > issue. > > > > I’m attaching my installation steps. Please let me know what’s wrong with > them. > > > > Regards > > Ashwin > > > > *From:* [email protected] <[email protected]> *On Behalf Of *Lionel Liu > *Sent:* 10 April 2018 18:11 > *To:* [email protected]; Ashwini Kumar Gupta < > [email protected]> > *Subject:* Re:RE: Can't get output after creating measure > > > > 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: > https://github.com/apache/incubator-griffin/blob/ > master/griffin-doc/docker/griffin-docker-guide.md > > > > -- > > Regards, > > Lionel, Liu > > > > > At 2018-04-10 19:25:01, "Ashwini Kumar Gupta" <[email protected]> > wrote: > > >Hello Lionel, > > > > > >I’m running this in cloudera VM. Will that change anything? > > > > > >Regards > > >Ashwin > > > > > >From: Lionel Liu <[email protected]> > > >Sent: 10 April 2018 15:26 > > >To: [email protected]; Ashwini Kumar Gupta > ><[email protected]> > > >Subject: Re: Can't get output after creating measure > > > > > >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 the spark cluster, to verify the application > >has been accepted by the cluster, if it runs, you can get the application > >log through yarn. > > > > > >Each step error might block the result. > > > > > >Thanks, > > >Lionel > > > > > >On Tue, Apr 10, 2018 at 5:01 PM, William Guo > ><[email protected]<mailto:[email protected]>> wrote: > > >hi Ashwin, > > > > > >Could you show us your log here? > > > > > >Thanks, > > >William > > > > > >On Tue, Apr 10, 2018 at 3:35 PM, Ashwini Kumar Gupta < > > >[email protected]<mailto:[email protected]>> 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, 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. > > >> > > >> Can you please tell me where I'm going wrong. > > >> > > >> Thanks > > >> Ashwin > > >> > > > > > > > >
