Re: Re: Re: Impala make install

2017-06-22 Thread 孙清孟
Hi, Tim
  It works, Thank you very much.

2017-06-22 9:44 GMT+08:00 sky :

> Hi Tim,
> I experimented with the manual copy of the file. But it be found that
> If you want to manually copy the file, then a lot of directory structure
> will be changed. And then  I found that the path set in some variable
> settings file is hard-coded. Looking for the file and then changing it is a
> lot of work. What are the files that you have manually copied ? How do you
> do it ?
>
>
>
>
>
>
>
> At 2017-06-22 08:14:36, "Tim Armstrong"  wrote:
> > THIS IS NOT AN OFFICIALLY SUPPORTED DEPLOYMENT METHOD *
> >I believe the artifacts that are actually used at runtime are impalad,
> >catalogd, statestored, libfesupport.so, impala-frontend-0.1-SNAPSHOT.jar,
> >impala-data-source-api-1.0-SNAPSHOT.jar, libstdc++.so* libkudu_client.so*
> >
> >You may be able to get something to work if you replace the versions
> >currently on the cluster with the output from your Impala build. This is a
> >purely experimental method of deployment and may or may not work as
> >expected. If your cluster catches on fire, don't blame me.
> >
> >
> >On Wed, Jun 21, 2017 at 4:03 PM, 孙清孟  wrote:
> >
> >> Hi Jeszy,
> >>Sorry that I didn't make it clear, I've already installed impala
> servive
> >> with CM.
> >>I did some modification in Impala, and built it successfully.
> >>now I want to replace the impala installed by CM.
> >>
> >> 2017-06-21 19:29 GMT+08:00 Jeszy :
> >>
> >> > With CM you can just add Impala as a new service to your cluster. Use
> >> > the dropdown next to the cluster name. A binary version of impala is
> >> > shipped as part of the CDH 5.11 parcels that you have installed.
> >> >
> >> > On 21 June 2017 at 11:58, 孙清孟  wrote:
> >> > > 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 :
> >> > >
> >> > >> 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  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"  >
> >> > 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  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
> >> > >> >
> >> > >>
> >> >
> >>
>


Re:Re: Re: Impala make install

2017-06-21 Thread sky
Hi Tim,
I experimented with the manual copy of the file. But it be found that If 
you want to manually copy the file, then a lot of directory structure will be 
changed. And then  I found that the path set in some variable settings file is 
hard-coded. Looking for the file and then changing it is a lot of work. What 
are the files that you have manually copied ? How do you do it ? 







At 2017-06-22 08:14:36, "Tim Armstrong"  wrote:
> THIS IS NOT AN OFFICIALLY SUPPORTED DEPLOYMENT METHOD *
>I believe the artifacts that are actually used at runtime are impalad,
>catalogd, statestored, libfesupport.so, impala-frontend-0.1-SNAPSHOT.jar,
>impala-data-source-api-1.0-SNAPSHOT.jar, libstdc++.so* libkudu_client.so*
>
>You may be able to get something to work if you replace the versions
>currently on the cluster with the output from your Impala build. This is a
>purely experimental method of deployment and may or may not work as
>expected. If your cluster catches on fire, don't blame me.
>
>
>On Wed, Jun 21, 2017 at 4:03 PM, 孙清孟  wrote:
>
>> Hi Jeszy,
>>Sorry that I didn't make it clear, I've already installed impala servive
>> with CM.
>>I did some modification in Impala, and built it successfully.
>>now I want to replace the impala installed by CM.
>>
>> 2017-06-21 19:29 GMT+08:00 Jeszy :
>>
>> > With CM you can just add Impala as a new service to your cluster. Use
>> > the dropdown next to the cluster name. A binary version of impala is
>> > shipped as part of the CDH 5.11 parcels that you have installed.
>> >
>> > On 21 June 2017 at 11:58, 孙清孟  wrote:
>> > > 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 :
>> > >
>> > >> 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  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" 
>> > 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  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
>> > >> >
>> > >>
>> >
>>


Re: Re: Impala make install

2017-06-21 Thread Tim Armstrong
 THIS IS NOT AN OFFICIALLY SUPPORTED DEPLOYMENT METHOD *
I believe the artifacts that are actually used at runtime are impalad,
catalogd, statestored, libfesupport.so, impala-frontend-0.1-SNAPSHOT.jar,
impala-data-source-api-1.0-SNAPSHOT.jar, libstdc++.so* libkudu_client.so*

You may be able to get something to work if you replace the versions
currently on the cluster with the output from your Impala build. This is a
purely experimental method of deployment and may or may not work as
expected. If your cluster catches on fire, don't blame me.


On Wed, Jun 21, 2017 at 4:03 PM, 孙清孟  wrote:

> Hi Jeszy,
>Sorry that I didn't make it clear, I've already installed impala servive
> with CM.
>I did some modification in Impala, and built it successfully.
>now I want to replace the impala installed by CM.
>
> 2017-06-21 19:29 GMT+08:00 Jeszy :
>
> > With CM you can just add Impala as a new service to your cluster. Use
> > the dropdown next to the cluster name. A binary version of impala is
> > shipped as part of the CDH 5.11 parcels that you have installed.
> >
> > On 21 June 2017 at 11:58, 孙清孟  wrote:
> > > 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 :
> > >
> > >> 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  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" 
> > 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  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
> > >> >
> > >>
> >
>


Re: Re: Impala make install

2017-06-21 Thread 孙清孟
Hi Jeszy,
   Sorry that I didn't make it clear, I've already installed impala servive
with CM.
   I did some modification in Impala, and built it successfully.
   now I want to replace the impala installed by CM.

2017-06-21 19:29 GMT+08:00 Jeszy :

> With CM you can just add Impala as a new service to your cluster. Use
> the dropdown next to the cluster name. A binary version of impala is
> shipped as part of the CDH 5.11 parcels that you have installed.
>
> On 21 June 2017 at 11:58, 孙清孟  wrote:
> > 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 :
> >
> >> 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  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" 
> 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  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
> >> >
> >>
>


Re: Re: Impala make install

2017-06-21 Thread Jeszy
With CM you can just add Impala as a new service to your cluster. Use
the dropdown next to the cluster name. A binary version of impala is
shipped as part of the CDH 5.11 parcels that you have installed.

On 21 June 2017 at 11:58, 孙清孟  wrote:
> 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 :
>
>> 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  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"  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  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
>> >
>>


Re: Re: Impala make install

2017-06-21 Thread 孙清孟
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 :

> 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  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"  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  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
> >
>


Re: Re: Impala make install

2017-06-20 Thread Henry Robinson
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  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"  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  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
>


Re: Impala make install

2017-06-20 Thread Tim Armstrong
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  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