Path to Distributed System 2017-09-21 Google papers(GFS/BigTable/Spanner/F1) Consensus algorithms(Raft/Paxos) Distributed computing sys (spark/dremel/presto) newSql(tiDB) Read more..
install spark 2017-09-21 install spark https://www.davidadrian.cc/posts/2017/08/how-to-spark-cluster/ Read more..
leetcode summary 09/18 2017-09-18 132. Palindrome Partitioning II dp: current status[j] depends on previous status[0, i-1] + isPalidrom[i, j] 459. Repeated Substring Pattern Read more..