GitHub user nezhazheng opened a pull request:
https://github.com/apache/incubator-griffin/pull/286
Fix livy parmas escape bug.
We escape '`' on SparkSubmitJob, but no unescpae when parse json on
org.apache.griffin.measure.Application, so it will be encounter parse error
when running job.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nezhazheng/incubator-griffin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-griffin/pull/286.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #286
----
commit 2216f0cb89df35503e2b33c1796c628fda7304b1
Author: zhengshuli <zhengshuli@...>
Date: 2018-05-24T10:04:05Z
fix livy parmas escape bug.
----
---