hong dongdong created HUDI-401:
----------------------------------
Summary: Remove unnecessary use of spark in savepoint timeline
Key: HUDI-401
URL: https://issues.apache.org/jira/browse/HUDI-401
Project: Apache Hudi (incubating)
Issue Type: Improvement
Components: CLI, Write Client
Reporter: hong dongdong
Currently, javasparkcontext was inited when savepoint create, but it is not
necessary. Javasparkcontext's whole work is provide hadoopconfig, but need
time and resources to init it.
So we can use hadoop config instead of jsc.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)