week7中的前两节课的标题是”Actors are Distributed",讲了很多Akka Cluster的内容,同时也很难理解。Roland Kuhn并没有讲太多Akka Cluster自身如何工作的细节,而是更关注于如何利用Akka Cluster来把Actor分布到不同的节点上,或许这么...
分类:
其他好文 时间:
2014-12-18 18:44:02
阅读次数:
264
Submitting ApplicationsThespark-submitscript in Spark’sbindirectory is used to launch applications on a cluster. It can use all of Spark’s supportedcl...
分类:
移动开发 时间:
2014-12-18 10:22:51
阅读次数:
430
A peak element is an element that is greater than its neighbors.
Given an input array where num[i] ≠ num[i+1], find a peak element and return its index.
The array may contain multiple peaks, in ...
分类:
其他好文 时间:
2014-12-18 00:17:44
阅读次数:
146
cluster代表一个集群,集群中有多个节点,其中有一个为主节点,这个主节点是可以通过选举产生的,主从节点是对于集群内部来说的。es的一个概念就是去中心化,字面上理解就是无中心节点,这是对于集群外部来说的,因为从外部来看es集群,在逻辑上是个整体,你与任何一个节点的通信和与整个es集群通信是等价的。...
分类:
其他好文 时间:
2014-12-17 17:43:47
阅读次数:
165
题目
Given a set of candidate numbers (C) and a target number (T), find all unique combinations
in C where the candidate numbers sums to T.
The same repeated number may be chosen from C unlimi...
分类:
其他好文 时间:
2014-12-17 16:26:21
阅读次数:
170
题目描述:Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique l...
分类:
其他好文 时间:
2014-12-17 16:10:40
阅读次数:
167
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:
其他好文 时间:
2014-12-17 12:23:10
阅读次数:
166
QuestionEvaluate the value of an arithmetic expression in Reverse Polish Notation.Valid operators are +, -, *, /. Each operand may be an integer or an...
分类:
其他好文 时间:
2014-12-17 00:15:15
阅读次数:
174
Hype Cycles ResearchAccess to research documents may vary based on your subscription.Toolkit: My Hype Cycle, 201426 September 2014This Toolkit enables...
分类:
其他好文 时间:
2014-12-16 22:23:06
阅读次数:
187
Hyper-V网卡掉线触发虚拟机迁移前两天看到有网友在问,网卡掉线后,需要将虚拟机迁移到其他服务器上,Hyper-V能办到吗?Hyper-V本身是没有提供这个功能的,想起之前自己有做过使用一脚本vicha.vbs的脚本实现过,今天就此写一篇blog。我的环境是两台物理服务器,部署为Cluster。..
分类:
其他好文 时间:
2014-12-16 19:28:38
阅读次数:
246