Sheng, Li
Sheng, Li
Hi, @czha168 I think the jar name is according to the default root directory of cubert. If I follow the install guide http://linkedin.github.io/Cubert/install.html clone into directory into /path/to/cubert (note: cubert...
Hi, @suvodeep-pyne, sorry for replying late. Here is my script: ``` JOB "Cube GENBLOCK SESSION_ID" REDUCERS 500; MAP { data = LOAD "/hive_warehouse/temp_bigdata.db/temp_visitorcube_pv" USING TEXT("schema": "STRING log_date, STRING app_name, STRING...
BTW, this exception throws in **Reduce Side**. And failed in the **last reducer** of the total reducers. eg: total reducers 500, successful 499. I've noticed that the information about last...
Hi, @suvodeep-pyne, I'm sure this is a data skew issue. I need compute count_distinct(session_id) But this always run out of memory since the there are 11390639 records has the same...
@JerryLead 我写了一片关于理解Executor的生成策略的文章,移步 http://blog.csdn.net/oopsoom/article/details/38763985