Apache Hive介于两者之间

时间:2019-06-29 07:09:07

标签: hadoop hive mapreduce hdfs yarn

我是Apache Hive的新手。我尝试在Apache Hive上运行查询。 但是它撞到了中间的某个地方。稍后我检查AM是否没有启动容器。

enter image description here

资源管理器说存在一个不正常的节点。您甚至可以在下面提供的图片中查看健康状况。 enter image description here

签出YarnApplicationState: RM

yarn-site.xml

<configuration>
   <property>
      <name>yarn.nodemanager.aux-services</name>
      <value>mapreduce_shuffle</value>
   </property>
<property>
  <name>yarn.scheduler.capacity.maximum-am-resource-percent</name>
  <value>100</value>
</property>
</configuration>
hdfs-site.xml

<configuration>
<property>
<name>dfs.replication</name>
<value>1</value>
<name>dfs.name.dir</name>
<value>file:///home/hduser/hdfs/namenode</value>
<name>dfs.data.dir</name>
<value>file:///home/hduser/hdfs/datanode</value>
</property>
</configuration>
core-site.xml

<configuration>
<property>
<name>fs.defaultFS</name>
<value>hdfs://localhost:9000</value>
</property>
<property>
<name>hadoop.tmp.dir</name>
<value>/home/hduser/hadooptmpdata</value>
</property>
</configuration>
mapred-site.xml

<configuration>
<property>
<name>mapreduce.framework.name</name>
<value>yarn</value>
</property>
</configuration>

0 个答案:

没有答案