Uploaded image for project: 'CDH (READ-ONLY)'
  1. CDH (READ-ONLY)
  2. DISTRO-599

Oozie Shell Action Error: Incompatible minimum and maximum heap sizes specified

    Details

    • Type: Bug
    • Status: Open
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: CDH 5.0.1
    • Fix Version/s: None
    • Component/s: Oozie
    • Labels:
      None
    • Environment:
      Linux CentOS 6.3 CDH 5.0.1

      Description

      I tried to create and run oozie workflow with shell action like this:

      <action name="shell-test">
      <shell xmlns="uri:oozie:shell-action:0.1">
      <job-tracker>${jobTracker}</job-tracker>
      <name-node>${nameNode}</name-node>
      <exec>hdfs</exec>
      <argument>dfs</argument>
      <argument>-mkdir</argument>
      <argument>/tmp/test</argument>
      </shell>
      <ok to="end"/>
      <error to="kill"/>
      </action>

      But, always got the error:
      "Stdoutput Error occurred during initialization of VM
      Stdoutput Incompatible minimum and maximum heap sizes specified"

      The same workflow on CDH4.6.0 is working.

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              vitaly Busygin Vitaly
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated: