Re: Need access to Impala wiki to update a link

2017-05-22 Thread Michael Brown
Done. Thanks for volunteering!

On Mon, May 22, 2017 at 4:17 PM, Laurel Hale  wrote:

> Hi Michael,
> My user name is "laurel" Thanks!
> --Laurel
>
> On Mon, May 22, 2017 at 3:05 PM, Michael Brown  wrote:
>
>> OK. So please create a new user and tell me the username.
>> https://cwiki.apache.org/confluence/signup.action
>>
>> On Mon, May 22, 2017 at 2:23 PM, Laurel Hale  wrote:
>>
>>> I tried that, but it is not associated with my email address so it must
>>> be someone else's account (if that's possible)?
>>>
>>> On Mon, May 22, 2017 at 2:17 PM, Michael Brown 
>>> wrote:
>>>
 I can help you.

 I see an account called 'lhale' already exists. Should I add
 permissions to edit our wiki to that account? If you need to reset your
 password, try https://cwiki.apache.org/confluence/forgotuserpassword.a
 ction

 If you need to create a new account, use https://cwiki.apache.org/c
 onfluence/signup.action

 Once you either reset your lhale password or create a new account,
 please reply with the username to which I should grant permissions, and
 I'll do so.

 Thanks!


 On Mon, May 22, 2017 at 1:55 PM, Laurel Hale 
 wrote:

> Hi all,
> I've been asked to edit a link on this page of the Impala wiki:
>
> https://cwiki.apache.org/confluence/display/IMPALA/Documentation
>
> Can someone create an account for me?
>
> Thanks,
> Laurel
>


>>>
>>
>


Re: Need access to Impala wiki to update a link

2017-05-22 Thread Laurel Hale
Hi Michael,
My user name is "laurel" Thanks!
--Laurel

On Mon, May 22, 2017 at 3:05 PM, Michael Brown  wrote:

> OK. So please create a new user and tell me the username. https://cwiki.
> apache.org/confluence/signup.action
>
> On Mon, May 22, 2017 at 2:23 PM, Laurel Hale  wrote:
>
>> I tried that, but it is not associated with my email address so it must
>> be someone else's account (if that's possible)?
>>
>> On Mon, May 22, 2017 at 2:17 PM, Michael Brown 
>> wrote:
>>
>>> I can help you.
>>>
>>> I see an account called 'lhale' already exists. Should I add permissions
>>> to edit our wiki to that account? If you need to reset your password, try
>>> https://cwiki.apache.org/confluence/forgotuserpassword.action
>>>
>>> If you need to create a new account, use https://cwiki.apache.org/c
>>> onfluence/signup.action
>>>
>>> Once you either reset your lhale password or create a new account,
>>> please reply with the username to which I should grant permissions, and
>>> I'll do so.
>>>
>>> Thanks!
>>>
>>>
>>> On Mon, May 22, 2017 at 1:55 PM, Laurel Hale 
>>> wrote:
>>>
 Hi all,
 I've been asked to edit a link on this page of the Impala wiki:

 https://cwiki.apache.org/confluence/display/IMPALA/Documentation

 Can someone create an account for me?

 Thanks,
 Laurel

>>>
>>>
>>
>


Re: Need access to Impala wiki to update a link

2017-05-22 Thread Michael Brown
OK. So please create a new user and tell me the username.
https://cwiki.apache.org/confluence/signup.action

On Mon, May 22, 2017 at 2:23 PM, Laurel Hale  wrote:

> I tried that, but it is not associated with my email address so it must be
> someone else's account (if that's possible)?
>
> On Mon, May 22, 2017 at 2:17 PM, Michael Brown  wrote:
>
>> I can help you.
>>
>> I see an account called 'lhale' already exists. Should I add permissions
>> to edit our wiki to that account? If you need to reset your password, try
>> https://cwiki.apache.org/confluence/forgotuserpassword.action
>>
>> If you need to create a new account, use https://cwiki.apache.org/c
>> onfluence/signup.action
>>
>> Once you either reset your lhale password or create a new account, please
>> reply with the username to which I should grant permissions, and I'll do so.
>>
>> Thanks!
>>
>>
>> On Mon, May 22, 2017 at 1:55 PM, Laurel Hale  wrote:
>>
>>> Hi all,
>>> I've been asked to edit a link on this page of the Impala wiki:
>>>
>>> https://cwiki.apache.org/confluence/display/IMPALA/Documentation
>>>
>>> Can someone create an account for me?
>>>
>>> Thanks,
>>> Laurel
>>>
>>
>>
>


