Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.99.1
-
None
-
None
Description
It seems that eclipse is quite favorite development tool, so we should include description how to open Sqoop2 in Eclipse in Devguide.
Attachments
Attachments
Issue Links
- links to
Hi,
In the past I've typically done something like this:
mvn clean install
mvn eclipse:configure-workspace -Declipse.workspace=<path-to-eclipse-workspace-dir-for-sqoop-2>
mvn eclipse:eclipse -DdownloadSources=true -DdownloadJavadocs=true
...and then:
File | Import... | General | Existing Projects into Workspace