RE: beeline null pointer exception

2017-02-13 Thread Brotanek, Jan
...@hortonworks.com] Sent: sobota 17. prosince 2016 0:19 To: user@hive.apache.org<mailto:user@hive.apache.org> Subject: Re: beeline null pointer exception You probably need to take a look at the HiveServer2 logs which might have a stack trace for that error. From: Br

Re: beeline null pointer exception

2016-12-16 Thread Jason Dere
You probably need to take a look at the HiveServer2 logs which might have a stack trace for that error. From: Brotanek, Jan <jan.brota...@adastragrp.com> Sent: Friday, December 16, 2016 1:05 PM To: user@hive.apache.org Subject: beeline null pointer exc

beeline null pointer exception

2016-12-16 Thread Brotanek, Jan
Hello, I have problem executing following statement in Beeline version 1.2.1000.2.4.0.0-169 by Apache Hive CLI (beeline being invoked with config: --fastConnect=true --hive.cli.errors.ignore=true): create table if not exists test.testorc STORED AS ORC as select * from test.testorc_e ;