Forum Discussion

Aravind711's avatar
Aravind711
New Contributor II
8 years ago

Pipelines cannot be executed

Hello All,

For past two weeks, am not able to run/validate the pipelines and receiving Snaplex node have reached their limits !!

I have checked the active nodes (2 nodes are active), Checked whether any pipelines are running ( No pipelines are running).

PFB snapshot of the error

Please let us know, what could be the cause of this issue?

Thanks,
Aravind

  • MarotReply's avatar
    MarotReply
    New Contributor II

    I’ve tried that but it causes the same issue as with one mapper.
    The elements of the subarray still get combined instead of being mapped to separate arrays.

    The issue is really that the subarray is an array of arrays, which I’d like to reproduce. Instead the mapper produces elements, each of wich contains an array of all of one type of subvalue from the different subarrays in the input.

    Sorry I just noticed that the formating in the JSON didn’t survive copying which doesn’t help make that obvious.

    • ptaylor's avatar
      ptaylor
      Employee

      Yes, I’m not seeing any nested arrays in the JSON input or output you posted, except for the one where you’re saying that this isn’t what you want. Try posting the input and desired output with the Preformatted Text feature in the editor (icon looks like </>). That will also prevent the double quotes from getting inserted as left/right versions like in English text, which is invalid JSON.

      [
          {"name": "value"},
          {"name", "value"}
      ]
      
      • ptaylor's avatar
        ptaylor
        Employee

        Did you still need help with this?