You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.ibm.streamsx.hbase/info.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -73,12 +73,12 @@ Alternatively, you can fully qualify the operators that are provided by toolkit
73
73
74
74
# Procedure
75
75
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:
77
77
* 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:
79
79
cp -Lr path-to-hbase/lib /path-on-streams-host
80
80
* 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.
82
82
* If your Streams application will be running on the same resource where BigInsights is installed:
83
83
* Set **HADOOP_HOME**:
84
84
* 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
108
108
You can also specify a use clause for individual operators by replacing the asterisk (\*) with the operator name. For example:
109
109
use com.ibm.streamsx.hbase::HBASEDelete;
110
110
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.
112
112
8. Run the application. You can submit the application as a job by using the **streamtool submitjob** command or by using Streams Studio.
0 commit comments