Skip to content

Commit

Permalink
Removed unnecessary .tar.gz from one of the instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cengle committed Apr 24, 2012
1 parent cd3f3e3 commit bf24d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Get Hive from Apache:
$ export HIVE_HOME=/path/to/hive
$ wget http://archive.apache.org/dist/hive/hive-0.7.0/hive-0.7.0-bin.tar.gz
$ tar xvzf hive-0.7.0-bin.tar.gz
$ mv hive-0.7.0-bin.tar.gz $HIVE_HOME
$ mv hive-0.7.0-bin $HIVE_HOME

Get Spark from Github and compile:

Expand Down

0 comments on commit bf24d86

Please sign in to comment.