上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 74 下一页
摘要: 下表中列出了 Impala 是用的 TCP 端口。在部署 Impala 之前,请确保每个系统上这些端口都是打开的。 组件服务端口访问需求备注 Impala Daemon Impala 守护进程前端端口 21000 外部 被 impala-shell, Beeswax, Cloudera ODBC 1 阅读全文
posted @ 2017-12-16 07:41 邱明成 阅读(5993) 评论(0) 推荐(0)
摘要: 1. touch ~/.gdbinit 2. 在.gdbinit文件中添加“handle SIGSEGV nostop noprint pass” 阅读全文
posted @ 2017-12-15 21:29 邱明成 阅读(3798) 评论(0) 推荐(0)
摘要: Table of Contents 1 代码结构 2 StateStore 3 Scheduler 4 impalad启动流程 5 Coordinator 6 ExecNode 7 PlanFragmentExecutor 1 代码结构 service: 连接前端,并接受client的请求 runt 阅读全文
posted @ 2017-12-13 10:21 邱明成 阅读(1205) 评论(0) 推荐(0)
摘要: 一般情况下,我们的项目各个子项目都在一个总的项目根目录下,但有的时候,我们需要使用外部的文件夹,怎么办呢? add_subdirectory命令,可以将指定的文件夹加到build任务列表中。下面是将与当前项目平级的一个目录下的子目录用add_subdirectory命令加进来的CMakelists. 阅读全文
posted @ 2017-12-09 17:40 邱明成 阅读(40545) 评论(0) 推荐(1)
摘要: CPPFLAGSC预处理器参数。( C 和 Fortran 编译器也会用到)。 CXXFLAGSC++语言编译器参数。 CFLAGSC语言编译器参数。 阅读全文
posted @ 2017-12-09 11:27 邱明成 阅读(3276) 评论(0) 推荐(0)
摘要: 1 命令格式: [plain] view plain copy $ find <指定目录> <指定条件> <指定动作> [plain] view plain copy [plain] view plain copy 最常见示例:查找文件名(忽略大小写) [java] view plain copy 阅读全文
posted @ 2017-12-08 14:54 邱明成 阅读(20367) 评论(0) 推荐(0)
摘要: Impala的定位是一种新型的MPP查询引擎,但是它又不是典型的MPP类型的SQL引擎,提到MPP数据库首先想到的可能是GreenPlum,它的每一个节点完全独立,节点直接不共享数据,节点之间的信息传递全都通过网络实现。而Impala可以说是一个MPP计算引擎,它需要处理的数据存储在HDFS、Hba 阅读全文
posted @ 2017-11-29 15:12 邱明成 阅读(11684) 评论(3) 推荐(1)
摘要: Guava Cache以下的特性: automatic loading of entries into the cache; least-recently-used eviction when a maximum size is exceeded; time-based expiration of 阅读全文
posted @ 2017-11-27 17:28 邱明成 阅读(409) 评论(0) 推荐(0)
摘要: 在hive的应用中,出现如下错误时You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 阅读全文
posted @ 2017-11-22 19:37 邱明成 阅读(6064) 评论(0) 推荐(0)
摘要: 最近,开源社区发生了一件大事,那个全国 Java 开发者使用最广的开源服务框架 Dubbo 低调重启维护,并且 3 个月连续发布了 4 个维护版本。 我上次在写放弃Dubbo,选择最流行的Spring Cloud微服务架构实践与经验总结这篇文章的时候,就有很多的网友给我留言说,Dubbo 又开始更新 阅读全文
posted @ 2017-11-21 17:50 邱明成 阅读(776) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 74 下一页