我有一个如下的马桶路线
from("restlet:/api?restletMethod=GET").log("API Reached");
问题是当我发送无效的网址(如from("restlet:/api?restletMethod=GET")
)时http://localhost:8080/api?query=%s%n%s
引发异常。
如何处理此异常? onException
无效,因为请求未到达路由
答案 0 :(得分:0)
我相信您应该像这样配置端点。
df_test = spark.sql("SELECT * FROM csv.`preprocessed_data.csv`")
df_test.count()
# out: 6422020