Foreword【こんにちは】
Today, we continue to learn Scala Language, though the Scala isn’t easy for Begainner, Big Data Technology need Scala Language, Spark【Distributed Calculation FrameWork】is based on Scala Language designed. I know the learning road…
GET /categories/1/10?name手机 // 按名称过滤 GET /categories/1/10?type电子产品 // 按类型过滤 GET /categories/1/10?name手机&type电子产品 // 组合过滤
查询参数
ApiOperation(value "获取商品分类分页列表")GetMapping("{page}/{limit}")…
SparkPlanGraph 相关
org/apache/spark/sql/execution/ui/SparkPlanGraph.scala
/*** Represent a node in the SparkPlan tree, along with its metrics.** @param id generated by "SparkPlanGraph". There is no duplicate id in a graph* @param name the name…