Need access to Impala wiki to update a link

2017-05-22 Thread Laurel Hale
Hi all,
I've been asked to edit a link on this page of the Impala wiki:

https://cwiki.apache.org/confluence/display/IMPALA/Documentation

Can someone create an account for me?

Thanks,
Laurel


Re: Build failure: FlagRegisterer not found by linker

2017-05-22 Thread Henry Robinson
You need to remove $IMPALA_TOOLCHAIN/glog-0.3.4-p2, then run
bin/bootstrap_toolchain.py again. Make sure you've sourced impala-config.sh
to get the toolchain version bumped up as well.

On 22 May 2017 at 13:41, Timothy Wood  wrote:

> Please excuse, in advance, my naivete, inexperience, off-topicness, etc. :)
>
> I'm having trouble completing a build of Impala.  The linker fails to
> build the tests (atomic-test, instruction-counter-test ) with several
> reports of:
> ../../../toolchain/glog-0.3.4-p2/lib/libglog.a(libglog_la-logging.o):logging.cc:function
> _GLOBAL__sub_I_logging.cc: error: undefined reference to
> 'google::FlagRegisterer::FlagRegisterer(char const*, char const*,
> char const*, bool*, bool*)'
>
> I Googled references to ...FlagRegisterer and found postings about this
> problem; some recommended checking that gflags was built and available.  I
> found that I have two gflag versions (2.2.0, 2.2.0-p1) in my loader search
> path.  I tried moving one and then the other out of the way and rebuilding
> each time, but I get the same errors in all cases.  I'm not sure what to
> try next to resolve this dependency.
>
> Thanks,
> TW
>


Build failure: FlagRegisterer not found by linker

2017-05-22 Thread Timothy Wood
Please excuse, in advance, my naivete, inexperience, off-topicness, etc. :)

I'm having trouble completing a build of Impala.  The linker fails to build
the tests (atomic-test, instruction-counter-test ) with several reports
of:
../../../toolchain/glog-0.3.4-p2/lib/libglog.a(libglog_la-logging.o):logging.cc:function
_GLOBAL__sub_I_logging.cc: error: undefined reference to
'google::FlagRegisterer::FlagRegisterer(char const*, char const*,
char const*, bool*, bool*)'

I Googled references to ...FlagRegisterer and found postings about this
problem; some recommended checking that gflags was built and available.  I
found that I have two gflag versions (2.2.0, 2.2.0-p1) in my loader search
path.  I tried moving one and then the other out of the way and rebuilding
each time, but I get the same errors in all cases.  I'm not sure what to
try next to resolve this dependency.

Thanks,
TW


Re: Bootstrapping a development environment on Ubuntu 16.04

2017-05-22 Thread Zachary Amsden
FWIW, I've tried 16.04 XFCE / Ubuntu studio variants on two different HW
machines now, was able to build impala on one and load data, but both
machines flaked out with weird graphics related failures after kernel
upgrades resulting in a black screen on boot.  I was able to debug one of
them enough to get it running again and also enough to know I didn't want
to repeat the procedure, so I upgraded to 17.04 and have a somewhat working
system, but I'd recommend avoiding any customization of packages and
installs unless you enjoy headless debugging, and I'd recommend avoiding
17.04 entirely if you want a stable supported base.

 - Zach

On Sun, May 21, 2017 at 11:13 AM, Jim Apple  wrote:

> I was able to run all the data loading and all of the core tests. One
> Kudu test flaked a couple of times on a timeout error.
>
> On Sun, May 21, 2017 at 10:10 AM, Tim Armstrong 
> wrote:
> > Did you manage to run all of the tests and data loading? I remember a
> while
> > back I was having issues with Kudu crashing - never retried to see if it
> > got better.
> >
> > On Sat, May 20, 2017 at 9:23 PM, Jim Apple  wrote:
> >
> >> I am hoping to upgrade from Ubuntu 14.04 to 16.04. In order to check
> >> that I could still do Impala development work, I bootstrapped a
> >> development environment on a 16.04 cloud instance. The script that
> >> worked for me is here:
> >>
> >> https://cwiki.apache.org/confluence/display/IMPALA/Bootstrap
> >> ping+an+Impala+Development+Environment+From+Scratch
> >>
> >> While it might be useful to have this as a Jenkins job, I have no
> >> plans to create such a job.
> >>
> >> It might be a bit cleaner to get this done in the chef repo in
> >> https://github.com/awleblang/impala-setup, but I don't plan to do that
> >> at this time.
> >>
>


