[jira] [Commented] (GRIFFIN-102) [Service] Fix bug of fetching metrics of different jobs with the same name

2018-09-04 Thread jesus (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603116#comment-16603116 ] jesus commented on GRIFFIN-102: ---   Can we use the most current one? > [Service] Fix bug o

[GitHub] incubator-griffin pull request #409: Support for HDP

2018-09-04 Thread xuspi
Github user xuspi commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/409#discussion_r214942983 --- Diff: service/src/main/java/org/apache/griffin/core/job/SparkSubmitJob.java --- @@ -113,8 +117,13 @@ private void updateJobInstanceState(JobExe

[jira] [Created] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Cory Woytasik (JIRA)
Cory Woytasik created GRIFFIN-189: - Summary: Griffin - Livy error Key: GRIFFIN-189 URL: https://issues.apache.org/jira/browse/GRIFFIN-189 Project: Griffin (Incubating) Issue Type: Bug Aff

[jira] [Commented] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Lionel Liu (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603814#comment-16603814 ] Lionel Liu commented on GRIFFIN-189: Hi, it seems like the submission of spark job f

[jira] [Updated] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Michael Kisly (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kisly updated GRIFFIN-189: -- Attachment: sparkJob.properties > Griffin - Livy error > > >

[jira] [Updated] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Michael Kisly (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Kisly updated GRIFFIN-189: -- Attachment: sparkJob.properties > Griffin - Livy error > > >

[jira] [Commented] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Michael Kisly (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603881#comment-16603881 ] Michael Kisly commented on GRIFFIN-189: --- Hello, I've been working directly with Co

[jira] [Commented] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Lionel Liu (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603913#comment-16603913 ] Lionel Liu commented on GRIFFIN-189: Well, seems like you are using the old version

[jira] [Commented] (GRIFFIN-189) Griffin - Livy error

2018-09-04 Thread Lionel Liu (JIRA)
[ https://issues.apache.org/jira/browse/GRIFFIN-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16603919#comment-16603919 ] Lionel Liu commented on GRIFFIN-189: Maybe I can have a look at your Dockerfile, to

[GitHub] incubator-griffin issue #409: Support for HDP

2018-09-04 Thread bhlx3lyx7
Github user bhlx3lyx7 commented on the issue: https://github.com/apache/incubator-griffin/pull/409 I've tested the code, it works in docker. "X-Requested-By" could be set as any value, is it appropriate to hardcode it as "admin"? ---

[GitHub] incubator-griffin pull request #409: Support for HDP

2018-09-04 Thread SparshSinghalHM
Github user SparshSinghalHM commented on a diff in the pull request: https://github.com/apache/incubator-griffin/pull/409#discussion_r215148542 --- Diff: service/src/main/java/org/apache/griffin/core/job/SparkSubmitJob.java --- @@ -113,8 +117,13 @@ private void updateJobInstanceSt

[GitHub] incubator-griffin issue #409: Support for HDP

2018-09-04 Thread SparshSinghalHM
Github user SparshSinghalHM commented on the issue: https://github.com/apache/incubator-griffin/pull/409 @bhlx3lyx7 No, not required. We can ask for the ambari username in application.properties. Admin is the default user. ---