Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to run Revolution R Enterprise in mixed-mode Hadoop environments


View products that this article applies to.

Revolution R Enterprise may be run in a mixed-mode Hadoop environments. That is, the ability to run Revolution R jobs using Yarn when the default cluster job mode is "classic" MR1. To configure Revolution R to run in this manner:

a. Temporarily set the cluster default mode to Yarn.

b. Rebuild the RevoHadoopEnvVars.site file to include environment for Yarn:
# cd /usr/lib64/Revo-7.4/scripts
# ./getHadoopEnvVars.py
c. Edit /usr/lib64/Revo-7.4/scripts/RevoHadoopEnvVars.site and change
HADOOP_CMD=hadoop
to
HADOOP_CMD=hadoop2
d. Change the default cluster mode to classic.

Note that specifying the job queue in the Hadoop compute context in the script should use the Yarn format (mapreduce.jobs.queuename) but using the deprecated MR1 format (mapred.jobs.queue.name) may be tolerated.

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3104125
Revision : 1
Created on : 1/7/2017
Published on : 10/31/2015
Exists online : False
Views : 59