Re: error in documentation - timestamp_literals

2017-05-22 Thread Michael Brown
[Explicitly adding jiri.troup in case sender is not on dev@ list]

Actually, that docs error is in upstream documentation [0], and that's
where this should be fixed. Cloudera should then incorporate the change
from upstream.

https://issues.apache.org/jira/browse/IMPALA-5348 filed to address the
problem.

[0] http://impala.apache.org/docs/build/html/topics/impala_literals.html

On Mon, May 22, 2017 at 8:36 AM, Vincent Tran  wrote:

> Hi Jiri,
>
>
>
> Thanks for reporting. Can you please open a support case for this issue so
> that we can track it more effectively?
>
>
>
> http://support.cloudera.com
>
>
>
> Cheers,
>
>
>
> Vincent
>
>
>
>
>
> From: "Troup, Jiri" 
> Reply-To: 
> Date: Monday, May 22, 2017 at 5:57 AM
> To: "dev@impala.incubator.apache.org" 
> Subject: error in documentation - timestamp_literals
>
>
>
> I have found issue in your documentation
>
>
>
> I’m using
>
>
>
> impalad version 2.7.0-cdh5.9.0 RELEASE (build
> 4b4cf1936bd6cdf34fda5e2f32827e7d60c07a9c) Built on Fri Oct 21 01:07:22
> PDT 2016
>
>
>
> In documentation
>
>
>
> https://www.cloudera.com/documentation/enterprise/5-9-
> x/topics/impala_literals.html#timestamp_literals
>
>
>
> you say :
>
>
>
> You can also use INTERVAL expressions to add or subtract from timestamp
> literal values, such as '1966-07-30' + INTERVAL 5 YEARS + INTERVAL 3 DAYS.
> See TIMESTAMP Data Type for details.
>
>
>
> When I run query
>
>
>
> select  '1966-07-30'   + interval 1 year; --doesn’t work
> !!! but according your doc. this should work.
>
> select cast('1966-07-30' as timestamp) + interval 1 year; --have to
> manually cast to timestamp
>
>
>
>
>
>   Jiří Troup
> Consultant
>
>
>
> Adastra
> Nile House
> Karolinská 654/2
> 186 00 Praha 8
> Czech Republic
>
>
>
> jiri.tr...@adastragrp.com
> www.adastra.cz
> www.adastragrp.com
>
> Follow Adastra Czech Republic on LinkedIn, Facebook and YouTube.
>
>
>
>
>
>


Re: error in documentation - timestamp_literals

2017-05-22 Thread Vincent Tran
Hi Jiri,

 

Thanks for reporting. Can you please open a support case for this issue so that 
we can track it more effectively?

 

http://support.cloudera.com

 

Cheers,

 

Vincent

 

 

From: "Troup, Jiri" 
Reply-To: 
Date: Monday, May 22, 2017 at 5:57 AM
To: "dev@impala.incubator.apache.org" 
Subject: error in documentation - timestamp_literals

 

I have found issue in your documentation

 

I’m using 

 

impalad version 2.7.0-cdh5.9.0 RELEASE (build 
4b4cf1936bd6cdf34fda5e2f32827e7d60c07a9c) Built on Fri Oct 21 01:07:22 PDT 2016

 

In documentation 

 

https://www.cloudera.com/documentation/enterprise/5-9-x/topics/impala_literals.html#timestamp_literals

 

you say : 

 

You can also use INTERVAL expressions to add or subtract from timestamp literal 
values, such as '1966-07-30' + INTERVAL 5 YEARS + INTERVAL 3 DAYS. See 
TIMESTAMP Data Type for details.

 

When I run query 

 

select  '1966-07-30'   + interval 1 year; --doesn’t work !!! 
but according your doc. this should work. 

select cast('1966-07-30' as timestamp) + interval 1 year; --have to manually 
cast to timestamp

 

 

  Jiří Troup
Consultant
 


Adastra
Nile House
Karolinská 654/2
186 00 Praha 8
Czech Republic 
   
  
  
jiri.tr...@adastragrp.com 
www.adastra.cz
www.adastragrp.com
   
Follow Adastra Czech Republic on LinkedIn, Facebook and YouTube.

 

 



error in documentation - timestamp_literals

2017-05-22 Thread Troup, Jiri
I have found issue in your documentation

I'm using

impalad version 2.7.0-cdh5.9.0 RELEASE (build 
4b4cf1936bd6cdf34fda5e2f32827e7d60c07a9c) Built on Fri Oct 21 01:07:22 PDT 2016

