2017年8月29日

Oracle中start with...connect by子句的用法

摘要: connect by 是结构化查询中用到的,其基本语法是:select … from tablename start with 条件1connect by 条件2where 条件3;例:select * from tablestart with org_id = ‘HBHqfWGWPy’connec 阅读全文

posted @ 2017-08-29 16:09 DiscretOrz 阅读(167) 评论(0) 推荐(0)

Apache Spark-1.0.1集群搭建[转]

摘要: Apache Spark a fast and general engine for large-scale data processing Spark是一个高效的分布式计算系统,相比Hadoop,它在性能上比Hadoop要高100倍。Spark是发源于美国加州大学伯克利分校AMPLab的集群计算平 阅读全文

posted @ 2017-08-29 15:09 DiscretOrz 阅读(167) 评论(0) 推荐(0)

导航