简体   繁体   English

HADOOP_HOME变量应在Cloud BigInsights上指向何处?

[英]where should HADOOP_HOME variable point to on BigInsights on Cloud?

I'd like to use the kite-dataset tool on BigInsights on cloud, and have installed it on the mastermanager node in my home folder as per the installation instructions : 我想在Cloud上的BigInsights上使用风筝数据集工具,并按照安装说明将其安装在主文件夹的mastermanager节点上:

curl http://central.maven.org/maven2/org/kitesdk/kite-tools/1.0.0/kite-tools-1.0.0-binary.jar -o kite-dataset
chmod +x kite-dataset

However, when I try to run it, I get: 但是,当我尝试运行它时,我得到:

$ ./kite-dataset
ERROR: Cannot find Hadoop installation!
You can fix this warning by setting HADOOP_HOME

Where should this variable point to on BigInsights on Cloud? 此变量应在BigInsights on Cloud上指向何处?

Not sure if this is helpful, but this page shows where HADOOP_HOME can typically be found on BigInsights 3 and 4: 不确定这是否有帮助,但是此页面显示了在BigInsights 3和BigInsights 4上通常可以找到HADOOP_HOME的位置:

For IBM InfoSphere BigInsights 3.x: 对于IBM InfoSphere BigInsights 3.x:

 Set HADOOP_HOME to BigInsights_Install_Directory/IHC. For example, /opt/ibm/biginsights/IHC. 

For IBM InfoSphere BigInsights 4.x: 对于IBM InfoSphere BigInsights 4.x:

 Set HADOOP_HOME to BigInsights_Install_Directory/hadoop. For example, /usr/iop/4.0.0.0/hadoop. 

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 云上的BigInsights - 未找到类org.apache.oozie.action.hadoop.SparkMain - BigInsights on cloud - Class org.apache.oozie.action.hadoop.SparkMain not found biginsights on cloud-/ *:不良替代 - biginsights on cloud - /*: bad substitution 无法在IBM BigInsights中为Apache Hadoop定义集群 - Cannot define clusters in IBM BigInsights for Apache Hadoop 创建BigInsights(IBM Hadoop)Docker映像,sysctl问题 - Creating BigInsights (IBM Hadoop) Docker image, sysctl issue 测试 BigInsights + Cloud Storage(如何在这两个组件上使用 nodejs) - Testing BigInsights + Cloud Storage (How to use nodejs over this two components) 在云上使用BigInsights的webHDFS时出现RSA premaster秘密错误 - RSA premaster secret error when using webHDFS from BigInsights on cloud 如何在Cloud Enterprise的BigInsights上安装用于Spark的python模块 - How can I install python modules for spark on BigInsights on cloud enterprise 使用spark-submit提交的SparkR作业(R脚本)在BigInsights Hadoop集群中失败 - SparkR job(R script) submit using spark-submit fails in BigInsights Hadoop cluster 如何在IBM Bluemix BigInsights Apache Hadoop中安装Apache Drill和Apache Hue之类的组件 - How do I install components such as Apache Drill and Apache Hue in IBM Bluemix BigInsights Apache Hadoop 如何通过Spark即服务笔记本连接到在BigInsights on Cloud上运行的远程配置单元? - How to connect to remote hive running on BigInsights on Cloud from a Spark as a Service notebook?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM