You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by 李攀登 <39...@qq.com> on 2015/12/02 16:02:43 UTC

how to build eclipse plugin for hadoop-2.7.1(work on ubuntu15.10)

hello everyone:
     I'm learning hadoop with hadoop-2.7.1,and wanna view sources and  edit my codes on eclipse with  eclipse-jee-mars-R-linux-gtk-x86_64.tar.gz.and I wanna develop my  projects by the method of running on hadoop. so i need a plugin that can  connect my hadoop cluster with eclipse.but the tar file package of  hadoop-2.7.1 don't provide it.i wanna know where can find this plugin or  how can build plugin by myself?    BTW,in recent two years,i will have lots of free time.so i wanna do some contributions for open source projects.i am good at C programming,and also good at java and linux.now i am going to deeply learn java or linux.could you give me some advise for getting involved in some projects in which i can do something.
 
   Thanks,
   Pandeng Li

Re: how to build eclipse plugin for hadoop-2.7.1(work on ubuntu15.10)

Posted by Akira AJISAKA <aj...@oss.nttdata.co.jp>.
Hi Pandeng, you can build eclipse project files, or import a Maven 
project by existing pom.xml in the tarball. The below instruction is how 
to build eclipse project file.

---BUILDING.txt

Importing projects to eclipse

When you import the project to eclipse, install hadoop-maven-plugins at 
first.

   $ cd hadoop-maven-plugins
   $ mvn install

Then, generate eclipse project files.

   $ mvn eclipse:eclipse -DskipTests

At last, import to eclipse by specifying the root directory of the 
project via
[File] > [Import] > [Existing Projects into Workspace].

---

Regards,
Akira

On 12/2/15 23:02, 李攀登 wrote:
> hello everyone:
>      I'm learning hadoop with hadoop-2.7.1,and wanna view sources and
> edit my codes on eclipse with
> eclipse-jee-mars-R-linux-gtk-x86_64.tar.gz.and I wanna develop my
> projects by the method of running on hadoop. so i need a plugin that can
> connect my hadoop cluster with eclipse.but the tar file package of
> hadoop-2.7.1 don't provide it.i wanna know where can find this plugin or
> how can build plugin by myself?
>      BTW,in recent two years,i will have lots of free time.so i wanna do
> some contributions for open source projects.i am good at C
> programming,and also good at java and linux.now i am going to deeply
> learn java or linux.could you give me some advise for getting involved
> in some projects in which i can do something.
>
>    Thanks,
>    Pandeng Li


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@hadoop.apache.org
For additional commands, e-mail: user-help@hadoop.apache.org


Re: how to build eclipse plugin for hadoop-2.7.1(work on ubuntu15.10)

Posted by Akira AJISAKA <aj...@oss.nttdata.co.jp>.
Hi Pandeng, you can build eclipse project files, or import a Maven 
project by existing pom.xml in the tarball. The below instruction is how 
to build eclipse project file.

---BUILDING.txt

Importing projects to eclipse

When you import the project to eclipse, install hadoop-maven-plugins at 
first.

   $ cd hadoop-maven-plugins
   $ mvn install

Then, generate eclipse project files.

   $ mvn eclipse:eclipse -DskipTests

At last, import to eclipse by specifying the root directory of the 
project via
[File] > [Import] > [Existing Projects into Workspace].

---

Regards,
Akira

On 12/2/15 23:02, 李攀登 wrote:
> hello everyone:
>      I'm learning hadoop with hadoop-2.7.1,and wanna view sources and
> edit my codes on eclipse with
> eclipse-jee-mars-R-linux-gtk-x86_64.tar.gz.and I wanna develop my
> projects by the method of running on hadoop. so i need a plugin that can
> connect my hadoop cluster with eclipse.but the tar file package of
> hadoop-2.7.1 don't provide it.i wanna know where can find this plugin or
> how can build plugin by myself?
>      BTW,in recent two years,i will have lots of free time.so i wanna do
> some contributions for open source projects.i am good at C
> programming,and also good at java and linux.now i am going to deeply
> learn java or linux.could you give me some advise for getting involved
> in some projects in which i can do something.
>
>    Thanks,
>    Pandeng Li


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@hadoop.apache.org
For additional commands, e-mail: user-help@hadoop.apache.org


Re: how to build eclipse plugin for hadoop-2.7.1(work on ubuntu15.10)

Posted by Akira AJISAKA <aj...@oss.nttdata.co.jp>.
Hi Pandeng, you can build eclipse project files, or import a Maven 
project by existing pom.xml in the tarball. The below instruction is how 
to build eclipse project file.

---BUILDING.txt

Importing projects to eclipse

When you import the project to eclipse, install hadoop-maven-plugins at 
first.

   $ cd hadoop-maven-plugins
   $ mvn install

Then, generate eclipse project files.

   $ mvn eclipse:eclipse -DskipTests

At last, import to eclipse by specifying the root directory of the 
project via
[File] > [Import] > [Existing Projects into Workspace].

---

Regards,
Akira

On 12/2/15 23:02, 李攀登 wrote:
> hello everyone:
>      I'm learning hadoop with hadoop-2.7.1,and wanna view sources and
> edit my codes on eclipse with
> eclipse-jee-mars-R-linux-gtk-x86_64.tar.gz.and I wanna develop my
> projects by the method of running on hadoop. so i need a plugin that can
> connect my hadoop cluster with eclipse.but the tar file package of
> hadoop-2.7.1 don't provide it.i wanna know where can find this plugin or
> how can build plugin by myself?
>      BTW,in recent two years,i will have lots of free time.so i wanna do
> some contributions for open source projects.i am good at C
> programming,and also good at java and linux.now i am going to deeply
> learn java or linux.could you give me some advise for getting involved
> in some projects in which i can do something.
>
>    Thanks,
>    Pandeng Li


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@hadoop.apache.org
For additional commands, e-mail: user-help@hadoop.apache.org


Re: how to build eclipse plugin for hadoop-2.7.1(work on ubuntu15.10)

Posted by Akira AJISAKA <aj...@oss.nttdata.co.jp>.
Hi Pandeng, you can build eclipse project files, or import a Maven 
project by existing pom.xml in the tarball. The below instruction is how 
to build eclipse project file.

---BUILDING.txt

Importing projects to eclipse

When you import the project to eclipse, install hadoop-maven-plugins at 
first.

   $ cd hadoop-maven-plugins
   $ mvn install

Then, generate eclipse project files.

   $ mvn eclipse:eclipse -DskipTests

At last, import to eclipse by specifying the root directory of the 
project via
[File] > [Import] > [Existing Projects into Workspace].

---

Regards,
Akira

On 12/2/15 23:02, 李攀登 wrote:
> hello everyone:
>      I'm learning hadoop with hadoop-2.7.1,and wanna view sources and
> edit my codes on eclipse with
> eclipse-jee-mars-R-linux-gtk-x86_64.tar.gz.and I wanna develop my
> projects by the method of running on hadoop. so i need a plugin that can
> connect my hadoop cluster with eclipse.but the tar file package of
> hadoop-2.7.1 don't provide it.i wanna know where can find this plugin or
> how can build plugin by myself?
>      BTW,in recent two years,i will have lots of free time.so i wanna do
> some contributions for open source projects.i am good at C
> programming,and also good at java and linux.now i am going to deeply
> learn java or linux.could you give me some advise for getting involved
> in some projects in which i can do something.
>
>    Thanks,
>    Pandeng Li


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@hadoop.apache.org
For additional commands, e-mail: user-help@hadoop.apache.org