摘要:
报错信息如下: Error creating bean with name 'elasticsearchTemplate' defined in class path 解决思路: 1.es版本与pom文件版本不符 修改pom文件mvn版本 2.jar包冲突 将冲突的jar包exclusion <de 阅读全文
摘要:
扫描超时默认时1分钟,通过以下参数设置 <property> <name>hbase.client.scanner.timeout.period</name> <value>60000</value> <description>Client scanner lease period in milli 阅读全文
摘要:
K-均值算法试图将一系列样本分割成K个不同的类簇(其中K是模型的输入参数) K-means K-means is one of the most commonly used clustering algorithms that clusters the data points into a pred 阅读全文