Action manager: subdirs inside graph table dirs #7

Closed
opened 2020-04-15 17:44:59 +02:00 by przemyslaw.jacewicz · 1 comment

Overview

Sample runs of promote action workflow resulted in creation of subdirs inside graph table dirs, for example:

dataset
├─ dataset
│  ├─ part-00000
│  ├─ part-00001
│  └─ ...

Action sets used for sample runs did not contain all OAF types, especially Result was not present. Promotion of all graph tables was on, indicated by active_* flags set to true.

## Overview Sample runs of promote action workflow resulted in creation of subdirs inside graph table dirs, for example: ```bash dataset ├─ dataset │ ├─ part-00000 │ ├─ part-00001 │ └─ ... ``` Action sets used for sample runs did not contain all OAF types, especially `Result` was not present. Promotion of all graph tables was on, indicated by `active_*` flags set to true.
Author
Member

The most possible solution is that Oozie distcp actions in workflows do not delete their target dirs using prepare section and when target dir exists distcp copies source dir as a nested dir inside target dir. This behavior does not seem to be documented well.

The most possible solution is that Oozie distcp actions in workflows do not delete their target dirs using `prepare` section and when target dir exists distcp copies source dir as a nested dir inside target dir. This behavior does not seem to be documented well.
claudio.atzori added the
bug
label 2020-07-27 18:02:46 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: D-Net/dnet-hadoop#7
No description provided.