Re: user matching query does not exist

2015-05-15 Thread amit kumar
Thank you Nitin, When the user runs the query via Hive command line. The query succeeds query like select * from railway; as per the link provided you i fire the command ./manage.py clearsessions ; i get the error. On Fri, May 15, 2015 at 12:32 PM, Nitin Pawar wrote: > this is related to d

Re: user matching query does not exist

2015-05-15 Thread Nitin Pawar
this is related to djnago see this on how to clear sessions from django http://www.opencsw.org/community/questions/289/how-to-clear-the-django-session-cache On Fri, May 15, 2015 at 12:24 PM, amit kumar wrote: > Yes it is happening for hue only, can u plz suggest how i cleaning up hue > session

Re: user matching query does not exist

2015-05-14 Thread amit kumar
Yes it is happening for hue only, can u plz suggest how i cleaning up hue session from server ? The query is succeed in hive command line. On Fri, May 15, 2015 at 11:52 AM, Nitin Pawar wrote: > Is this happening for Hue? > > If yes, may be you can try cleaning up hue sessions from server. (thi

Re: user matching query does not exist

2015-05-14 Thread Nitin Pawar
Is this happening for Hue? If yes, may be you can try cleaning up hue sessions from server. (this may clean all users active sessions from hue so be careful while doing it) On Fri, May 15, 2015 at 11:31 AM, amit kumar wrote: > i am using CDH 5.2.1, > > Any pointers will be of immense help. >

Re: user matching query does not exist

2015-05-14 Thread amit kumar
i am using CDH 5.2.1, Any pointers will be of immense help. Thanks On Fri, May 15, 2015 at 9:43 AM, amit kumar wrote: > Hi, > > After re-create my account in Hue, i receives “User matching query does > not exist” when attempting to perform hive query. > > The query is succeed in hive comma