You are viewing a plain text version of this content. The canonical link for it is here.
- [1/2] incubator-s2graph git commit: fix broken markdown on README.md. - posted by st...@apache.org on 2018/05/02 04:06:17 UTC, 0 replies.
- [2/2] incubator-s2graph git commit: [S2GRAPH-212]: Fix broken markdown on README.md - posted by st...@apache.org on 2018/05/02 04:06:18 UTC, 0 replies.
- [1/5] incubator-s2graph git commit: fix broken test - posted by da...@apache.org on 2018/05/03 02:04:11 UTC, 0 replies.
- [2/5] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-211 - posted by da...@apache.org on 2018/05/03 02:04:12 UTC, 0 replies.
- [3/5] incubator-s2graph git commit: ignore -> test - posted by da...@apache.org on 2018/05/03 02:04:13 UTC, 0 replies.
- [4/5] incubator-s2graph git commit: Merge branch 'S2GRAPH-211' - posted by da...@apache.org on 2018/05/03 02:04:14 UTC, 0 replies.
- [5/5] incubator-s2graph git commit: [S2GRAPH-211]: Include 's2jobs' test in CI - posted by da...@apache.org on 2018/05/03 02:04:15 UTC, 0 replies.
- [01/11] incubator-s2graph git commit: - Add Fetcher/Mutator interface for query/mutation. - Refactor Storage to use Fetcher/Mutator interface. - posted by st...@apache.org on 2018/05/11 03:05:41 UTC, 0 replies.
- [02/11] incubator-s2graph git commit: separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... - posted by st...@apache.org on 2018/05/11 03:05:42 UTC, 0 replies.
- [03/11] incubator-s2graph git commit: separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... - posted by st...@apache.org on 2018/05/11 03:05:43 UTC, 0 replies.
- [04/11] incubator-s2graph git commit: separate Storage into multiple small interfaces such as EdgeFetcher/VertexMutator, ... - posted by st...@apache.org on 2018/05/11 03:05:44 UTC, 0 replies.
- [05/11] incubator-s2graph git commit: Start implement ResourceManager. - posted by st...@apache.org on 2018/05/11 03:05:45 UTC, 0 replies.
- [06/11] incubator-s2graph git commit: Start implement ResourceManager. - posted by st...@apache.org on 2018/05/11 03:05:46 UTC, 0 replies.
- [07/11] incubator-s2graph git commit: add options on ServiceColumn at schema.sql - posted by st...@apache.org on 2018/05/11 03:05:47 UTC, 0 replies.
- [08/11] incubator-s2graph git commit: bug fix. - posted by st...@apache.org on 2018/05/11 03:05:48 UTC, 0 replies.
- [09/11] incubator-s2graph git commit: add cacheTTLInSecs on SafeUpdateCache.withCache. - posted by st...@apache.org on 2018/05/11 03:05:49 UTC, 0 replies.
- [10/11] incubator-s2graph git commit: Add preload all fetchers and mutators that registered in serviceColumn/label while initialize new S2Graph instance. - posted by st...@apache.org on 2018/05/11 03:05:50 UTC, 0 replies.
- [11/11] incubator-s2graph git commit: [S2GRAPH-213]: Abstract Query/Mutation from Storage. - posted by st...@apache.org on 2018/05/11 03:05:51 UTC, 0 replies.
- [01/25] incubator-s2graph git commit: - abstract traversing edges as Fetcher interface. - posted by st...@apache.org on 2018/05/14 12:29:45 UTC, 0 replies.
- [02/25] incubator-s2graph git commit: - remove hard coded paths on FetcherTest, HDFSImporterTest. - posted by st...@apache.org on 2018/05/14 12:29:46 UTC, 0 replies.
- [03/25] incubator-s2graph git commit: - remove hard coded paths on FetcherTest, HDFSImporterTest. - posted by st...@apache.org on 2018/05/14 12:29:47 UTC, 0 replies.
- [04/25] incubator-s2graph git commit: - remove hard coded paths on FetcherTest, HDFSImporterTest. - posted by st...@apache.org on 2018/05/14 12:29:48 UTC, 0 replies.
- [05/25] incubator-s2graph git commit: - start working on examples showing how to deploy ALS model. - posted by st...@apache.org on 2018/05/14 12:29:49 UTC, 0 replies.
- [06/25] incubator-s2graph git commit: Abstract Mutator. - posted by st...@apache.org on 2018/05/14 12:29:50 UTC, 0 replies.
- [07/25] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-206 - posted by st...@apache.org on 2018/05/14 12:29:51 UTC, 0 replies.
- [08/25] incubator-s2graph git commit: start working on ModelServing examples. - posted by st...@apache.org on 2018/05/14 12:29:52 UTC, 0 replies.
- [09/25] incubator-s2graph git commit: add updateOptions - posted by st...@apache.org on 2018/05/14 12:29:53 UTC, 0 replies.
- [10/25] incubator-s2graph git commit: change annoy java library to annoy4s. - posted by st...@apache.org on 2018/05/14 12:29:54 UTC, 0 replies.
- [11/25] incubator-s2graph git commit: add FastTextFetcher. - posted by st...@apache.org on 2018/05/14 12:29:55 UTC, 0 replies.
- [12/25] incubator-s2graph git commit: add schema - posted by st...@apache.org on 2018/05/14 12:29:56 UTC, 0 replies.
- [13/25] incubator-s2graph git commit: bug fix on ModelManager. - posted by st...@apache.org on 2018/05/14 12:29:57 UTC, 0 replies.
- [14/25] incubator-s2graph git commit: bug fix on ModelManager. - posted by st...@apache.org on 2018/05/14 12:29:58 UTC, 0 replies.
- [15/25] incubator-s2graph git commit: add RMSE evaluation on runALS. - posted by st...@apache.org on 2018/05/14 12:29:59 UTC, 0 replies.
- [16/25] incubator-s2graph git commit: Merge branch 'S2GRAPH-206' of https://github.daumkakao.com/Graph/s2graph into S2GRAPH-206 - posted by st...@apache.org on 2018/05/14 12:30:00 UTC, 0 replies.
- [17/25] incubator-s2graph git commit: Merge branch 'master' into S2GRAPH-206 - posted by st...@apache.org on 2018/05/14 12:30:01 UTC, 0 replies.
- [18/25] incubator-s2graph git commit: add InceptionFetcher. - posted by st...@apache.org on 2018/05/14 12:30:02 UTC, 0 replies.
- [19/25] incubator-s2graph git commit: update example scripts. - posted by st...@apache.org on 2018/05/14 12:30:03 UTC, 0 replies.
- [20/25] incubator-s2graph git commit: add example query - posted by st...@apache.org on 2018/05/14 12:30:04 UTC, 0 replies.
- [21/25] incubator-s2graph git commit: add IndexProvider configuration on application.conf - posted by st...@apache.org on 2018/05/14 12:30:05 UTC, 0 replies.
- [22/25] incubator-s2graph git commit: run apache-rat. - posted by st...@apache.org on 2018/05/14 12:30:06 UTC, 0 replies.
- [23/25] incubator-s2graph git commit: increase Xmx from 2g to 4g. - posted by st...@apache.org on 2018/05/14 12:30:07 UTC, 0 replies.
- [24/25] incubator-s2graph git commit: Merge branch 'S2GRAPH-206' - posted by st...@apache.org on 2018/05/14 12:30:08 UTC, 0 replies.
- [25/25] incubator-s2graph git commit: [S2GRAPH-206]: Generalize machine learning model serving. - posted by st...@apache.org on 2018/05/14 12:30:09 UTC, 0 replies.