commit | 430135af45a88532c346e278f2a31c642e352c0c | [log] [tgz] |
---|---|---|
author | Marcelo Vanzin <vanzin@cloudera.com> | Thu Apr 14 15:08:14 2016 -0700 |
committer | Marcelo Vanzin <vanzin@cloudera.com> | Mon Apr 18 09:50:34 2016 -0700 |
tree | fe5fcaa52e020653f154d9eccf034d8ccb82efa9 | |
parent | dfdcbc2cc013c14e6dcdaf1fed84aecad0d9d28d [diff] |
LIVY-119. Move LivyConf to the server module. The core module is small and, after some other adjustments to dependencies, can probably be removed. LivyConf is only used in the server module (except for a single static field, now moved to ClientConf), so move it there. Closes #111