-
hello! I've been searching all day and I'm leaving an issue. version info
the issue was opened to resolve the error.
but
error log It works normally in beeline. jdbc:hive2://10.100.0.119:10000> select * from subway where name = '가야역'; runcpserver.logaccess INFO 10.20.2.125 konan - "POST /notebook/api/close_statement HTTP/1.1" returned in 362ms 200 67 hive.logINFO [2915e8b9-cd89-4b57-85b2-cb24bbce6700 HiveServer2-Handler-Pool: Thread-1006] ql.Driver: Compiling command(queryId=konan_20210907153530_49f60f1d-8d66-4670-a91d-382bdaf97f22): select * from subway where name like '가� How can I solve the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Here looks like the issue comes from Hive and not Hue |
Beta Was this translation helpful? Give feedback.
-
I solved the problem. edit line 3922 oprot.writeString(self.statement) -> oprot.writeString(self.statement.encode('utf-8') |
Beta Was this translation helpful? Give feedback.
I solved the problem.
edit
~/hue/apps/beeswax/gen-py/TCLIService/ttypes.py
line 3922
oprot.writeString(self.statement) -> oprot.writeString(self.statement.encode('utf-8')