kakao / s2graph

This code base is retained for historical interest only, please visit Apache Incubator Repo for latest one
https://github.com/apache/incubator-s2graph
Other
250 stars 32 forks source link

API to Update Label's HTable #127

Closed HyunsungJo closed 8 years ago

HyunsungJo commented 8 years ago

In regard to #93, the general workflow of updating an existing label data via bulk upload is expected to be as follows:

  1. Bulk upload new data to new label connected new HTable.
  2. Verify validity of new label.
  3. Update existing label's HTable to the new one.

Steps 1 and 2 will be achieved by running a spark job (in a127798) and calling getEdges API respectively.

So all we need is an API to take care of step 3.