In documentation

https://www.cloudera.com/documentation/enterprise/5-9-x/topics/impala_literals.html#timestamp_literals

you say :

You can also use INTERVAL expressions to add or subtract from timestamp literal 
values, such as '1966-07-30' + INTERVAL 5 YEARS + INTERVAL 3 DAYS. See 
TIMESTAMP Data Type for details.

When I run query

select  '1966-07-30'   + interval 1 year; --doesn't work !!! 
but according your doc. this should work.
select cast('1966-07-30' as timestamp) + interval 1 year; --have to manually 
cast to timestamp






Jiří Troup
Consultant






Adastra
Nile House
Karolinská 654/2
186 00 Praha 8
Czech Republic







jiri.tr...@adastragrp.com
www.adastra.cz
www.adastragrp.com








[https://aportal.adastragrp.com/OutlookSignature/Images/adastra.png]

[Linkedin]

[Facebook]

[YouTube]


Follow Adastra Czech Republic on 
LinkedIn, 
Facebook and 
YouTube.





Re: [DISCUSS] Release 2.9.0 soon?

2017-05-22 Thread Lars Volker
Impala has not release 2.9.0 yet. We follow the ASF release process which
is outlined here: http://www.apache.org/dev/release-publishing.html

The feedback to Taras' proposal seems positive, so he'll likely provide a
first release candidate soon.

For an overview you can search for JIRAs with fixVersion set to "Impala
2.9.0", but the list often has inaccuracies and will change until the final
release is published.

On Mon, May 22, 2017 at 11:51 AM, yu feng  wrote:

> where can I find the release notes about 2.9.0?  thanks.
>
> 2017-05-20 6:59 GMT+08:00 Tim Armstrong :
>
> > +1 Thanks for volunteering. It would be great to get a release done -
> it's
> > been quite a while since the last one.
> >
> > On Fri, May 19, 2017 at 5:53 PM, Bharath Vissapragada <
> > bhara...@cloudera.com
> > > wrote:
> >
> > > +1. Good to have a new release with all the latest improvements.
> > >
> > > On Fri, May 19, 2017 at 3:51 PM, Alexander Behm <
> alex.b...@cloudera.com>
> > > wrote:
> > >
> > > > +1 for doing a release
> > > >
> > > > On Fri, May 19, 2017 at 3:41 PM, Taras Bobrovytsky <
> > taras...@apache.org>
> > > > wrote:
> > > >
> > > > > This is not a [VOTE] thread. Everyone is encourage to participate.
> > > > >
> > > > > I am volunteering to be a release manager for Impala 2.9.0. Are
> there
> > > any
> > > > > objections to releasing 2.9.0 soon?
> > > > > Keep in mind this is NOT your last chance to speak - there will be
> at
> > > > least
> > > > > two votes, one for PPMC releasing and one for IPMC releasing.
> > > > >
> > > > > See
> > > > > https://cwiki.apache.org/confluence/display/IMPALA/
> > > > DRAFT%3A+How+to+Release
> > > > >
> > > >
> > >
> >
>


Re: [DISCUSS] Release 2.9.0 soon?

2017-05-22 Thread yu feng
where can I find the release notes about 2.9.0?  thanks.

2017-05-20 6:59 GMT+08:00 Tim Armstrong :

> +1 Thanks for volunteering. It would be great to get a release done - it's
> been quite a while since the last one.
>
> On Fri, May 19, 2017 at 5:53 PM, Bharath Vissapragada <
> bhara...@cloudera.com
> > wrote:
>
> > +1. Good to have a new release with all the latest improvements.
> >
> > On Fri, May 19, 2017 at 3:51 PM, Alexander Behm 
> > wrote:
> >
> > > +1 for doing a release
> > >
> > > On Fri, May 19, 2017 at 3:41 PM, Taras Bobrovytsky <
> taras...@apache.org>
> > > wrote:
> > >
> > > > This is not a [VOTE] thread. Everyone is encourage to participate.
> > > >
> > > > I am volunteering to be a release manager for Impala 2.9.0. Are there
> > any
> > > > objections to releasing 2.9.0 soon?
> > > > Keep in mind this is NOT your last chance to speak - there will be at
> > > least
> > > > two votes, one for PPMC releasing and one for IPMC releasing.
> > > >
> > > > See
> > > > https://cwiki.apache.org/confluence/display/IMPALA/
> > > DRAFT%3A+How+to+Release
> > > >
> > >
> >
>