[
https://issues.apache.org/jira/browse/GRIFFIN-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16646042#comment-16646042
]
Nikolay Sokolov commented on GRIFFIN-190:
-----------------------------------------
[~cwoytasik] looks like it've failed over here:
[https://github.com/apache/incubator-griffin/blob/griffin-0.2.0-incubating-rc4/measure/src/main/scala/org/apache/griffin/measure/Application.scala#L99]
If you are compiling it yourself, you can add extra line
{{ex.printStackTrace()}} before exit call, so it would be more clear what the
error is. Process init is mostly doing spark context setup there, and very
likely config is not complete or spark itself is not configured properly.
Looking at spark context init code, I have gut feel that you are having NPE
around [this
line|https://github.com/apache/incubator-griffin/blob/griffin-0.2.0-incubating-rc4/measure/src/main/scala/org/apache/griffin/measure/process/BatchDqProcess.scala#L57],
and adding "config" key your env.json could help:
{code:none}
"spark": {"log.level": "WARN", "config": {}}
{code}
[~Lionel_3L] should we log full stack trace there, instead of just message?
> Blank Health and DQ Metrics Screen
> ----------------------------------
>
> Key: GRIFFIN-190
> URL: https://issues.apache.org/jira/browse/GRIFFIN-190
> Project: Griffin (Incubating)
> Issue Type: Bug
> Affects Versions: 0.2.0-incubating
> Reporter: Cory Woytasik
> Priority: Major
> Attachments: PLDataLineageLoad061818.csv
>
>
> Griffin is up and running. We have both an accuracy measure and a profiling
> measure that is set to run every minute via jobs. When we click the chart
> icon next to the job we receive a "no content" message. When we click on the
> Health link or DQ Metrics link they think for a second and then display a
> blank screen. We are thinking this might be ES related, but aren't
> completely sure. Need some help. We assume it's a path or property setup
> issue. Here are the versions we are running:
> Hive - 3.1.0
> Elasticsearch - 5.3.1
> griffin - 0.2.0
> hadoop - 3.1.1
> livy - 0.3.0
> spark - 2.3.1
> Using postgres too
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)