Skip to content

Commit

Permalink
Merge pull request #1 from krish727/patch-1
Browse files Browse the repository at this point in the history
Update sqoop.rst: Spelling corrections made
  • Loading branch information
darkdefender27 committed Oct 8, 2015
2 parents 6e8ae70 + 1af8041 commit 325f1e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OsinDocumentaion/sqoop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ To install the sqoop 1.4.4 we followed the given sequence of steps :
1. Download the sqoop-1.4.4.bin_hadoop-1.0.0.tar.gz file from
www.apache.org/dyn/closer.cgl/sqoop/1.4.4

2. Unzip the tar ?le: sudo tar -zxvf sqoop-1.4.4.bin hadoop1.0.0.tar.gz
2. Unzip the tar file: sudo tar -zxvf sqoop-1.4.4.bin hadoop1.0.0.tar.gz

3. Move sqoop-1.4.4.bin hadoop1.0.0 to sqoop using command ::

user@ubuntu:~$ sudo mv sqoop 1.4.4.bin hadoop1.0.0 /usr/local/sqoop
user@ubuntu:~$ sudo mv sqoop 1.4.4.bin hadoop1.0.0 /usr/lib/sqoop

4. Create a directory sqoop in usr/lib using command ::

Expand All @@ -55,7 +55,7 @@ To install the sqoop 1.4.4 we followed the given sequence of steps :

user@ubuntu:~$ cd

7. Open bashrc file using ::
7. Open .bashrc file using ::

user@ubuntu:~$ sudo gedit ~/.bashrc

Expand Down

0 comments on commit 325f1e1

Please sign in to comment.