set hive.lzo.paralle.read.index.thread = 1000; 应该是读lzo文件的时候起多个进程去读数据,如果来源表是lzo而且小文件比较多,加这个可以加快速度。 查看默认值: set hive.lzo.paralle.read.index.thread ; -- hive.lzo.paralle.read.index.thread is undefined
1、执行耗时任务(Parallel.For更快,多线程执行) using System;using System.Threading.Tasks; // Must use this namespaceusing System.Diagnostics;using System.Threading;namespace ExampleParallelFor{class Pr