2021-11-16 |
coderzc | support transport reconnect and repeat-request transport_reconnect_rq |
commit | commitdiff | tree | snapshot |
2021-11-04 |
coderzc | improve ci config (#136) |
commit | commitdiff | tree | snapshot |
2021-11-04 |
ShouJing | add subKvEntry size to KvEntryWithFirstSubKv (#139) |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Jermy Li | fix: vertex at compute0() may be inactive (#134) |
commit | commitdiff | tree | snapshot |
2021-11-03 |
Jermy Li | fix: output string value of log-output (#133) |
commit | commitdiff | tree | snapshot |
2021-11-03 |
Jermy Li | unify input/output dir name to lowercase letters (... |
commit | commitdiff | tree | snapshot |
2021-10-28 |
Jermy Li | fix message_stat not reset each superstep (#131) |
commit | commitdiff | tree | snapshot |
2021-10-27 |
coderzc | fix: remove no exist path from merge source paths ... |
commit | commitdiff | tree | snapshot |
2021-10-26 |
coderzc | add operator deploy readme (#123) |
commit | commitdiff | tree | snapshot |
2021-10-26 |
Jermy Li | refactor ComputerOutput (#128) |
commit | commitdiff | tree | snapshot |
2021-10-25 |
Jermy Li | fix messege-count calculation error (#127) |
commit | commitdiff | tree | snapshot |
2021-10-25 |
Jermy Li | implement LPA algorithm (#110) |
commit | commitdiff | tree | snapshot |
2021-10-25 |
coderzc | improve value interface (#126) |
commit | commitdiff | tree | snapshot |
2021-10-21 |
coderzc | Use version 3.1.2 of Hadoop (#124) |
commit | commitdiff | tree | snapshot |
2021-10-21 |
ShouJing | release file descriptor after input and compute (#120) |
commit | commitdiff | tree | snapshot |
2021-10-18 |
ShouJing | add fetch input splits timeout (#113) |
commit | commitdiff | tree | snapshot |
2021-10-18 |
coderzc | add hdfs output (#114) |
commit | commitdiff | tree | snapshot |
2021-10-15 |
ShouJing | fix bug: close file stream ahead at input stage (#118) |
commit | commitdiff | tree | snapshot |
2021-10-14 |
coderzc | inject more env var when start-computer.sh (#115) |
commit | commitdiff | tree | snapshot |
2021-10-14 |
ShouJing | Fix file descriptor leak (#116) |
commit | commitdiff | tree | snapshot |
2021-10-12 |
ShouJing | update `input.edge_freq` default value to MULTIPLE... |
commit | commitdiff | tree | snapshot |
2021-10-09 |
Jermy Li | fix some warnings (#111) |
commit | commitdiff | tree | snapshot |
2021-09-28 |
coderzc | split SortManager to SendSortManager and RecvSortManage... |
commit | commitdiff | tree | snapshot |
2021-09-26 |
coderzc | improve number of transport threads and max_timeout_hea... |
commit | commitdiff | tree | snapshot |
2021-09-26 |
ShouJing | implement rings-detection algorithm (#95) |
commit | commitdiff | tree | snapshot |
2021-09-24 |
coderzc | Implement triangle_count algorithms and improve some... |
commit | commitdiff | tree | snapshot |
2021-09-13 |
coderzc | use session timeout option for sendControlMessageToWork... |
commit | commitdiff | tree | snapshot |
2021-09-13 |
coderzc | improve k8s resource allocation (#100) |
commit | commitdiff | tree | snapshot |
2021-09-12 |
ShouJing | bugfix: calculate fileOffset error in method BufferFile... |
commit | commitdiff | tree | snapshot |
2021-09-12 |
ShouJing | add clear graph data method in unit test (#99) |
commit | commitdiff | tree | snapshot |
2021-09-07 |
zyxxoo | Fix: params of string format error (#97) |
commit | commitdiff | tree | snapshot |
2021-08-30 |
Jermy Li | standardized algorithm package and name (#96) |
commit | commitdiff | tree | snapshot |
2021-08-27 |
coderzc | improve wcc test and add property(key) (#94) |
commit | commitdiff | tree | snapshot |
2021-08-27 |
Linary | Fix the count of input edge less than actual (#93) |
commit | commitdiff | tree | snapshot |
2021-08-26 |
zhoney | output demo(pagerank) (#72) |
commit | commitdiff | tree | snapshot |
2021-08-17 |
Jermy Li | fix FileGraphPartition and some warnings (#90) |
commit | commitdiff | tree | snapshot |
2021-08-16 |
zyxxoo | chore: remove deleted files (#91) |
commit | commitdiff | tree | snapshot |
2021-08-16 |
ShouJing | sort different type of message use different combiner... |
commit | commitdiff | tree | snapshot |
2021-08-16 |
coderzc | fix some k8s bug and improve some code (#83) |
commit | commitdiff | tree | snapshot |
2021-08-12 |
coderzc | remove etcd (#86) |
commit | commitdiff | tree | snapshot |
2021-08-11 |
zyxxoo | feat: add degree centrality (#77) |
commit | commitdiff | tree | snapshot |
2021-08-11 |
Linary | Use BytesId unify the Id classes (#78) |
commit | commitdiff | tree | snapshot |
2021-08-11 |
houzhizhen | add wcc algorithm (#81) |
commit | commitdiff | tree | snapshot |
2021-08-09 |
Linary | Add mvn release plugin (#82) |
commit | commitdiff | tree | snapshot |
2021-08-09 |
Linary | Fix bug: last edge attched in currVertex missed to... |
commit | commitdiff | tree | snapshot |
2021-08-06 |
zyxxoo | feat: add startup and make docker image code (#71) |
commit | commitdiff | tree | snapshot |
2021-08-06 |
coderzc | add LICENSE for hugegraph-computer (#79) |
commit | commitdiff | tree | snapshot |
2021-08-05 |
houzhizhen | add page-rank algorithm (#70) |
commit | commitdiff | tree | snapshot |
2021-08-03 |
coderzc | improve k8s operator test (#76) |
commit | commitdiff | tree | snapshot |
2021-08-03 |
coderzc | add computer-k8s and computer-k8s-operator (#56) |
commit | commitdiff | tree | snapshot |
2021-08-03 |
Linary | Fix bug: some input splits missed in iteration (#75) |
commit | commitdiff | tree | snapshot |
2021-07-30 |
Linary | Fix bug: Number id like int convert LongId failed ... |
commit | commitdiff | tree | snapshot |
2021-07-28 |
coderzc | fix: use ip instead of hostname due to can't resolved... |
commit | commitdiff | tree | snapshot |
2021-07-20 |
Linary | Fix bug: judge whether a notice is needed is wrong... |
commit | commitdiff | tree | snapshot |
2021-07-07 |
houzhizhen | add ComputeManager (#66) |
commit | commitdiff | tree | snapshot |
2021-07-05 |
ShouJing | add seqfile (#65) |
commit | commitdiff | tree | snapshot |
2021-07-05 |
imbajin | chore: add issue template & auto stale issues and pr... |
commit | commitdiff | tree | snapshot |
2021-07-05 |
coderzc | fix copyToByteArray(): remove duplicate() (#67) |
commit | commitdiff | tree | snapshot |
2021-07-05 |
Linary | Add test for MultiQueue take in wait status (#68) |
commit | commitdiff | tree | snapshot |
2021-06-22 |
houzhizhen | Let Sender and Receiver process compute message with... |
commit | commitdiff | tree | snapshot |
2021-06-21 |
Linary | Fix send thread may blocked all the time (#61) |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Linary | Implement StreamGraphInput and EntryInput (#60) |
commit | commitdiff | tree | snapshot |
2021-06-18 |
houzhizhen | Implement data receiver of worker (#51) |
commit | commitdiff | tree | snapshot |
2021-06-18 |
Linary | Use github action for ci via ci.yml (#62) |
commit | commitdiff | tree | snapshot |
2021-06-15 |
Linary | Link managers in worker sending end (#52) |
commit | commitdiff | tree | snapshot |
2021-06-10 |
coderzc | Add sessionActive for client (#59) |
commit | commitdiff | tree | snapshot |
2021-06-04 |
ShouJing | Fix EntriesUtil#entryFromInput and some improve (#58) |
commit | commitdiff | tree | snapshot |
2021-06-03 |
houzhizhen | add PointerCombiner (#57) |
commit | commitdiff | tree | snapshot |
2021-05-31 |
ShouJing | Add store/sort module (#37) |
commit | commitdiff | tree | snapshot |
2021-05-31 |
coderzc | add startAsync and finishAsync on client side, add... |
commit | commitdiff | tree | snapshot |
2021-05-28 |
houzhizhen | rename DataFileManager to FileManager (#54) |
commit | commitdiff | tree | snapshot |
2021-05-21 |
Jermy Li | implement aggregator module (#46) |
commit | commitdiff | tree | snapshot |
2021-05-19 |
Jermy Li | add copy() and assign() methods to Value class (#49) |
commit | commitdiff | tree | snapshot |
2021-05-13 |
houzhizhen | Standardize bsp synchronization between master and... |
commit | commitdiff | tree | snapshot |
2021-05-13 |
Jermy Li | log job-id in BSP client (#50) |
commit | commitdiff | tree | snapshot |
2021-05-12 |
Linary | Refactor Writable and Readable class (#42) |
commit | commitdiff | tree | snapshot |
2021-05-11 |
coderzc | fix some warning, improve start() and finish() (#44) |
commit | commitdiff | tree | snapshot |
2021-05-10 |
Jermy Li | standard log format of bsp module and improve some... |
commit | commitdiff | tree | snapshot |
2021-05-08 |
houzhizhen | add DataDirManager (#43) |
commit | commitdiff | tree | snapshot |
2021-05-08 |
houzhizhen | add createId methods in GraphFactory (#45) |
commit | commitdiff | tree | snapshot |
2021-05-06 |
coderzc | add flowControl, heartbeat (#40) |
commit | commitdiff | tree | snapshot |
2021-04-29 |
houzhizhen | create api module (#41) |
commit | commitdiff | tree | snapshot |
2021-04-16 |
houzhizhen | rename FilterMapComputation to FilterComputation (#38) |
commit | commitdiff | tree | snapshot |
2021-04-16 |
Coderzc | add transport server, client, encode, decode (#25) |
commit | commitdiff | tree | snapshot |
2021-04-15 |
ShouJing | Improve class for Input/Output and fix writeInt(positio... |
commit | commitdiff | tree | snapshot |
2021-04-14 |
Jermy Li | add rpc support (#36) |
commit | commitdiff | tree | snapshot |
2021-04-13 |
Linary | Add close method for Input Fetcher (#35) |
commit | commitdiff | tree | snapshot |
2021-04-13 |
Jermy Li | fix some warnings for computer-test (#34) |
commit | commitdiff | tree | snapshot |
2021-04-12 |
Jermy Li | fix some warnings (#33) |
commit | commitdiff | tree | snapshot |
2021-04-09 |
houzhizhen | add WorkerService and MasterService (#27) |
commit | commitdiff | tree | snapshot |
2021-04-07 |
ShouJing | create Heap/LoserTree (#26) |
commit | commitdiff | tree | snapshot |
2021-04-07 |
houzhizhen | add Partitioner and HashPartitioner (#29) |
commit | commitdiff | tree | snapshot |
2021-04-02 |
Linary | Install HugeGraphServer from specified commit id (#31) |
commit | commitdiff | tree | snapshot |
2021-04-02 |
houzhizhen | add copy, getLast, contains in ListValue (#30) |
commit | commitdiff | tree | snapshot |
2021-03-30 |
houzhizhen | add createObject(class_option) to config (#28) |
commit | commitdiff | tree | snapshot |
2021-03-26 |
houzhizhen | Add computation interface (#17) |
commit | commitdiff | tree | snapshot |
2021-03-23 |
houzhizhen | add ComputerDriver interface (#23) |
commit | commitdiff | tree | snapshot |
2021-03-22 |
houzhizhen | add ComputerOutput interface (#24) |
commit | commitdiff | tree | snapshot |
2021-03-22 |
houzhizhen | Config add getBoolean, getInt, getLong, getDouble... |
commit | commitdiff | tree | snapshot |
2021-03-18 |
houzhizhen | add sort interface (#19) |
commit | commitdiff | tree | snapshot |
next |