[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-18 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972292#comment-15972292
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user asfgit closed the pull request at:

https://github.com/apache/eagle/pull/908


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972061#comment-15972061
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user chitin commented on a diff in the pull request:

https://github.com/apache/eagle/pull/908#discussion_r111864052
  
--- Diff: eagle-external/eagle-cdh/src/aux/eagle-server.sh ---
@@ -0,0 +1,135 @@
+#!/bin/bash
--- End diff --

Thank you very much for your review. I have used it in my company for a 
long time.


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15971579#comment-15971579
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user jhsenjaliya commented on a diff in the pull request:

https://github.com/apache/eagle/pull/908#discussion_r111810600
  
--- Diff: eagle-external/eagle-cdh/src/aux/eagle-server.sh ---
@@ -0,0 +1,135 @@
+#!/bin/bash
--- End diff --

while packaging this module, can you pick up eagle.conf and copy it as 
eagle.properties via  maven-assembly-plugin since the file content dont change ?
btw, i dont see eagle.properties  file in this PR. is it in different 
format than eagle.conf?



> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15970902#comment-15970902
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user chitin commented on a diff in the pull request:

https://github.com/apache/eagle/pull/908#discussion_r111723827
  
--- Diff: eagle-external/eagle-cdh/src/aux/eagle-server.sh ---
@@ -0,0 +1,135 @@
+#!/bin/bash
--- End diff --

Thanks for your review. As I mentioned in /scripts/control.sh,"Use 
eagle.properties instead of eagle.conf, configFormat only support 
hadoop_xml,properties,gflags", CSD can't generate file end with ".conf", I 
can't find out better method to replace.


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15970865#comment-15970865
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user jhsenjaliya commented on the issue:

https://github.com/apache/eagle/pull/908
  
was just going through some PRs, so put some comments...pls take a look.


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-17 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15970863#comment-15970863
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user jhsenjaliya commented on a diff in the pull request:

https://github.com/apache/eagle/pull/908#discussion_r111720746
  
--- Diff: eagle-external/eagle-cdh/src/aux/eagle-server.sh ---
@@ -0,0 +1,135 @@
+#!/bin/bash
--- End diff --

same with server.yml


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962669#comment-15962669
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user haoch commented on the issue:

https://github.com/apache/eagle/pull/908
  
@baibaichen @chitin reviewing...


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962653#comment-15962653
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user baibaichen commented on the issue:

https://github.com/apache/eagle/pull/908
  
@chitin please adding 

1. a mvn profile for build CDH parcel 
2. readme.md


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (EAGLE-998) Add eagle csd

2017-04-10 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/EAGLE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15962644#comment-15962644
 ] 

ASF GitHub Bot commented on EAGLE-998:
--

Github user baibaichen commented on the issue:

https://github.com/apache/eagle/pull/908
  
@haoch could you have a look at this?


> Add eagle csd
> -
>
> Key: EAGLE-998
> URL: https://issues.apache.org/jira/browse/EAGLE-998
> Project: Eagle
>  Issue Type: Improvement
>Reporter: Lingang Deng
>Assignee: Lingang Deng
>Priority: Minor
> Fix For: v0.6.0
>
>
> Add eagle-cdh in eagle-external, users who use cdh can integrate eagle to 
> cloudera manager.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)