leesf created HUDI-222:
--------------------------
Summary: rename main class path to
org.apache.hudi.timeline.service.TimelineService in run_server.sh
Key: HUDI-222
URL: https://issues.apache.org/jira/browse/HUDI-222
Project: Apache Hudi (incubating)
Issue Type: Bug
Reporter: leesf
Assignee: leesf
The current main class path in run_server.sh is
{code:java}
com.uber.hoodie.timeline.service.TimelineService
{code}
, however, it should changed be
{code:java}
org.apache.hudi.timeline.service.TimelineService{code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)