A Hadoop job may consist of many map tasks and reduce tasks. Therefore, debugging a Hadoop job is often a complicated process. It is a good practice t...
分类:
其他好文 时间:
2015-04-10 08:17:27
阅读次数:
200
Druid 的load 数据分为两类 :批量load(历史数据) 和实时load(新数据) ,本文介绍批量load 数据indexing 服务批量load 数据需要用到indexing 服务,它是一个独立的服务,,接受任务的形式为POST请求。The output of most tasks are...
分类:
其他好文 时间:
2015-04-09 15:14:19
阅读次数:
226
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Nullable;namespace 可空类型{ ....
分类:
其他好文 时间:
2015-04-09 00:40:31
阅读次数:
123
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Threading;namespace CTest{...
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Data;using System.Data.Sql...
分类:
数据库 时间:
2015-04-08 14:43:11
阅读次数:
156
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication1{ class...
分类:
其他好文 时间:
2015-04-08 00:42:17
阅读次数:
149
控制台程序:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Net;using System.Net...
分类:
移动开发 时间:
2015-04-07 17:13:31
阅读次数:
132
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication5{ class...
分类:
其他好文 时间:
2015-04-06 21:46:48
阅读次数:
106
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Diagnostics;namespace Cons...
分类:
其他好文 时间:
2015-04-06 16:57:18
阅读次数:
120
练习下矩阵的基本运算:O(∩_∩)O~ using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks; namespace Cons...
分类:
其他好文 时间:
2015-04-05 16:01:37
阅读次数:
111