Skip to content
#

ai-framework

Here are 9 public repositories matching this topic...

xieydd
xieydd commented Sep 11, 2020

What is your environment(Kubernetes version, Fluid version, etc.)
v0.3.0
Descirbe the bug
When two dataset scheduler to same node, one dataset will be pending.
What you expect to happen:
One kubernetes node wupport multi-dataset
How to reproduce it
Just create two dataset on same node vid nodeName
Additional Information
I notice log is port conflict, because alluxio-ma

nopeslide
nopeslide commented Aug 9, 2020

When integrating connxr in C++ we have to disable the C++ function mangling, so our c functions can be linked correctly.
We would need to put all our prototypes or the complete header inside sth like

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

Improve this page

Add a description, image, and links to the ai-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ai-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.