Re: %sql problems

2016-11-06 Thread Igor Yakushin
On 11/06/2016 05:30 PM, Igor Yakushin wrote: On 11/05/2016 10:53 PM, Igor Yakushin wrote: Hi All, I have the following problems with %sql: 1) %sql show tables correctly shows tables in hive databases. 2) %sql describe table mkbook.bkrating correctly describes the schema for table

Re: %sql problems

2016-11-06 Thread Igor Yakushin
On 11/05/2016 10:53 PM, Igor Yakushin wrote: Hi All, I have the following problems with %sql: 1) %sql show tables correctly shows tables in hive databases. 2) %sql describe table mkbook.bkrating correctly describes the schema for table bkrating in hive database mkbook 3) %sql selec

%sql problems

2016-11-05 Thread Igor Yakushin
Hi All, I have the following problems with %sql: 1) %sql show tables correctly shows tables in hive databases. 2) %sql describe table mkbook.bkrating correctly describes the schema for table bkrating in hive database mkbook 3) %sql select count(*) from mkbook.bkrating does not work an