Skip to content

Commit

Permalink
[DOC] Installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alephomega committed Nov 26, 2013
1 parent 1f2992e commit 24267bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Expand Up @@ -36,9 +36,9 @@
4-3-2. export HADOOP_HOME=/path/to/your/hadoop/directory
4-4. Build java files using ant
4-4-1. ant build
4-5. Build RHive package
4-5. Build RHive
4-5-1. R CMD build RHive
4-6. Install RHive package
4-6. Install RHive
4-6-1. R CMD INSTALL RHive_<VERSION>.tar.gz

5. Launch RHive
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -45,8 +45,8 @@ NexR RHive 2.0-0.0
2. Change your working directory: <code>cd RHive</code>
3. Set the environment variables HIVE_HOME and HADOOP_HOME: <code>export HIVE_HOME=/path/to/your/hive/directory</code> <code>export HADOOP_HOME=/path/to/your/hadoop/directory</code>
5. Build java files using ant: <code>ant build</code>
4. Build RHive package:<code>R CMD build RHive</code>
5. Install RHive package:<code>R CMD INSTALL RHive_<VERSION>.tar.gz</code>
4. Build RHive: <code>R CMD build RHive</code>
5. Install RHive: <code>R CMD INSTALL RHive_<VERSION>.tar.gz</code>

## Loading RHive and connecting to Hive
1. launch R
Expand Down

0 comments on commit 24267bc

Please sign in to comment.