- 金证: 国君、安信、国信等;
- 恒生: 在集中交易(也就是网上交易)上后来追上,代表券商:中信、广发、华泰、国金,以及一些小券商,技术薄弱,全套恒生系统
- 顶点: 招商、中航
- 金仕达: 东方、海通、招商等
- 根网: 中金
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#+BEGIN | |
#+UPDATE_TIME 2014-09-04 16:30:00 | |
#+MESSAGE | |
####################################################################### | |
# | |
# imouto.host | |
# | |
# 主页:https://plus.google.com/100484131192950935968/posts | |
# | |
# #Ver : 2.11.0468 Sakura Chiyo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Example using MultipleOutputs to write a Spark RDD to multiples files. | |
Based on saveAsNewAPIHadoopFile implemented in org.apache.spark.rdd.PairRDDFunctions, org.apache.hadoop.mapreduce.SparkHadoopMapReduceUtil. | |
val values = sc.parallelize(List( | |
("fruit/items", "apple"), | |
("vegetable/items", "broccoli"), | |
("fruit/items", "pear"), | |
("fruit/items", "peach"), | |
("vegetable/items", "celery"), | |
("vegetable/items", "spinach") |