JunhoeKim

Results 8 issues of JunhoeKim

In current version, pregel has `NoneValueVertex.class` but we cannot apply it. Because 1) it set `DefaultVertexCodec.class` to vertex `TableConfiguration` directly. 2) And instead of Binding vertex api and implementation by...

Pregel

Our initial version of Pregel(#1170), uses hash based partition. So excessive overhead occurs while this framework computes graph algorithm. To reduce network overhead, we should be able to determine a...

Pregel

In Pregel on ET, vertices and edges can be migrated to other executors for optimization (e.g load balancing, dynamic graph repartitioning, changes in graph topology). Msg tables for vertices need...

Pregel

In latest version of REEF, a new configuration in client `ON_JOB_SUBMITTED` is updated. So when we try to customize `DriverLauncher` code in REEF. Jenkins fails to build.

test

### Feature Description The current `TestRun` resource cleans up resources used for the load test through the cleanup property. However, there is a need to be able to debug failed...

enhancement
question

Hi, I copied the kube-scheduler file of yours to `/etc/kubernetes/manifests/kube-scheduler.yaml. The container initialized successfully, but the container log seems that it cannot request resources as follows: ![image](https://user-images.githubusercontent.com/26426778/88037081-6ab8c300-cb7f-11ea-8f09-370a4cf84543.png) Is kube-scheduler of...

### Feature Description We would like to use the k6 operator to dynamically increase the number of vus and observe the drop in success rate. When we reduce the number...

enhancement
question

**Is your feature request related to a problem? Please describe.** We manage deployment configurations by assigning resource attributes through environment variables. For instance, we set `OTEL_TRACES_SAMPLER_ARG: 0.05` and intend to...