I'm not aware of anyone having tried it, so I don't think we know. I'd also check in on Thrift's support for Python3. That seems like the most likely library. You can certainly give removing print a shot!
-- Philip On Wed, Feb 14, 2018 at 11:50 AM, Diggs, Asoka <asoka.di...@intel.com> wrote: > I have just encountered this error myself after my project made the > decision to switch from Python 2 to 3. > > I’ve added a comment to the JIRA with some additional details from my own > encounter with the error. > > > Looking at the impala-shell.py file, it’s clear that the error I > encountered – print statements formulated using Python 2 syntax that is not > compatible with Python 3 – exist throughout the code. If this is the > extent of the incompatibility, then that’s a problem I am ready and willing > to tackle. > > Is there reason to believe that this problem is as simple as changing > print statement syntax, or reason to believe it is significantly more than > that? > > Thanks for the insight. > Asoka Diggs > > > >