I'm using node.js which is async.
On Sun, Sep 29, 2013 at 5:32 PM, Brad Ruderman <bruder...@radiumone.com>wrote: > Typically it be your application that opens the process off the main > thread. Hue (Beeswax specifically) does this and you can see the code here: > https://github.com/cloudera/hue/tree/master/apps/beeswax > > Thx > > > > On Sun, Sep 29, 2013 at 5:15 PM, kentkong_work <kentkong_w...@163.com>wrote: > >> ** >> hi all, >> just wonder if there is offical solution for async call to hive? >> hive query runs so long time, my application can't block until it returns. >> >> >> Kent >> >> > >