摘要:
一、Spark是什么引用官方文档的一句话Apache Spark™ is a unified analytics engine for large-scale data processing.Apache Spark™是用于大规模数据处理的统一分析引擎。可以从这句话拆分出几个关键点统一大数据分析引擎/计算引擎何为统一Spark的主要目标是为编写大数据应用程序提供统一的平台,其中包括统一计算引擎和统... 阅读全文
摘要:
1.为什么要数据治理Ebay--Why do we do data governanceTo ensure security and privacy of the data and access control.确保数据和访问控制的安全性和私密性。To capture the metadata of datasets for security and end-user data consumpti... 阅读全文
摘要:
Unable to find a constructor that takes a String param or a valueOf() or fromString() method 最近在做服务的dubbo rest改造,在启动服务的时候遇到这个错。 大意就是我的@QueryParam注解下的参 阅读全文