Comment 2 for bug 1526391

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/257988
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=809ffb610eb3e6c897c123d24a85d58d090ea3ac
Submitter: Jenkins
Branch: master

commit 809ffb610eb3e6c897c123d24a85d58d090ea3ac
Author: luhuichun <email address hidden>
Date: Tue Dec 15 23:36:25 2015 +0800

    Add a common Hive and Pig config in workflow_factory

    in sahara/service/edp/oozie/workflow_creator/workflow_factory.py.
    function get_possible_job_config().This function is for all plugin,
    we should not use the specific vanilla v2.6.0 config file. Actually
    every plugin has his own config file for Hive and PIG, and they deal
    with it in plugin's own get_possible_job_config() method, so we should
    make a common Hive and Pig config file here.

    Change-Id: Ieaee3bcc7a21344face14a6f13d4c30fdc631038
    Closes-bug: 1526391