Hi Tim, I've built Impala according to the describe here: https://cwiki.apache.org/confluence/display/IMPALA/Building+Impala But how can I install the Impala to an already running cdh-5.11.0-release cluster that managered by Cloudera Manager. Build Debian packages and use `apt-get`?
2017-06-21 11:16 GMT+08:00 Henry Robinson <[email protected]>: > I don't think there's any plan for this work. The CMake documentation would > be where I'd start looking for ideas: > > https://cmake.org/cmake/help/v3.2/command/install.html > > Best, > Henry > > On 20 June 2017 at 18:31, sky <[email protected]> wrote: > > > Hi Tim, > > Is there a plan for this work? Could you provide a manual copy of the > > example?Thanks. > > > > > > > > > > > > > > > > > > At 2017-06-21 01:41:33, "Tim Armstrong" <[email protected]> wrote: > > >Hi Sky, > > > We have not implemented an install target yet - for deployment we rely > > on > > >copying out the artifacts manually. I believe CMake has some support for > > >implementing install targets but nobody has picked up that work yet. > > > > > >- Tim > > > > > >On Mon, Jun 19, 2017 at 8:45 PM, sky <[email protected]> wrote: > > > > > >> Hi all, > > >> I am using cdh5.11.1-release,the compilation command is provided > in > > >> the documentation(./buildall.sh -notests -so),but there is no command > > >> similar to 'make install'.In the current document compiled, the > > directory > > >> structure is too much and do not need too many files. Could you > provide > > an > > >> "install" command to extract compiled files to other directories for > > easy > > >> management > > >
