Resource Management(I read a Chinese version of the book, any translation problem plz point out.
Read more
Last Modified: 2017-08-28 16:49:00
Acknowledge
What is Hive?Hive is a data warehouse infrastructure tool to process structured data in Hadoop. It resides on top of Hadoop to summarize Big Data, and makes querying and analyzing easy.
Official Hive TutorialTutorial
Read more
Last Modified: 2017-08-25 10:57:10
TODO:
grep
expect
awk
sed
xargs
Read more
Last Modified: 2017-08-25 10:53:10
193. Valid Phone Numbers
195. Tenth Line
192. Word Frequency
194. Tranpose File
Read more
Last Modified: 2017-08-23 11:46:10
Hard to say, I finished Go, for about 20 days (except busy for 1 week and training for 1 week).
Such a long time, 1 week to learn a new language, having known a little about concurrency.
Not so bad.
AcknowledgeGo is a new language. Although it borrows ideas from existing languages, it has unusual properties that make effective Go programs different in character from programs written in its relatives.The notes below was written from the view of a CPP programmer.
and a hello world
package main
import "fmt"
func main() {
fmt.Println("Hello, World")
}
Read more