Hi all, We are investigating using multiple webhcat servers to provide redundancy as described in: http://mail-archives.apache.org/mod_mbox/hive-user/201304.mbox/%3ccabc1ogqreipok8tefoy2rmhgeeo4v2h_gth+umxtr57qmib...@mail.gmail.com%3E
In testing out this approach using the CDH 4.2 distribution of webhcat, everything seems to work fine except for running callbacks. Specifically, the callback never gets run if the server to which it was submitted is killed before the job completes. To determine this I ran the following test: 1. Start up two webhcat instances, server1 and server2. 2. Submit a query to server1 with a callback. 3. Kill server1 The callback was never received in this case. Is this the expected behavior? Thanks, Andrew