摘要:
閱讀全文
posted @
2009-04-24 10:54 donnie 閱讀(260) |
評論 (0) |
編輯 收藏
巧用虛擬股權留住人心
天津B公司:虛擬股份制
虛擬股權激勵方案設計
posted @
2009-04-23 11:25 donnie 閱讀(145) |
評論 (0) |
編輯 收藏
http://www.hadoop.org/
The Apache Hadoop project develops open-source software for reliable, scalable, distributed computing, including:
- Hadoop Core, our flagship sub-project, provides a distributed filesystem (HDFS) and support for the MapReduce distributed computing metaphor.
- HBase builds on Hadoop Core to provide a scalable, distributed database.
- Pig is a high-level data-flow language and execution framework for parallel computation. It is built on top of Hadoop Core.
- ZooKeeper is a highly available and reliable coordination system. Distributed applications use ZooKeeper to store and mediate updates for critical shared state.
- Hive is a data warehouse infrastructure built on Hadoop Core that provides data summarization, adhoc querying and analysis of datasets.
posted @
2009-04-17 15:20 donnie 閱讀(144) |
評論 (0) |
編輯 收藏
摘要:
閱讀全文
posted @
2009-04-17 11:02 donnie 閱讀(360) |
評論 (0) |
編輯 收藏
http://www.hadoop.org/
The Apache Hadoop project develops open-source software for reliable, scalable, distributed computing, including:
- Hadoop Core, our flagship sub-project, provides a distributed filesystem (HDFS) and support for the MapReduce distributed computing metaphor.
- HBase builds on Hadoop Core to provide a scalable, distributed database.
- Pig is a high-level data-flow language and execution framework for parallel computation. It is built on top of Hadoop Core.
- ZooKeeper is a highly available and reliable coordination system. Distributed applications use ZooKeeper to store and mediate updates for critical shared state.
- Hive is a data warehouse infrastructure built on Hadoop Core that provides data summarization, adhoc querying and analysis of datasets.
posted @
2009-04-17 10:32 donnie 閱讀(141) |
評論 (0) |
編輯 收藏
http://rdc.taobao.com/blog/dw/archives/286
posted @
2009-04-17 10:27 donnie 閱讀(176) |
評論 (0) |
編輯 收藏
http://www.hadoop.org/
http://cn.hadoop.org/
posted @
2009-04-17 10:26 donnie 閱讀(158) |
評論 (0) |
編輯 收藏
摘要:
閱讀全文
posted @
2009-04-13 21:15 donnie 閱讀(136) |
評論 (0) |
編輯 收藏
A SQL query walks into a bar and sees two tables. He walks up to them and says 'Can I join you?'
from: http://tkyte.blogspot.com/
posted @
2009-04-06 17:03 donnie 閱讀(120) |
評論 (0) |
編輯 收藏
select to_date('Mon Jan 21 13:25:47 2008', 'dy mon dd hh24:mi:ss yyyy') from dual
Ora-01846: not a valid day of the week
出現的是中文的字符日期,如下:星期五 12月 19 13:53:15 2008
是字符集的問題,解決:
alter session set nls_date_language = 'American'
posted @
2009-04-06 16:00 donnie 閱讀(1141) |
評論 (0) |
編輯 收藏