RE: Hive: Select * command not working similar to RDBMS

2014-09-16 Thread Xu, Cheng A
, 2014 12:34 AM To: user@hive.apache.org; Sivasakthi Subject: Re: Hive: Select * command not working similar to RDBMS Hey Siva, Welcome to Hive! :) I don't know why the issue you pointed out is happening, but I'd strongly recommend to go with hive-0.13. There's two reasons for that: 1

Re: Hive: Select * command not working similar to RDBMS

2014-09-16 Thread Nishant Kelkar
Hey Siva, Welcome to Hive! :) I don't know why the issue you pointed out is happening, but I'd strongly recommend to go with hive-0.13. There's two reasons for that: 1. This could be something that was indeed an issue with hive-0.9.0 and was fixed by hive-0.13 2. It will become increasingly diffi

Hive: Select * command not working similar to RDBMS

2014-09-15 Thread Sivasakthi
Hi Hive developers, I am new to hive. Yesterday i installed apache hive-0.9.0 and start executing some basics command and i found one abnormal behavior in select* command. In select statement after * any random characters are allowed in hive but in RDBMS its not allowed. I am not sure its