#
# The text in the grdcclient.txt file and the text in the grdcclienth.txt file should be
# identical. The names of the errors_grdcnode*.txt properties will change
# between the files but all the rest should be the same.
#
errors_grdcclient_intro.txt=                                                                             ${line.separator}\
 <h3>SAS Grid Manager for Hadoop Client failed to deploy successfully</h3>                               ${line.separator}\

errors_grdcclient_general.txt=                                                                           ${line.separator}\
 <p>More information about this error can be found in your log file located at:                          ${line.separator}\
    <a href="${error.logfile}" target="_blank">${error.logfile}</a></p>                                  ${line.separator}\
 <p>Please uninstall the Grid Manager for Hadoop Client, correct all errors,                             ${line.separator}\
    and reinstall the product with the SAS Deployment Wizard</p>                                         ${line.separator}\


instructions_verifying_grdcclient_head.txt=                                                              ${line.separator}\
 <h2><a name="GridVerification">Verifying Your Grid Configuration</a></h2>                               ${line.separator}\

instructions_verifying_grdcclient.txt=                                                                   ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       To make sure this grid client can submit jobs to the grid,                                        ${line.separator}\
       <ul>                                                                                              ${line.separator}\
           <li>                                                                                          ${line.separator}\
               Acquire a Kerberos credentials cache, for example, by running the kinit command.          ${line.separator}\
           </li>                                                                                         ${line.separator}\
           <li>                                                                                          ${line.separator}\
               Run the <a href="http://support.sas.com/rnd/scalability/grid/gridfunc.html#testprog">     ${line.separator}\
               Sample Program to Verify Grid Environment Setup</a> after possibly                        ${line.separator}\
               <a href="#GridConfiguration">Updating Your Grid Configuration</a>.                        ${line.separator}\
           </li>                                                                                         ${line.separator}\
       </ul>                                                                                             ${line.separator}\
    </p>                                                                                                 ${line.separator}\


instructions_updating_grdcclient_head.txt=                                                               ${line.separator}\
    <h2><a name="GridConfiguration">Updating Your Grid Configuration</a></h2>                            ${line.separator}\

instructions_updating_grdcclient.txt=                                                                    ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       If a SAS Grid Manager for Hadoop Policy XML file has been created for the cluster,                ${line.separator}\
       it should be placed in a location that can be accessed                                            ${line.separator}\
       by all programs that will be used for launching jobs to the cluster.                              ${line.separator}\
    </p>                                                                                                 ${line.separator}\
    <p>                                                                                                  ${line.separator}\
       Instructions on how to complete this task                                                         ${line.separator}\
       can be found at <a href="http://support.sas.com/rnd/scalability/grid/gridinstall.html">           ${line.separator}\
       Installing and Configuring a SAS Grid Manager for Hadoop Environment</a> on the SAS               ${line.separator}\
       Scalability & Performance Support Community.                                                      ${line.separator}\
    </p>                                                                                                 ${line.separator}\


warnings_hadoop_setup_missing.txt= <li><b>WARNING:</b>                                                   ${line.separator}\
 SAS Grid Manager for Hadoop Client                                                                      ${line.separator}\
 requires JAR files and configuration files be copied from the cluster to                                ${line.separator}\
 work properly. <b>SAS_HADOOP_JAR_PATH</b> and/or <b>SAS_HADOOP_CONFIG_PATH</b> do not appear to be      ${line.separator}\
 set in the hadoop_env script file in ${config.lev.dir}. Please run the SAS Deployment Manager's Hadoop  ${line.separator}\
 Configuration task so that it will retrieve the Hadoop JAR files & configuration files and set the      ${line.separator}\
 <b>SAS_HADOOP_JAR_PATH</b> and <b>SAS_HADOOP_CONFIG_PATH</b> environment variables in the               ${line.separator}\
 hadoop_env script. Also, make sure the hadoop_env script is being sourced in the level_env script       ${line.separator}\
 located in the same directory. </li>
