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

2015-02-28 Thread Dmitry Tolpeko
>Are there any github link for source code? Will be added soon >Any there any documents for writing the sproc? Please see the reference at plhql.org. Briefly, just put your code without enclosing CREATE PROC/FUNC statements (they will be supported soon) >What's performance than regular HQL statem

Re: Intermittent BindException during long MR jobs

2015-02-28 Thread Ted Yu
Krishna: Please take a look at: http://wiki.apache.org/hadoop/BindException Cheers On Thu, Feb 26, 2015 at 10:30 PM, wrote: > Hello Krishna, > > > > Exception seems to be IP specific. It might be occurred due to > unavailability of IP address in the system to assign. Double check the IP > addre

Re: Reading tables will lock entire database in Hive 0.13

2015-02-28 Thread Chaoyu Tang
It was fixed for DummyTxnManager. DbTxnManager should not have this issue. Thanks On Thu, Feb 26, 2015 at 1:52 PM, Jim Green wrote: > Hi Chaoyu, > > Thanks for the information. > Actually by default, if we set hive.support.concurrency=true in Hive 0.13: > > hive.lock.manager=org.apache.hadoop.h