Quantcast
Channel: Hortonworks » All Replies
Viewing all articles
Browse latest Browse all 3435

HDP 2.2 HUE browse data error

$
0
0

Hello!

I upgraded from HDP 2.1 to 2.2 and since then any hive query does not display any log file after submitting. Also Browse data launches a full fetched hadoop job instead of the in-memory query with 250 results.

I installed hue 3.7 from source manual and there is the same issue. It seems the function getLog() is no longer implemented in the hiveserver
[08/Dec/2014 03:57:50 -0800] thrift_util INFO Thrift saw an application exception: Invalid method name: ‘GetLog’

[08/Dec/2014 03:57:50 -0800] thrift_util ERROR Thrift saw exception (this may be expected).
Traceback (most recent call last):
File “/usr/local/hue/desktop/core/src/desktop/lib/thrift_util.py”, line 380, in wrapper
ret = res(*args, **kwargs)
File “/usr/local/hue/apps/beeswax/src/beeswax/../../gen-py/TCLIService/TCLIService.py”, line 745, in GetLog
return self.recv_GetLog()
File “/usr/local/hue/apps/beeswax/src/beeswax/../../gen-py/TCLIService/TCLIService.py”, line 761, in recv_GetLog
raise x
TApplicationException: Invalid method name: ‘GetLog’

Anyone knows a way to reactivate it?

thanks
Klaus


Viewing all articles
Browse latest Browse all 3435

Trending Articles