Details
-
Type:
Sub-task
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.4.0
-
Fix Version/s: None
-
Component/s: Server
-
Labels:None
Description
Now RecordServicePlanner can only work with s3 sql request (e.g. "select * from s3_table") and hdfs path request ("/directory"), but cannot work with s3 path request ("s3a://directory").
The problem is caused by CreateTmpTable(), in which we call hdfsFS's APIs which will throw error when path is s3.