RETIRED, further work has moved to Debian project infrastructure
Go to file
Andrew Lazarev 7bae4261d0 Implemented support of placeholders in datasource URLs
Added ability to use placeholders in datasource URLs. Currently
supported placeholders:
* %RANDSTR(len)% - will be replaced with random string of
  lowercase letters of length `len`.
* %JOB_EXEC_ID% - will be replaced with the job execution ID.

Resulting URLs will be stored in a new field at job_execution
table. Using 'info' field doesn't look as good solution since it
is reserved for oozie status.

Next steps:
* write documentation
* update horizon

Implements blueprint: edp-datasource-placeholders

Change-Id: I1d9282b210047982c062b24bd03cf2331ab7599e
2015-05-06 20:50:03 +00:00
doc/source made a change to upgrade guide 2015-04-25 01:34:10 -04:00
etc Merge "Added check of scaling for Spark plugin" 2015-04-17 12:45:14 +00:00
sahara Implemented support of placeholders in datasource URLs 2015-05-06 20:50:03 +00:00
tools Migrate to oslo.policy lib instead of copy-pasted oslo-incubator 2015-04-06 10:13:51 +03:00
.coveragerc Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
.gitignore Removed a duplicate directive 2014-08-04 22:39:08 -05:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:55:37 +04:00
.mailmap Add entry for Yevgen Runts to avoid dup author 2014-09-18 18:06:56 -07:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Use jsonutils from oslo.serialization 2015-04-14 12:16:53 +03:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in Add a CLI tool for managing default templates 2015-04-01 13:01:46 -04:00
openstack-common.conf Migrate to oslo.policy lib instead of copy-pasted oslo-incubator 2015-04-06 10:13:51 +03:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
README.rst Standardize README header 2014-03-29 14:12:44 +00:00
requirements.txt Updated from global requirements 2015-04-23 18:02:10 +00:00
run_tests.sh Fixup 'savanna' references in run_tests.sh 2014-03-20 16:52:42 -04:00
setup.cfg Merge "Open Liberty development" 2015-04-09 10:17:46 +00:00
setup.py Updated from global requirements 2014-04-30 02:47:09 +00:00
test-requirements.txt Updated from global requirements 2015-04-23 18:02:10 +00:00
tox.ini Add unit-tests for new integration tests 2015-04-02 11:51:13 +00:00