Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Developers Quick Hack Sheet

Get the Code

Code Block
git clone https://github.com/apache/sqoop.git sqoop-local
cd sqoop-local
git checkout trunk

...

Work With Your Code

  • Make your code changes
  • Test. Test again and we forget to mention: Test
  • If your code change works make a patch
    Code Block
    git diff --no-prefix > /Path/to/your/patch/JIRA-ID.patch 
    

...

  • Post the review link into the Jira
  • Write Notes into the Jira, regarding your work

Thank you for contributing Sqoop!