2022-01-24 |
coderzc | update hugegraph-client & hugegraph-rpc & hugegraph... |
tree | commitdiff |
2022-01-18 |
coderzc | update java version to 11 (#170) |
tree | commitdiff |
2022-01-17 |
coderzc | feature: support input from hdfs and support hdfs kerbe... |
tree | commitdiff |
2022-01-14 |
coderzc | refactor: add common hugegraph-output and writeType... |
tree | commitdiff |
2021-12-24 |
ShouJing | refactor combiner: add v3 as result param (#169) |
tree | commitdiff |
2021-12-20 |
Linary | Implement betweenness centrality algorithm (#164) v0.1.2 |
tree | commitdiff |
2021-12-14 |
coderzc | add configmap and secret mount to container (#158) |
tree | commitdiff |
2021-12-13 |
Linary | Implement closeness centrality algorithm (#104) |
tree | commitdiff |
2021-12-13 |
Jermy Li | fix race condition of MessageRecvBuffers (#162) |
tree | commitdiff |
2021-12-13 |
coderzc | improve: edge triggered sendAvailable (#140) |
tree | commitdiff |
2021-12-01 |
ShouJing | improve: close hgkvfile input immediately (#155) |
tree | commitdiff |
2021-11-24 |
Jermy Li | remove template param from Value class (#146) |
tree | commitdiff |
2021-11-23 |
coderzc | async watch the k8s job (#148) v0.1.1 |
tree | commitdiff |
2021-11-18 |
Jermy Li | add default value() method for HugeGraphOutput (#144) |
tree | commitdiff |
2021-11-17 |
ShouJing | improve: delete useless temp file (#142) |
tree | commitdiff |
2021-11-10 |
coderzc | clear vertex old files and edge old files on `beforeSup... |
tree | commitdiff |
2021-11-05 |
coderzc | delete useless old files (#138) |
tree | commitdiff |
2021-11-04 |
ShouJing | add subKvEntry size to KvEntryWithFirstSubKv (#139) |
tree | commitdiff |
2021-11-04 |
Jermy Li | fix: vertex at compute0() may be inactive (#134) |
tree | commitdiff |
2021-11-03 |
Jermy Li | fix: output string value of log-output (#133) |
tree | commitdiff |
2021-11-03 |
Jermy Li | unify input/output dir name to lowercase letters (... |
tree | commitdiff |
2021-10-28 |
Jermy Li | fix message_stat not reset each superstep (#131) |
tree | commitdiff |
2021-10-27 |
coderzc | fix: remove no exist path from merge source paths ... |
tree | commitdiff |
2021-10-26 |
Jermy Li | refactor ComputerOutput (#128) |
tree | commitdiff |
2021-10-25 |
Jermy Li | fix messege-count calculation error (#127) |
tree | commitdiff |
2021-10-25 |
coderzc | improve value interface (#126) |
tree | commitdiff |
2021-10-21 |
ShouJing | release file descriptor after input and compute (#120) |
tree | commitdiff |
2021-10-18 |
ShouJing | add fetch input splits timeout (#113) |
tree | commitdiff |
2021-10-18 |
coderzc | add hdfs output (#114) |
tree | commitdiff |
2021-10-15 |
ShouJing | fix bug: close file stream ahead at input stage (#118) |
tree | commitdiff |
2021-10-14 |
ShouJing | Fix file descriptor leak (#116) |
tree | commitdiff |
2021-10-12 |
ShouJing | update `input.edge_freq` default value to MULTIPLE... |
tree | commitdiff |
2021-10-09 |
Jermy Li | fix some warnings (#111) |
tree | commitdiff |
2021-09-28 |
coderzc | split SortManager to SendSortManager and RecvSortManage... |
tree | commitdiff |
2021-09-26 |
coderzc | improve number of transport threads and max_timeout_hea... |
tree | commitdiff |
2021-09-26 |
ShouJing | implement rings-detection algorithm (#95) |
tree | commitdiff |
2021-09-24 |
coderzc | Implement triangle_count algorithms and improve some... |
tree | commitdiff |
2021-09-13 |
coderzc | use session timeout option for sendControlMessageToWork... |
tree | commitdiff |
2021-09-13 |
coderzc | improve k8s resource allocation (#100) |
tree | commitdiff |
2021-09-12 |
ShouJing | bugfix: calculate fileOffset error in method BufferFile... |
tree | commitdiff |
2021-08-27 |
coderzc | improve wcc test and add property(key) (#94) |
tree | commitdiff |
2021-08-27 |
Linary | Fix the count of input edge less than actual (#93) |
tree | commitdiff |
2021-08-26 |
zhoney | output demo(pagerank) (#72) |
tree | commitdiff |
2021-08-17 |
Jermy Li | fix FileGraphPartition and some warnings (#90) |
tree | commitdiff |
2021-08-16 |
ShouJing | sort different type of message use different combiner... |
tree | commitdiff |
2021-08-11 |
Linary | Use BytesId unify the Id classes (#78) |
tree | commitdiff |
2021-08-09 |
Linary | Fix bug: last edge attched in currVertex missed to... |
tree | commitdiff |
2021-08-06 |
zyxxoo | feat: add startup and make docker image code (#71) |
tree | commitdiff |
2021-08-05 |
houzhizhen | add page-rank algorithm (#70) |
tree | commitdiff |
2021-08-03 |
coderzc | add computer-k8s and computer-k8s-operator (#56) |
tree | commitdiff |
2021-08-03 |
Linary | Fix bug: some input splits missed in iteration (#75) |
tree | commitdiff |
2021-07-30 |
Linary | Fix bug: Number id like int convert LongId failed ... |
tree | commitdiff |
2021-07-28 |
coderzc | fix: use ip instead of hostname due to can't resolved... |
tree | commitdiff |
2021-07-20 |
Linary | Fix bug: judge whether a notice is needed is wrong... |
tree | commitdiff |
2021-07-07 |
houzhizhen | add ComputeManager (#66) |
tree | commitdiff |
2021-07-05 |
ShouJing | add seqfile (#65) |
tree | commitdiff |
2021-07-05 |
coderzc | fix copyToByteArray(): remove duplicate() (#67) |
tree | commitdiff |
2021-06-22 |
houzhizhen | Let Sender and Receiver process compute message with... |
tree | commitdiff |
2021-06-21 |
Linary | Fix send thread may blocked all the time (#61) |
tree | commitdiff |
2021-06-18 |
Linary | Implement StreamGraphInput and EntryInput (#60) |
tree | commitdiff |
2021-06-18 |
houzhizhen | Implement data receiver of worker (#51) |
tree | commitdiff |
2021-06-15 |
Linary | Link managers in worker sending end (#52) |
tree | commitdiff |
2021-06-10 |
coderzc | Add sessionActive for client (#59) |
tree | commitdiff |
2021-06-04 |
ShouJing | Fix EntriesUtil#entryFromInput and some improve (#58) |
tree | commitdiff |
2021-06-03 |
houzhizhen | add PointerCombiner (#57) |
tree | commitdiff |
2021-05-31 |
ShouJing | Add store/sort module (#37) |
tree | commitdiff |
2021-05-31 |
coderzc | add startAsync and finishAsync on client side, add... |
tree | commitdiff |
2021-05-28 |
houzhizhen | rename DataFileManager to FileManager (#54) |
tree | commitdiff |
2021-05-21 |
Jermy Li | implement aggregator module (#46) |
tree | commitdiff |
2021-05-13 |
houzhizhen | Standardize bsp synchronization between master and... |
tree | commitdiff |
2021-05-13 |
Jermy Li | log job-id in BSP client (#50) |
tree | commitdiff |
2021-05-12 |
Linary | Refactor Writable and Readable class (#42) |
tree | commitdiff |
2021-05-11 |
coderzc | fix some warning, improve start() and finish() (#44) |
tree | commitdiff |
2021-05-10 |
Jermy Li | standard log format of bsp module and improve some... |
tree | commitdiff |
2021-05-08 |
houzhizhen | add DataDirManager (#43) |
tree | commitdiff |
2021-05-08 |
houzhizhen | add createId methods in GraphFactory (#45) |
tree | commitdiff |
2021-05-06 |
coderzc | add flowControl, heartbeat (#40) |
tree | commitdiff |
2021-04-29 |
houzhizhen | create api module (#41) |
tree | commitdiff |
2021-04-16 |
houzhizhen | rename FilterMapComputation to FilterComputation (#38) |
tree | commitdiff |
2021-04-16 |
Coderzc | add transport server, client, encode, decode (#25) |
tree | commitdiff |
2021-04-15 |
ShouJing | Improve class for Input/Output and fix writeInt(positio... |
tree | commitdiff |
2021-04-14 |
Jermy Li | add rpc support (#36) |
tree | commitdiff |
2021-04-13 |
Linary | Add close method for Input Fetcher (#35) |
tree | commitdiff |
2021-04-12 |
Jermy Li | fix some warnings (#33) |
tree | commitdiff |
2021-04-09 |
houzhizhen | add WorkerService and MasterService (#27) |
tree | commitdiff |
2021-04-07 |
ShouJing | create Heap/LoserTree (#26) |
tree | commitdiff |
2021-04-07 |
houzhizhen | add Partitioner and HashPartitioner (#29) |
tree | commitdiff |
2021-04-02 |
houzhizhen | add copy, getLast, contains in ListValue (#30) |
tree | commitdiff |
2021-03-30 |
houzhizhen | add createObject(class_option) to config (#28) |
tree | commitdiff |
2021-03-26 |
houzhizhen | Add computation interface (#17) |
tree | commitdiff |
2021-03-23 |
houzhizhen | add ComputerDriver interface (#23) |
tree | commitdiff |
2021-03-22 |
houzhizhen | add ComputerOutput interface (#24) |
tree | commitdiff |
2021-03-22 |
houzhizhen | Config add getBoolean, getInt, getLong, getDouble... |
tree | commitdiff |
2021-03-18 |
houzhizhen | add sort interface (#19) |
tree | commitdiff |
2021-03-17 |
houzhizhen | add available in RandomAccessInput (#22) |
tree | commitdiff |
2021-03-17 |
houzhizhen | add transport interface (#20) |
tree | commitdiff |
2021-03-15 |
Linary | Implement vertex/edge fetcher to load data from hugegra... |
tree | commitdiff |
2021-03-11 |
houzhizhen | add BufferedFileDataOutput and BufferedFileDataInput... |
tree | commitdiff |
2021-03-10 |
houzhizhen | add DefaultPropertiesCombiner and DefaultVertexValueCom... |
tree | commitdiff |
2021-02-08 |
houzhizhen | reconstruct StreamGraph{Input/Output} to associate... |
tree | commitdiff |
next |