Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by EvgenyRyabitskiy: http://wiki.apache.org/hadoop/Hbase/EclipseEnvironment ------------------------------------------------------------------------------ === Configure Eclipse === * Create a folder for your new Eclipse Workspace, name it Hbasewrk. - * Download archive with empty workspace from ... + * Download archive with empty workspace from [https://issues.apache.org/jira/secure/attachment/12400554/HBaseEmptyWorkspace+v0.19.zip HBaseEmptyWorkspace.zip] * Extract .metadata folder to Hbasewrk * Open Eclipse using Hbasewrk + * Check if Eclipse using right JRE at Windows > Preferences > Java > Installed JREs + Now Eclipse is configured. === Download and install the Subversive plug-in === @@ -51, +53 @@ Add a new Ant builder. Select the top level build.xml as the build file. + === If Ant build fails, cannot run "sh" === + + If you don't have "sh" you will need to install. + + For example on Ubuntu Linux: + + $ sudo apt-get install ssh + + On Windows, start the cygwin installer and select the packages: + + * openssh - the Net category + Hopefully HBase should now build successfully in Eclipse without any errors.
