You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by JingGe <gi...@git.apache.org> on 2016/02/18 12:29:49 UTC

[GitHub] incubator-eagle pull request: tutorial for setting up the developm...

GitHub user JingGe opened a pull request:

    https://github.com/apache/incubator-eagle/pull/94

    tutorial for setting up the development environment on mac

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/JingGe/incubator-eagle master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/94.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 #94
    
----
commit 67eab67aeecea120aff5d1fa803e876bd4a80759
Author: jinge <ge...@gmail.com>
Date:   2016-02-18T10:49:19Z

    add new file

commit 5d15975ed9978c11077e9086923af6a2424ddb3e
Author: jinge <ge...@gmail.com>
Date:   2016-02-18T10:54:52Z

    setup tutorial on mac

commit e1244302b5f2dc109765853a21496f9b83653bb8
Author: Jing Ge <ge...@gmail.com>
Date:   2016-02-18T10:59:19Z

    Update SetupDevelopmentEnvOnMac.md

commit caf18d6f55b01dca9363996f9633664f8703ce92
Author: Jing Ge <ge...@gmail.com>
Date:   2016-02-18T11:00:57Z

    Update SetupDevelopmentEnvOnMac.md

commit 29db595b4bf53dbd6cf6321b3f2791db7d73a5cc
Author: Jing Ge <ge...@gmail.com>
Date:   2016-02-18T11:15:35Z

    Update SetupDevelopmentEnvOnMac.md

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-eagle/pull/94


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

Re: [GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Posted by Daniel Zhou <Da...@dataguise.com>.
Thank you Ralph :)

Regards,
Daniel 

> On Feb 19, 2016, at 10:47 PM, Liangfei.Su <su...@gmail.com> wrote:
> 
> If you already import the eagle in IntelliJ, and have it compile well.
> 
> 1. Start eagle service:
> This could be in command line mvn tomat7:run to start it. Care about the
> hbase config.
> 
> 2. Start eagle application:
> You can choose one of the application like
> 
> NotificationPluginTestMain in eagle-examples/eagle-topology-example, or
> simliar HadoopJmxMetricMonitor in eagle-hadoop-metric project.
> 
> Make sure you have properly application.conf (point to correct eagle
> service in #1). You can use run or debug as you wish.
> 
> Ralph
> 
> 
> On Sat, Feb 20, 2016 at 7:01 AM, Daniel Zhou <Da...@dataguise.com>
> wrote:
> 
>> I'm trying to set up Intellij IDE to run Eagle, but do not know where to
>> start.
>> Can someone tell me how to run Eagle project from IntelliJ with details?
>> 
>> Thanks and Regards,
>> Daniel
>> 
>> -----Original Message-----
>> From: yonzhang [mailto:git@git.apache.org]
>> Sent: Thursday, February 18, 2016 3:53 PM
>> To: dev@eagle.incubator.apache.org
>> Subject: [GitHub] incubator-eagle pull request: tutorial for setting up
>> the developm...
>> 
>> Github user yonzhang commented on the pull request:
>> 
>> 
>> https://github.com/apache/incubator-eagle/pull/94#issuecomment-185984322
>> 
>>    This is good.
>>    Could we improve in next version to set up IDE to run Eagle? I see
>> Apache Kylin has nice "development" wiki page.
>> http://kylin.apache.org/development/, we should put that into Eagle site
>> http://eagle.incubator.apache.org
>> 
>> 
>> ---
>> If your project is set up for it, you can reply to this email and have
>> your reply appear on GitHub as well. If your project does not have this
>> feature enabled and wishes so, or if the feature is enabled but not
>> working, please contact infrastructure at infrastructure@apache.org or
>> file a JIRA ticket with INFRA.
>> ---
>> 

Re: [GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Posted by "Liangfei.Su" <su...@gmail.com>.
If you already import the eagle in IntelliJ, and have it compile well.

1. Start eagle service:
This could be in command line mvn tomat7:run to start it. Care about the
hbase config.

2. Start eagle application:
You can choose one of the application like

NotificationPluginTestMain in eagle-examples/eagle-topology-example, or
simliar HadoopJmxMetricMonitor in eagle-hadoop-metric project.

Make sure you have properly application.conf (point to correct eagle
service in #1). You can use run or debug as you wish.

Ralph


On Sat, Feb 20, 2016 at 7:01 AM, Daniel Zhou <Da...@dataguise.com>
wrote:

> I'm trying to set up Intellij IDE to run Eagle, but do not know where to
> start.
> Can someone tell me how to run Eagle project from IntelliJ with details?
>
> Thanks and Regards,
> Daniel
>
> -----Original Message-----
> From: yonzhang [mailto:git@git.apache.org]
> Sent: Thursday, February 18, 2016 3:53 PM
> To: dev@eagle.incubator.apache.org
> Subject: [GitHub] incubator-eagle pull request: tutorial for setting up
> the developm...
>
> Github user yonzhang commented on the pull request:
>
>
> https://github.com/apache/incubator-eagle/pull/94#issuecomment-185984322
>
>     This is good.
>     Could we improve in next version to set up IDE to run Eagle? I see
> Apache Kylin has nice "development" wiki page.
> http://kylin.apache.org/development/, we should put that into Eagle site
> http://eagle.incubator.apache.org
>
>
> ---
> If your project is set up for it, you can reply to this email and have
> your reply appear on GitHub as well. If your project does not have this
> feature enabled and wishes so, or if the feature is enabled but not
> working, please contact infrastructure at infrastructure@apache.org or
> file a JIRA ticket with INFRA.
> ---
>

RE: [GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Posted by Daniel Zhou <Da...@dataguise.com>.
I'm trying to set up Intellij IDE to run Eagle, but do not know where to start.
Can someone tell me how to run Eagle project from IntelliJ with details?

Thanks and Regards,
Daniel

-----Original Message-----
From: yonzhang [mailto:git@git.apache.org] 
Sent: Thursday, February 18, 2016 3:53 PM
To: dev@eagle.incubator.apache.org
Subject: [GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Github user yonzhang commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/94#issuecomment-185984322
  
    This is good. 
    Could we improve in next version to set up IDE to run Eagle? I see Apache Kylin has nice "development" wiki page. http://kylin.apache.org/development/, we should put that into Eagle site http://eagle.incubator.apache.org


---
If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA.
---

[GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Posted by yonzhang <gi...@git.apache.org>.
Github user yonzhang commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/94#issuecomment-185984322
  
    This is good. 
    Could we improve in next version to set up IDE to run Eagle? I see Apache Kylin has nice "development" wiki page. http://kylin.apache.org/development/, we should put that into Eagle site http://eagle.incubator.apache.org


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-eagle pull request: tutorial for setting up the developm...

Posted by RalphSu <gi...@git.apache.org>.
Github user RalphSu commented on the pull request:

    https://github.com/apache/incubator-eagle/pull/94#issuecomment-185749158
  
    Excellent documentation. 
    +1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---