| clear query|facets|time |
Search criteria: .
Results from 11 to 18 from
18 (0.048s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: HiveHistoryViewer concurrency problem - Hive - [mail # user]
|
|
...Hi Jie: As I know, hive history log is structured and class *HiveHistory* is used to write and read hive history log. *HiveHistoryViewer* serves as a listener to listen and store...
|
|
|
Author: Qiang Wang,
2013-01-05, 04:59
|
|
|
Re: HiveHistoryViewer concurrency problem - Hive - [mail # user]
|
|
...Does Anybody have an idea about this? https://issues.apache.org/jira/browse/HIVE-3857 2013/1/4 Qiang Wang ...
|
|
|
Author: Qiang Wang,
2013-01-05, 01:54
|
|
|
HiveHistoryViewer concurrency problem - Hive - [mail # user]
|
|
...new HiveHistoryViewer() throws ConcurrentModificationException when called concurrently by several threads. According to the stack trace, HiveHistory.parseLine use *private static Map ...
|
|
|
Author: Qiang Wang,
2013-01-04, 08:28
|
|
|
Re: HiveHistory and HiveHistoryViewer - Hive - [mail # user]
|
|
..."HiveHistory.parseHiveHistory use BufferedReader.readLine which takes '\n', '\r', '\r\n' as line delimiter to parse history file" And clients may be on mac, which takes '\r' as line de...
|
|
|
Author: Qiang Wang,
2012-12-18, 05:14
|
|
|
Re: HiveHistory and HiveHistoryViewer - Hive - [mail # user]
|
|
...anybody has an idea about this ? https://issues.apache.org/jira/browse/HIVE-3810 2012/12/16 Qiang Wang ...
|
|
|
Author: Qiang Wang,
2012-12-17, 13:48
|
|
|
Re: HiveHistory and HiveHistoryViewer - Hive - [mail # user]
|
|
...glad to receive your reply! here is my point: Firstly, I think HiveHistoryViewer is inconsistent with HiveHistory. Secondly, hive server may be deloyed on linux, but client can be anyw...
|
|
|
Author: Qiang Wang,
2012-12-16, 10:51
|
|
|
HiveHistory and HiveHistoryViewer - Hive - [mail # user]
|
|
...Hi All: As I know, HiveHistory.log will replace '\n' with space before writing Entry.value to history file: * val = val.replace('\n', ' ');* but HiveHistoryViewer u...
|
|
|
Author: Qiang Wang,
2012-12-16, 10:23
|
|
|
HiveHistory and HiveHistoryViewer - Hive - [mail # dev]
|
|
...Hi All: As I know, HiveHistory.log will replace '\n' with space before writing Entry.value to history file: * val = val.replace('\n', ' ');* but HiveHistoryViewer u...
|
|
|
Author: Qiang Wang,
2012-12-16, 10:03
|
|
|
|