Re: [VOTE] Release of Apache Griffin-0.2.0-incubating [RC4]

2018-05-01 Thread john@apache
+1 On Wed, May 2, 2018 at 10:12 AM, Lionel Liu wrote: > I checked: > > signature files: OK > hash files: OK > LICENSE: OK for source release, no cat-X dependency, no cat-B bundled > source. > NOTICE: OK > DISCLAIMER: OK > compile: OK > > so +1 > > Thanks, > Lionel > > On

Re: [VOTE] Release of Apache Griffin-0.2.0-incubating [RC4]

2018-05-01 Thread Lionel Liu
I checked: signature files: OK hash files: OK LICENSE: OK for source release, no cat-X dependency, no cat-B bundled source. NOTICE: OK DISCLAIMER: OK compile: OK so +1 Thanks, Lionel On Sun, Apr 29, 2018 at 2:33 PM, William Guo wrote: > hi guys, > > Please help us and

[jira] [Resolved] (GRIFFIN-153) [UI] Can not render accuracy chart on UI

2018-05-01 Thread Lionel Liu (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lionel Liu resolved GRIFFIN-153. Resolution: Fixed Fix Version/s: 1.0.0-incubating Issue resolved by pull request 273

[GitHub] incubator-griffin pull request #273: GRIFFIN-153

2018-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-griffin/pull/273 ---

Re: Custom Rules For Existing Data

2018-05-01 Thread Lionel Liu
Hi Karan, Griffin supports rules described in "griffin-dsl" or "spark-sql". The measure module reads the configuration and calculates the metrics, the service module just submit spark jobs with the configuration. You can get some information about how to generate the configuration, as well as

[GitHub] incubator-griffin pull request #274: update document of measure batch sample

2018-05-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/incubator-griffin/pull/274 ---

[GitHub] incubator-griffin pull request #274: update document of measure batch sample

2018-05-01 Thread bhlx3lyx7
GitHub user bhlx3lyx7 opened a pull request: https://github.com/apache/incubator-griffin/pull/274 update document of measure batch sample You can merge this pull request into a Git repository by running: $ git pull https://github.com/bhlx3lyx7/incubator-griffin tmst

Re: Re:Livy Error

2018-05-01 Thread Lionel Liu
Hi Karan, In griffin, it submits jobs to livy through "batches" endpoint, you can just try the spark sample submission to have a test, that should work. Actually, griffin hasn't supported the "-negotiate" parameter, we only support some easy ones. Griffin reads the parameters from

Re: [DISCUSS] Support CLI launch for spark jobs

2018-05-01 Thread Lionel Liu
I agree that users should be blocked if they don't install livy, livy is easy for spark job submitting, but we also need some other approach like submitting in shell way or using APIs of yarn. However, there're more spikes to adapt to different spark clusters, like yarn or mesos, which is not the