Re: Beeline connect to hiveserver2 didn't print log.

2015-05-26 Thread Chinna Rao Lalam
By default beeline logs will come to console with log level WARN only. If you need some changes update the beeline-log4j.properties. On Wed, May 27, 2015 at 8:58 AM, r7raul1...@163.com r7raul1...@163.com wrote: I use hive1.1.0 beeline remote connect to hiveserver2. When I submit query , only

Re: Re: PL/HQL - Procedural SQL-on-Hadoop

2015-05-26 Thread r7raul1...@163.com
You can refer to the cursor columns using cur_name.col_name syntax Great job! r7raul1...@163.com From: Dmitry Tolpeko Date: 2015-05-01 03:43 To: user Subject: Re: PL/HQL - Procedural SQL-on-Hadoop Hi everyone, PL/HQL 0.3.1 released today. There are some features I hope you find

Re: Malformed Orc file Invalid postscript length 0

2015-05-26 Thread Grant Overby (groverby)
Sometimes it just takes fresh eyes. FML… String completedDir = ExternalTableUtility.tmpDir(dbName, tableName, partition); String tmpDir = ExternalTableUtility.completedDir(dbName, tableName, partition);