InfoSphere Streams首次安裝使用
單機環境: CentOS 5.6, InfoSphere Streams-2.0.0.4-x86-el5
用root使用者解壓,進入cd StreamsInstallFiles,
[root@hq StreamsInstallFiles]# ls
dependency_checker.sh Licenses
ibmdita.css ReleaseNotes.html
IBMInfoSphereStreams-InstAdmin.pdf rpm
IBMInfoSphereStreams-Trial.pdf streams.dependency.jar
InfoSphereStreams_SampleResponseFile.properties swg_info_common.css
InfoSphereStreamsSetup.bin
dependency_checker.sh Licenses
ibmdita.css ReleaseNotes.html
IBMInfoSphereStreams-InstAdmin.pdf rpm
IBMInfoSphereStreams-Trial.pdf streams.dependency.jar
InfoSphereStreams_SampleResponseFile.properties swg_info_common.css
InfoSphereStreamsSetup.bin
安裝前可執行dependency_checker.sh指令碼來查詢是否缺少元件(例:perl-XML-Simple,perl-XML-SAX等), 然後進入rpm目錄下安裝graphviz-2.24.0-1.el5.i386.rpm ibm-java-i386-sdk-6.0-10.0.i386.rpm這兩個包。接著configuring a secure shell enviroment for IBM infosphere streams %2Fcom.ibm.swg.im.infosphere.streams.install-admin.doc%2Fdoc%2Fibminfospherestreams-user-configuring-secureshellaccess.html, 執行./InfoSphereStreamsSetup.bin, 出現安裝介面,一步步按提示進行下去。途中會選擇系統已經有的使用者做為streams的擁有者。(例:streamsadmin)。 接下來配置streamsadmin的環境變數,在.bash_profile增加
source /opt/ibm/InfoSphereStreams/bin/streamsprofile.sh
export JAVA_HOME=/opt/ibm/java-i386-60/
export JAVA_HOME=/opt/ibm/java-i386-60/
PATH=$JAVA_HOME/bin:$PATH
export PATH
, 而後將StreamsInstallFiles/Licenses/treams_trial.lic複製到/home/streamsadmin目錄下,最後重啟電腦。
export PATH
, 而後將StreamsInstallFiles/Licenses/treams_trial.lic複製到/home/streamsadmin目錄下,最後重啟電腦。
下面可以為執行測試案例了:
mkdir splsamples
cp -R /opt/ibm/InfoSphereStreams/samples/spl/feature/RegularExpression splsamples
cd splsamples/RegularExpression
make distributed
cp -R /opt/ibm/InfoSphereStreams/samples/spl/feature/RegularExpression splsamples
cd splsamples/RegularExpression
make distributed
streamtool mkinstance -i sample --template developer
streamtool startinstance -i sample
streamtool submitjob -i sample output/sample.DateTimeFormatter.adl
streamtool startinstance -i sample
streamtool submitjob -i sample output/sample.DateTimeFormatter.adl
streamtool lspes -i sample
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/16582684/viewspace-750358/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- PyCharm 首次安裝和使用PyCharm
- 使用infosphere warehouse的federation serverServer
- Raspbian首次安裝後無法使用SSH連結
- 首次在生產伺服器上安裝oracle伺服器Oracle
- Win8.1安裝後首次設定指導教程
- java .stream(). 使用介紹 Streams APIJavaAPI
- 使用IBM InfoSphere CDC Transaction Stage實現高效的資料獲取IBM
- cocoapods安裝/解除安裝/使用
- docker安裝使用Docker
- Nginx 安裝使用Nginx
- 安裝使用VUEVue
- BBED安裝使用
- rlwrap 安裝使用
- DockerUI安裝、使用DockerUI
- Shipyard安裝、使用
- openfiler安裝使用
- 蘋果Mac電腦安裝Axure首次開啟報錯解決方案蘋果Mac
- 首次安裝Linux,配置網路、換源一步到位Linux
- Oracle StreamsOracle
- STREAMS筆記(2) 其他建立Streams的方式筆記
- kafka 安裝到使用Kafka
- nacos安裝與使用
- Mysql安裝使用教程MySql
- kibana安裝使用
- Elasticsearch 安裝和使用Elasticsearch
- sysbench的安裝使用
- Nginx安裝與使用Nginx
- 使用docker安裝nginxDockerNginx
- Mac 安裝使用 NgrokMac
- nvm 安裝及使用
- 安裝及使用RSSHub
- Redis 安裝與使用Redis
- Sublime 安裝及使用
- MONGDB 安裝與使用
- curl 安裝與使用
- Centos安裝使用ChromedriverCentOSChrome
- Anaconda 安裝、使用
- Docker安裝及使用Docker