Skip to content

Commit 09cda24

Browse files
committed
update doc to clarify when HADOOP_HOME is needed
1 parent e4d72c3 commit 09cda24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

com.ibm.streamsx.hbase/info.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
7373

7474
# Procedure
7575

76-
1. For Apache HBase: configure your compile and runtime environment by setting the **HBASE_HOME** environment variable:
76+
1. For Apache HBase, you must configure your compile and runtime environment by setting the **HBASE_HOME** environment variable:
7777
* If your Streams application will be running on the same resource where HBase is installed, set **HBASE_HOME** to the directory that contains HBase.
78-
* Otherwise, copy the **HBASE_HOME**/`lib` directory to the file system where Streams will be running, making sure to follow symbolic links:
78+
* Otherwise, copy the `/hbase-install-dir/lib` directory to the file system where Streams will be running, making sure to follow symbolic links:
7979
cp -Lr path-to-hbase/lib /path-on-streams-host
8080
* Set **HBASE_HOME** to the directory you created, for example, to `path-on-streams-host`.
81-
2. For IBM BigInsights:
81+
2. For IBM BigInsights, you must configure your development environment by setting **HBASE_HOME** and **HADOOP_HOME** as environment variables.
8282
* If your Streams application will be running on the same resource where BigInsights is installed:
8383
* Set **HADOOP_HOME**:
8484
* For BigInsights 3.x, set it to `/BigInsights_install/IHC`.
@@ -108,7 +108,7 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
108108
You can also specify a use clause for individual operators by replacing the asterisk (\*) with the operator name. For example:
109109
use com.ibm.streamsx.hbase::HBASEDelete;
110110
6. Build your application. You can use the **sc** command or Streams Studio.
111-
7. Start the InfoSphere Streams instance. Remember to set **HBASE_HOME** and **HADOOP_HOME** if needed as described above as application environment variable on the instance. This can be done using the Streams Console or the `streamtool` utility.
111+
7. Start the InfoSphere Streams instance. Remember to set **HBASE_HOME** and **HADOOP_HOME** (for BigInsights) as described above as application environment variable(s) on the instance. This can be done using the Streams Console or the `streamtool` utility.
112112
8. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.
113113
</info:description>
114114
<info:version>2.1.0</info:version>

0 commit comments

Comments
 (0)