runproj.xml

来自「HADOOP 0.18.0 安装插件源代码」· XML 代码 · 共 25 行

XML
25
字号
<?xml version="1.0" encoding="UTF-8"?><cheatsheet title="MapReduce project run tutorial">	<intro>		<description>			This tutorial informs you how to run your newly created			MapReduce Project in one of two fashions: locally as a Java			Application, or on a Hadoop Server.		</description>	</intro>	<item title="Run as Java Application">		<description>			To run your MapReduce application locally, right-click on			your Driver class in the Package Explorer and select <b>Run as			/ Java Application</b>.		</description>	</item>	<item title="Run on Hadoop Server">		<description>			To run your MapReduce application on a Hadoop server, right-click on			your Driver class in the Package Explorer and select <b>Run as			/ Run on Hadoop</b>.		</description>	</item></cheatsheet>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?