griffin
griffin copied to clipboard
Model driven data quality service
use incubator-griffin-master submit job the livy get exception [ stdout: 18/06/03 03:17:02 ERROR measure.Application$: java.net.URISyntaxException: Relative path in absolute URI: { stdout: "measure.type" :%20%22griffin%22,%0A%20%20%22id%22%20:%201,%0A%20%20%22name%22%20:%20%22hive-test-01%22,%0A%20%20%22owner%22%20:%20%22test%22,%0A%20%20%22description%22%20:%20%22hive_studentno_test01%22,%0A%20%20%22deleted%22%20:%20false,%0A%20%20%22timestamp%22%20:%201527880618561,%0A%20%20%22dq.type%22%20:%20%22profiling%22,%0A%20%20%22process.type%22%20:%20%22batch%22,%0A%20%20%22rule.description%22%20:%20%7B%0A%20%20%20%20%22details%22%20:%20%5B%20%7B%0A%20%20%20%20%20%20%22name%22%20:%20%22stuno%22,%0A%20%20%20%20%20%20%22infos%22%20:%20%22Total%20Count%22%0A%20%20%20%20%7D%20%5D%0A%20%20%7D,%0A%20%20%22data.sources%22%20:%20%5B%20%7B%0A%20%20%20%20%22id%22%20:%204,%0A%20%20%20%20%22name%22%20:%20%22source%22,%0A%20%20%20%20%22connectors%22%20:%20%5B%20%7B%0A%20%20%20%20%20%20%22id%22%20:%205,%0A%20%20%20%20%20%20%22name%22%20:%20%22source1527922226576%22,%0A%20%20%20%20%20%20%22type%22%20:%20%22hive%22,%0A%20%20%20%20%20%20%22version%22%20:%20%221.2%22,%0A%20%20%20%20%20%20%22predicates%22%20:%20%5B%20%5D,%0A%20%20%20%20%20%20%22data.unit%22%20:%20%221day%22,%0A%20%20%20%20%20%20%22data.time.zone%22%20:%20%22%22,%0A%20%20%20%20%20%20%22config%22%20:%20%7B%0A%20%20%20%20%20%20%20%20%22database%22%20:%20%22default%22,%0A%20%20%20%20%20%20%20%20%22table.name%22%20:%20%22studentno%22%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%20%5D%0A%20%20%7D%20%5D,%0A%20%20%22evaluate.rule%22%20:%20%7B%0A%20%20%20%20%22id%22%20:%202,%0A%20%20%20%20%22rules%22%20:%20%5B%20%7B%0A%20%20%20%20%20%20%22id%22%20:%203,%0A%20%20%20%20%20%20%22rule%22%20:%20%22count(source.%5C%60stuno%5C%60)%20AS%20%5C%60stuno-count%5C%60%22,%0A%20%20%20%20%20%20%22name%22%20:%20%22profiling%22,%0A%20%20%20%20%20%20%22dsl.type%22%20:%20%22griffin-dsl%22,%0A%20%20%20%20%20%20%22dq.type%22%20:%20%22profiling%22%0A%20%20%20%20%7D%20%5D%0A%20%20%7D,%0A%20%20%22measure.type%22%20:%20%22griffin%22%0A%7D spark-submit exited with code 254 spark-submit...
when post2Livy ,the griffin service get exception as belown : [ERROR 5251 --- [ryBean_Worker-5] o.a.g.c.j.SparkSubmitJob : Post to livy error. 500 Internal Server Erro] ant the livy get exception as...
When I use yarn-cluster to submit spark jobs,the error log is as belows: ``` Application application_1512628890181_92576 failed 2 times due to AM Container for appattempt_1512628890181_92576_000002 exited with exitCode: -1000 For...
i have deploy griffin and run at local,but when i run `java -jar service/target/service.jar`, it says port 8080 is used.how can i change the port to others?
Hi, I followed the guide to deploy the docker images. I have both (griffin and es running). Then I enter the griffin container in interactive mode and I execute `java...
when i run in docker it works, but is there a way content with my local hive database? And when i try run GRIFFIN at local,i can use my hive...
I'm on the document, and there's nothing wrong with it(https://github.com/apache/incubator-griffin/blob/master/griffin-doc/userguide.md)
Hello, I followed the user guide.Firstly, I created a assert, and then,I created a model . But, the model was always inital status ,and it has never been executed. Can...
Hello, I was interresting by your project, but I found a strange error. I followed the readme on https://github.com/eBay/griffin but spark-submit command failed with this message : 17/04/07 20:10:27 INFO...
Hi, Is there a way to compare data from different sources using this tool? In my case, the comparison is between a mysql db and hive table. Thanks, Navin