JavaShuo
欄目
標籤
spark報錯:Caused by: java.util.regex.PatternSyntaxException: Unclosed group near index 1
時間 2021-01-21
標籤
java.util.regex.PatternSyntaxE
欄目
Spark
简体版
原文
原文鏈接
Spark中使用val rdd2 =rdd.flatMap(_.replaceAll("(","").replaceAll(")",""))報錯: 解決方案: 報錯的原因是(引起的解決方法很簡單,對於字符'(',使用 \\( 或 [(] 即可。 因爲在正則表達式中,有個「捕獲組」的概念,其使用了小括號;因此分析,當正則表達式解析到左括號時,沒有發現對應的右括號,從而報錯。
>>阅读原文<<
相關文章
1.
java.util.regex.PatternSyntaxException: Unclosed counted closure near index 14 [0-9a-zA-Z]{1, 20}報錯
2.
切割字符串錯誤:Unclosed character class near index 0 [ ^ 轉義符問題
3.
使用GreenDao報錯:Caused by: java.lang.IllegalArgumentException: the bind value at index 1 is null
4.
MySQL GROUP BY 報錯
5.
報錯:Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: #42000
6.
Android xml 報錯Caused by: android.view.InflateException:
7.
SpringCloud報錯:Caused by: org.springframework.context.ApplicationContextExceptio
8.
報錯:Caused by: tech.yooo.common.exception.controller.ControllerException: null
9.
idea鏈接spark集羣報錯解析:Caused by: java.lang.ClassCastException
10.
hibernate 報錯:Caused by: java.lang.IllegalArgumentException: argument type mismatch
更多相關文章...
•
SQLite Group By
-
SQLite教程
•
SQL GROUP BY 語句
-
SQL 教程
•
NewSQL-TiDB相關
•
三篇文章瞭解 TiDB 技術內幕 —— 談調度
相關標籤/搜索
group...by
unclosed
caused
1.index
group
index
錯報
報錯
1.spark
項目報錯
Spark
Java
PHP 7 新特性
Redis教程
Thymeleaf 教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
Excel教程:排序-篩選-切片-插入表格
2.
ZigBee ProfileID,DeviceID,ClusterID
3.
二維碼背後不能不說的祕密Part1~
4.
基於迅爲i.MX6平臺 | 智能家居遠程監控系統
5.
【入門篇】ESP8266直連智能音箱(天貓精靈)控制智能燈
6.
MongoDB安裝問題
7.
【建議收藏】22個適合程序員多逛逛的網站
8.
【建議收藏】10個適合程序員逛的在線社區
9.
Attention-Based SeriesNet論文讀後感
10.
Flutter中ListView複用原理探索
本站公眾號
歡迎關注本站公眾號,獲取更多信息
相關文章
1.
java.util.regex.PatternSyntaxException: Unclosed counted closure near index 14 [0-9a-zA-Z]{1, 20}報錯
2.
切割字符串錯誤:Unclosed character class near index 0 [ ^ 轉義符問題
3.
使用GreenDao報錯:Caused by: java.lang.IllegalArgumentException: the bind value at index 1 is null
4.
MySQL GROUP BY 報錯
5.
報錯:Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: #42000
6.
Android xml 報錯Caused by: android.view.InflateException:
7.
SpringCloud報錯:Caused by: org.springframework.context.ApplicationContextExceptio
8.
報錯:Caused by: tech.yooo.common.exception.controller.ControllerException: null
9.
idea鏈接spark集羣報錯解析:Caused by: java.lang.ClassCastException
10.
hibernate 報錯:Caused by: java.lang.IllegalArgumentException: argument type mismatch
>>更多相關文章<<