[
https://issues.apache.org/jira/browse/FALCON-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14604745#comment-14604745
]
Janarthanan commented on FALCON-1302:
-------------------------------------
contents of mapred-site.xml
<configuration>
<property>
<name>mapreduce.framework.name</name>
<value>yarn</value>
</property>
<property>
<name>mapred.job.tracker></name>
<value>localhost:8088</value>
</property>
</configuration>
yarn-site.xml
<configuration>
<!-- Site specific YARN configuration properties -->
<property>
<name>yarn.nodemanager.aux-services</name>
<value>mapreduce_shuffle</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>/tmp/hadoop-${user.name}</value>
<description>A base for other temporary directories.</description>
</property>
</configuration>
> Falcon Cluster submission - issue with execution url in cluster.xml file
> ------------------------------------------------------------------------
>
> Key: FALCON-1302
> URL: https://issues.apache.org/jira/browse/FALCON-1302
> Project: Falcon
> Issue Type: Bug
> Reporter: Janarthanan
> Priority: Critical
>
> I have started the falcon in embedded mode and I can see the gui opening
> properly and jps command shows the falcon running.
> I have a single node hadoop cluster with hadoop 2.6.0v and yarn.
> When I tried executing the examples, on running the below command from
> installation steps, faced the following error.
> Command :
> bin/falcon entity -submit -type cluster -file
> examples/entity/filesystem/standalone-cluster.xml
> Error log:
> 2015-06-28 13:57:15,913 INFO - [9730122@qtp-1771797373-8 -
> f6ba54d4-cea9-4ae8-a078-35fc55b92883:administrator:POST//entities/submit/cluster]
> ~ Validating execute interface: http://localhost:8088
> (ClusterEntityParser:134)
> 2015-06-28 13:57:15,981 INFO - [9730122@qtp-1771797373-8 -
> f6ba54d4-cea9-4ae8-a078-35fc55b92883:administrator:POST//entities/submit/cluster]
> ~ Connecting to ResourceManager at localhost/127.0.0.1:8088 (RMProxy:98)
> 2015-06-28 13:57:15,992 ERROR - [9730122@qtp-1771797373-8 -
> f6ba54d4-cea9-4ae8-a078-35fc55b92883:administrator:POST//entities/submit/cluster]
> ~ Unable to persist entity object (AbstractEntityManager:198)
> org.apache.falcon.entity.parser.ValidationException: Invalid Execute server
> or port: http://localhost:8088
> at
> org.apache.falcon.entity.parser.ClusterEntityParser.validateExecuteInterface(ClusterEntityParser.java:139)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)