帅平V管理员
文章 5088 篇 | 评论 2307 次
作者 帅平 发布的文章
使用bizlog-sdk打印日志的时候报错:org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property
今天在使用bizlog-sdk打印日志的时候报错了,提示: org.springframework.expression.spel.SpelEvaluationException: EL1007E: Property...
Spark中Spark Streaming和Spark Structured Streaming有什么区别?
Spark中Spark Streaming和Spark Structured Streaming有什么区别?...
今天在使用elasticsearch进行聚合计算的时候,需要求价格的平均值,结果计算出来的结果丢失了精度,例如: "avg_price": { "value": 1.049999992052714 } 下图是截过图 ...
在使用doris进行join操作的时候,直接报错了,提示:Memory exceed limit .Hash join while constructing the hash table. Backend:xxx,具...
热文Elasticsearch中如何测试某个分词器的分词效果?
Elasticsearch中如何测试某个分词器的分词效果?例如我们要测试IK分词器的ik_smart和ik_max_word。...
热文使用curl向elasticsearch批量插入数据的时候报错:The bulk request must be terminated by a newline [\\n]
今天在测试的时候,把批量的数据写入本地文件,然后使用 curl -H "Content-Type: application/x-ndjson" -XPOST "http://192.168.31.20:9200/_b...
Elasticsearch中如何向正在使用的index添加mapping映射字段?
Elasticsearch中如何向正在使用的index添加mapping映射字段?...
热文向Elasticsearch中插入一条数据的时候报错:strict_dynamic_mapping_exception
今天向elasticsearch中插入一条数据的时候,直接报错了: "type": "strict_dynamic_mapping_exception", "reason": "mapping set to stri...
