diff --git a/404.html b/404.html index d1fbc323816..de1ca6a6b0c 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ Page Not Found | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/assets/js/392e1a00.0722bd81.js b/assets/js/392e1a00.0722bd81.js deleted file mode 100644 index b8a2f5feb4e..00000000000 --- a/assets/js/392e1a00.0722bd81.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[65786],{3905:function(e,t,n){n.d(t,{Zo:function(){return c},kt:function(){return m}});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=a.createContext({}),u=function(e){var t=a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},c=function(e){var t=u(e.components);return a.createElement(s.Provider,{value:t},e.children)},p="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},h=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,s=e.parentName,c=i(e,["components","mdxType","originalType","parentName"]),p=u(n),h=r,m=p["".concat(s,".").concat(h)]||p[h]||d[h]||o;return n?a.createElement(m,l(l({ref:t},c),{},{components:n})):a.createElement(m,l({ref:t},c))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,l=new Array(o);l[0]=h;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[p]="string"==typeof e?e:r,l[1]=i;for(var u=2;u -n \n")),(0,o.kt)("p",null,"the pod events will contain the predicate failures and that explains why nodes are not qualified for allocation."),(0,o.kt)("h3",{id:"2-the-queue-is-running-out-of-capacity"},"2. The queue is running out of capacity"),(0,o.kt)("p",null,"If the queue is running out of capacity, pods will be pending for available queue resources. To check if a queue is still\nhaving enough capacity for the pending pods, there are several approaches:"),(0,o.kt)("p",null,"1) check the queue usage from yunikorn UI"),(0,o.kt)("p",null,"If you do not know how to access the UI, you can refer the document ",(0,o.kt)("a",{parentName:"p",href:"/docs/next/#access-the-web-ui"},"here"),". Go\nto the ",(0,o.kt)("inlineCode",{parentName:"p"},"Queues")," page, navigate to the queue where this job is submitted to. You will be able to see the available capacity\nleft for the queue."),(0,o.kt)("p",null,"2) check the pod events"),(0,o.kt)("p",null,"Run the ",(0,o.kt)("inlineCode",{parentName:"p"},"kubectl describe pod")," to get the pod events. If you see some event like:\n",(0,o.kt)("inlineCode",{parentName:"p"},"Application does not fit into queue"),". That means the pod could not get allocated because the queue\nis running out of capacity."),(0,o.kt)("p",null,"The pod will be allocated if some other pods in this queue is completed or removed. If the pod remains pending even\nthe queue has capacity, that may because it is waiting for the cluster to scale up."),(0,o.kt)("h2",{id:"obtain-full-state-dump"},"Obtain full state dump"),(0,o.kt)("p",null,"A Yunikorn state dump contains the every state object for every process which getting dumped. With endpoint to retrieve we can have many useful information in a single response for troubleshooting for example: list of partitions, list of applications which includes running, completed also historical application details, number of nodes, utilization of nodes, generic cluster information, cluster utilization details, container history and queues information. "),(0,o.kt)("p",null,"The state dump is a valuable resource that Yunikorn offers for use while troubleshooting."),(0,o.kt)("p",null,"There are a few ways to obtain the full state dump."),(0,o.kt)("h3",{id:"1-scheduler-url"},"1. Scheduler URL"),(0,o.kt)("p",null,"STEPS:"),(0,o.kt)("ul",null,(0,o.kt)("li",{parentName:"ul"},"Open the Scheduler URL in your browser window/tab and edit the URL as follows:"),(0,o.kt)("li",{parentName:"ul"},"Replace ",(0,o.kt)("inlineCode",{parentName:"li"},"/#/dashboard")," with ",(0,o.kt)("inlineCode",{parentName:"li"},"/ws/v1/fullstatedump"),", (For example, ",(0,o.kt)("inlineCode",{parentName:"li"},"http://localhost:9889/ws/v1/fullstatedump"),")"),(0,o.kt)("li",{parentName:"ul"},"Press Enter")),(0,o.kt)("p",null,"That displays and provides an easy user experience to view live full state dump."),(0,o.kt)("h3",{id:"2-scheduler-rest-api"},"2. Scheduler REST API"),(0,o.kt)("p",null,"With the below scheduler REST API returns information about full state dump used by the YuniKorn Scheduler."),(0,o.kt)("p",null,(0,o.kt)("inlineCode",{parentName:"p"},"curl -X 'GET' http://localhost:9889/ws/v1/fullstatedump -H 'accept: application/json'")),(0,o.kt)("p",null,"For more details around the content of the state dump, please refer to the documentation on ",(0,o.kt)("a",{parentName:"p",href:"/docs/next/api/scheduler#retrieve-full-state-dump"},"retrieve-full-state-dump")),(0,o.kt)("h2",{id:"restart-the-scheduler"},"Restart the scheduler"),(0,o.kt)("admonition",{type:"note"},(0,o.kt)("p",{parentName:"admonition"},"In accordance with best practices for troubleshooting, restarting the scheduler should only be done as a last effort to get everything back up and running. It should never be done before gathering all logs and state dumps.")),(0,o.kt)("p",null,"YuniKorn can recover its state upon a restart. YuniKorn scheduler pod is deployed as a deployment, restart the scheduler\ncan be done by scale down and up the replica:"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-shell",metastring:"script",script:!0},"kubectl scale deployment yunikorn-scheduler -n yunikorn --replicas=0\nkubectl scale deployment yunikorn-scheduler -n yunikorn --replicas=1\n")),(0,o.kt)("h2",{id:"gang-scheduling"},"Gang Scheduling"),(0,o.kt)("h3",{id:"1-no-placeholders-created-apps-pods-are-pending"},"1. No placeholders created, app's pods are pending"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": This is usually because the app is rejected by the scheduler, therefore non of the pods are scheduled.\nThe common reasons caused the rejection are: 1) The taskGroups definition is invalid. The scheduler does the\nsanity check upon app submission, to ensure all the taskGroups are defined correctly, if these info are malformed,\nthe scheduler rejects the app; 2) The total min resources defined in the taskGroups is bigger than the queues' max\ncapacity, scheduler rejects the app because it won't fit into the queue's capacity. Check the pod event for relevant messages,\nand you will also be able to find more detail error messages from the schedulers' log."),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": Correct the taskGroups definition and retry submitting the app. "),(0,o.kt)("h3",{id:"2-not-all-placeholders-can-be-allocated"},"2. Not all placeholders can be allocated"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": The placeholders also consume resources, if not all of them can be allocated, that usually means either the queue\nor the cluster has no sufficient resources for them. In this case, the placeholders will be cleaned up after a certain\namount of time, defined by the ",(0,o.kt)("inlineCode",{parentName:"p"},"placeholderTimeoutInSeconds")," scheduling policy parameter."),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": Note, if the placeholder timeout reaches, currently the app will transit to failed state and can not be scheduled\nanymore. You can increase the placeholder timeout value if you are willing to wait for a longer time. In the future, a fallback policy\nmight be added to provide some retry other than failing the app."),(0,o.kt)("h3",{id:"3-not-all-placeholders-are-swapped"},"3. Not all placeholders are swapped"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": This usually means the actual app's pods are less than the minMembers defined in the taskGroups."),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": Check the ",(0,o.kt)("inlineCode",{parentName:"p"},"minMember")," in the taskGroup field and ensure it is correctly set. The ",(0,o.kt)("inlineCode",{parentName:"p"},"minMember")," can be less than\nthe actual pods, setting it to bigger than the actual number of pods is invalid."),(0,o.kt)("h3",{id:"4placeholders-are-not-cleaned-up-when-the-app-terminated"},"4.Placeholders are not cleaned up when the app terminated"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": All the placeholders are set an ",(0,o.kt)("a",{parentName:"p",href:"https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#owners-and-dependents"},"ownerReference"),"\nto the first real pod of the app, or the controller reference. If the placeholder could not be cleaned up, that means\nthe garbage collection is not working properly. "),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": check the placeholder ",(0,o.kt)("inlineCode",{parentName:"p"},"ownerReference")," and the garbage collector in Kubernetes. "),(0,o.kt)("h2",{id:"still-got-questions"},"Still got questions?"),(0,o.kt)("p",null,"No problem! The Apache YuniKorn community will be happy to help. You can reach out to the community with the following options:"),(0,o.kt)("ol",null,(0,o.kt)("li",{parentName:"ol"},"Post your questions to ",(0,o.kt)("a",{parentName:"li",href:"mailto:dev@yunikorn.apache.org"},"dev@yunikorn.apache.org")),(0,o.kt)("li",{parentName:"ol"},"Join the ",(0,o.kt)("a",{parentName:"li",href:"https://join.slack.com/t/yunikornworkspace/shared_invite/enQtNzAzMjY0OTI4MjYzLTBmMDdkYTAwNDMwNTE3NWVjZWE1OTczMWE4NDI2Yzg3MmEyZjUyYTZlMDE5M2U4ZjZhNmYyNGFmYjY4ZGYyMGE"},"YuniKorn slack channel")," and post your questions to the ",(0,o.kt)("inlineCode",{parentName:"li"},"#yunikorn-user")," channel."),(0,o.kt)("li",{parentName:"ol"},"Join the ",(0,o.kt)("a",{parentName:"li",href:"http://yunikorn.apache.org/community/get_involved#community-meetings"},"community sync up meetings")," and directly talk to the community members.")))}m.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/392e1a00.4159d600.js b/assets/js/392e1a00.4159d600.js new file mode 100644 index 00000000000..71844340cd6 --- /dev/null +++ b/assets/js/392e1a00.4159d600.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[65786],{3905:function(e,t,n){n.d(t,{Zo:function(){return c},kt:function(){return m}});var a=n(67294);function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);t&&(a=a.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,a)}return n}function l(e){for(var t=1;t=0||(r[n]=e[n]);return r}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(a=0;a=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n])}return r}var s=a.createContext({}),u=function(e){var t=a.useContext(s),n=t;return e&&(n="function"==typeof e?e(t):l(l({},t),e)),n},c=function(e){var t=u(e.components);return a.createElement(s.Provider,{value:t},e.children)},p="mdxType",d={inlineCode:"code",wrapper:function(e){var t=e.children;return a.createElement(a.Fragment,{},t)}},h=a.forwardRef((function(e,t){var n=e.components,r=e.mdxType,o=e.originalType,s=e.parentName,c=i(e,["components","mdxType","originalType","parentName"]),p=u(n),h=r,m=p["".concat(s,".").concat(h)]||p[h]||d[h]||o;return n?a.createElement(m,l(l({ref:t},c),{},{components:n})):a.createElement(m,l({ref:t},c))}));function m(e,t){var n=arguments,r=t&&t.mdxType;if("string"==typeof e||r){var o=n.length,l=new Array(o);l[0]=h;var i={};for(var s in t)hasOwnProperty.call(t,s)&&(i[s]=t[s]);i.originalType=e,i[p]="string"==typeof e?e:r,l[1]=i;for(var u=2;u -n \n")),(0,o.kt)("p",null,"the pod events will contain the predicate failures and that explains why nodes are not qualified for allocation."),(0,o.kt)("h3",{id:"2-the-queue-is-running-out-of-capacity"},"2. The queue is running out of capacity"),(0,o.kt)("p",null,"If the queue is running out of capacity, pods will be pending for available queue resources. To check if a queue is still\nhaving enough capacity for the pending pods, there are several approaches:"),(0,o.kt)("p",null,"1) check the queue usage from yunikorn UI"),(0,o.kt)("p",null,"If you do not know how to access the UI, you can refer the document ",(0,o.kt)("a",{parentName:"p",href:"/docs/next/#access-the-web-ui"},"here"),". Go\nto the ",(0,o.kt)("inlineCode",{parentName:"p"},"Queues")," page, navigate to the queue where this job is submitted to. You will be able to see the available capacity\nleft for the queue."),(0,o.kt)("p",null,"2) check the pod events"),(0,o.kt)("p",null,"Run the ",(0,o.kt)("inlineCode",{parentName:"p"},"kubectl describe pod")," to get the pod events. If you see some event like:\n",(0,o.kt)("inlineCode",{parentName:"p"},"Application does not fit into queue"),". That means the pod could not get allocated because the queue\nis running out of capacity."),(0,o.kt)("p",null,"The pod will be allocated if some other pods in this queue is completed or removed. If the pod remains pending even\nthe queue has capacity, that may because it is waiting for the cluster to scale up."),(0,o.kt)("h2",{id:"obtain-full-state-dump"},"Obtain full state dump"),(0,o.kt)("p",null,"A Yunikorn state dump contains the every state object for every process which getting dumped. With endpoint to retrieve we can have many useful information in a single response for troubleshooting for example: list of partitions, list of applications which includes running, completed also historical application details, number of nodes, utilization of nodes, generic cluster information, cluster utilization details, container history and queues information. "),(0,o.kt)("p",null,"The state dump is a valuable resource that Yunikorn offers for use while troubleshooting."),(0,o.kt)("p",null,"There are a few ways to obtain the full state dump."),(0,o.kt)("h3",{id:"1-scheduler-url"},"1. Scheduler URL"),(0,o.kt)("p",null,"STEPS:"),(0,o.kt)("ul",null,(0,o.kt)("li",{parentName:"ul"},"Open the Scheduler URL in your browser window/tab and edit the URL as follows:"),(0,o.kt)("li",{parentName:"ul"},"Replace ",(0,o.kt)("inlineCode",{parentName:"li"},"/#/dashboard")," with ",(0,o.kt)("inlineCode",{parentName:"li"},"/ws/v1/fullstatedump"),", (For example, ",(0,o.kt)("inlineCode",{parentName:"li"},"http://localhost:9889/ws/v1/fullstatedump"),")"),(0,o.kt)("li",{parentName:"ul"},"Press Enter")),(0,o.kt)("p",null,"That displays and provides an easy user experience to view live full state dump."),(0,o.kt)("h3",{id:"2-scheduler-rest-api"},"2. Scheduler REST API"),(0,o.kt)("p",null,"With the below scheduler REST API returns information about full state dump used by the YuniKorn Scheduler."),(0,o.kt)("p",null,(0,o.kt)("inlineCode",{parentName:"p"},"curl -X 'GET' http://localhost:9889/ws/v1/fullstatedump -H 'accept: application/json'")),(0,o.kt)("p",null,"For more details around the content of the state dump, please refer to the documentation on ",(0,o.kt)("a",{parentName:"p",href:"/docs/next/api/scheduler#retrieve-full-state-dump"},"retrieve-full-state-dump")),(0,o.kt)("h2",{id:"restart-the-scheduler"},"Restart the scheduler"),(0,o.kt)("admonition",{type:"note"},(0,o.kt)("p",{parentName:"admonition"},"In accordance with best practices for troubleshooting, restarting the scheduler should only be done as a last effort to get everything back up and running. It should never be done before gathering all logs and state dumps.")),(0,o.kt)("p",null,"YuniKorn can recover its state upon a restart. YuniKorn scheduler pod is deployed as a deployment, restart the scheduler\ncan be done by scale down and up the replica:"),(0,o.kt)("pre",null,(0,o.kt)("code",{parentName:"pre",className:"language-shell",metastring:"script",script:!0},"kubectl scale deployment yunikorn-scheduler -n yunikorn --replicas=0\nkubectl scale deployment yunikorn-scheduler -n yunikorn --replicas=1\n")),(0,o.kt)("h2",{id:"gang-scheduling"},"Gang Scheduling"),(0,o.kt)("h3",{id:"1-no-placeholders-created-apps-pods-are-pending"},"1. No placeholders created, app's pods are pending"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": This is usually because the app is rejected by the scheduler, therefore non of the pods are scheduled.\nThe common reasons caused the rejection are: 1) The taskGroups definition is invalid. The scheduler does the\nsanity check upon app submission, to ensure all the taskGroups are defined correctly, if these info are malformed,\nthe scheduler rejects the app; 2) The total min resources defined in the taskGroups is bigger than the queues' max\ncapacity, scheduler rejects the app because it won't fit into the queue's capacity. Check the pod event for relevant messages,\nand you will also be able to find more detail error messages from the schedulers' log."),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": Correct the taskGroups definition and retry submitting the app. "),(0,o.kt)("h3",{id:"2-not-all-placeholders-can-be-allocated"},"2. Not all placeholders can be allocated"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": The placeholders also consume resources, if not all of them can be allocated, that usually means either the queue\nor the cluster has no sufficient resources for them. In this case, the placeholders will be cleaned up after a certain\namount of time, defined by the ",(0,o.kt)("inlineCode",{parentName:"p"},"placeholderTimeoutInSeconds")," scheduling policy parameter."),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": Note, if the placeholder timeout reaches, currently the app will transit to failed state and can not be scheduled\nanymore. You can increase the placeholder timeout value if you are willing to wait for a longer time. In the future, a fallback policy\nmight be added to provide some retry other than failing the app."),(0,o.kt)("h3",{id:"3-not-all-placeholders-are-swapped"},"3. Not all placeholders are swapped"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": This usually means the actual app's pods are less than the minMembers defined in the taskGroups."),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": Check the ",(0,o.kt)("inlineCode",{parentName:"p"},"minMember")," in the taskGroup field and ensure it is correctly set. The ",(0,o.kt)("inlineCode",{parentName:"p"},"minMember")," can be less than\nthe actual pods, setting it to bigger than the actual number of pods is invalid."),(0,o.kt)("h3",{id:"4placeholders-are-not-cleaned-up-when-the-app-terminated"},"4.Placeholders are not cleaned up when the app terminated"),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Reason"),": All the placeholders are set an ",(0,o.kt)("a",{parentName:"p",href:"https://kubernetes.io/docs/concepts/workloads/controllers/garbage-collection/#owners-and-dependents"},"ownerReference"),"\nto the first real pod of the app, or the controller reference. If the placeholder could not be cleaned up, that means\nthe garbage collection is not working properly. "),(0,o.kt)("p",null,(0,o.kt)("em",{parentName:"p"},"Solution"),": check the placeholder ",(0,o.kt)("inlineCode",{parentName:"p"},"ownerReference")," and the garbage collector in Kubernetes. "),(0,o.kt)("h2",{id:"still-got-questions"},"Still got questions?"),(0,o.kt)("p",null,"No problem! The Apache YuniKorn community will be happy to help. You can reach out to the community with the following options:"),(0,o.kt)("ol",null,(0,o.kt)("li",{parentName:"ol"},"Post your questions to ",(0,o.kt)("a",{parentName:"li",href:"mailto:dev@yunikorn.apache.org"},"dev@yunikorn.apache.org")),(0,o.kt)("li",{parentName:"ol"},"Join the ",(0,o.kt)("a",{parentName:"li",href:"https://join.slack.com/t/yunikornworkspace/shared_invite/enQtNzAzMjY0OTI4MjYzLTBmMDdkYTAwNDMwNTE3NWVjZWE1OTczMWE4NDI2Yzg3MmEyZjUyYTZlMDE5M2U4ZjZhNmYyNGFmYjY4ZGYyMGE"},"YuniKorn slack channel")," and post your questions to the ",(0,o.kt)("inlineCode",{parentName:"li"},"#yunikorn-user")," channel."),(0,o.kt)("li",{parentName:"ol"},"Join the ",(0,o.kt)("a",{parentName:"li",href:"http://yunikorn.apache.org/community/get_involved#community-meetings"},"community sync up meetings")," and directly talk to the community members.")))}m.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.2a63479c.js b/assets/js/runtime~main.5d4e7fb8.js similarity index 99% rename from assets/js/runtime~main.2a63479c.js rename to assets/js/runtime~main.5d4e7fb8.js index 8958fd9f605..582b050910c 100644 --- a/assets/js/runtime~main.2a63479c.js +++ b/assets/js/runtime~main.5d4e7fb8.js @@ -1 +1 @@ -!function(){"use strict";var e,c,f,a,b,d={},t={};function n(e){var c=t[e];if(void 0!==c)return c.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,n),f.loaded=!0,f.exports}n.m=d,n.c=t,e=[],n.O=function(c,f,a,b){if(!f){var d=1/0;for(u=0;u=b)&&Object.keys(n.O).every((function(e){return n.O[e](f[r])}))?f.splice(r--,1):(t=!1,b0&&e[u-1][2]>b;u--)e[u]=e[u-1];e[u]=[f,a,b]},n.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(c,{a:c}),c},f=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},n.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var b=Object.create(null);n.r(b);var d={};c=c||[null,f({}),f([]),f(f)];for(var t=2&a&&e;"object"==typeof t&&!~c.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((function(c){d[c]=function(){return e[c]}}));return d.default=function(){return e},n.d(b,d),b},n.d=function(e,c){for(var f in c)n.o(c,f)&&!n.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:c[f]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(c,f){return n.f[f](e,c),c}),[]))},n.u=function(e){return"assets/js/"+({638:"284fa5fb",671:"d8538008",899:"57176175",1430:"548a188b",2594:"17c1bf74",2615:"f12e5031",2626:"21fffddb",2641:"6454a05b",2684:"f5272822",2702:"5c9389cb",3691:"deaca5dd",3792:"8b608a5c",3873:"1e0f4596",4113:"95c50459",4404:"64a11ff0",4449:"2757bf0a",4617:"1a38f637",5590:"81215a04",5985:"203f692a",6079:"9e9f5dce",6244:"36f1c627",6262:"067a7414",6930:"f6d558f6",7341:"04f00c7c",7698:"139f73fe",7847:"024f5110",7974:"a6860501",7978:"c452b0b7",8246:"b99ad014",8358:"92a19523",8470:"c3b79105",8743:"ac22c4de",8787:"cb5e20e2",9302:"863d209f",9632:"74f9148b",9650:"5df7ef96",9674:"4356428f",10223:"730062b1",10466:"ae8ddf81",10691:"df632275",10713:"69994b68",10802:"495df45a",10858:"ce784664",10876:"97597cd7",10893:"92d75d1c",10906:"f3634bd2",10978:"d84189a7",11121:"eb39d40e",11140:"442d4849",11708:"48c9bcee",11885:"bd0b3be5",12495:"c8ec7de9",12802:"26c8b3d3",12868:"8ad1c52d",12957:"0f3f8c85",12960:"3b084a86",13085:"1f391b9e",13404:"1f5d5f87",13467:"c0bd6a4b",13651:"a9bc95bb",13813:"6bf8e8e6",14056:"fd3398f1",14491:"c8855521",14513:"dc8253a3",14627:"3bfd86a6",14705:"ca87bd6e",15039:"284c0406",15342:"9746ca7b",15400:"af25c48f",15892:"d4e92657",15917:"ce30221e",15926:"a65c2029",15982:"098cffed",16472:"474cf6da",17098:"d8ac4d11",17282:"2308dcf3",17301:"cd8a45a6",17315:"6c36aa60",18047:"f933782b",18089:"34d88677",18199:"333ae3de",18301:"3dd644e6",19178:"b8c87182",19230:"6875b121",19457:"086d5e3f",19608:"15659d54",20036:"c52cb584",20334:"1dcb712d",20370:"9ce8caa5",20397:"7532c713",20475:"72207194",20489:"b56a9dad",20588:"850ece50",20606:"be6859b2",20675:"1ef3c4cb",20690:"fc3648c4",20761:"aea8cccb",20765:"5e906dfd",21143:"92b7280d",21224:"e80a80ce",21254:"293bee56",21364:"3c15e784",21502:"8ac907f8",21679:"23b73747",21739:"e59213c0",21754:"f7c05237",22080:"432ba8c0",22238:"447f169e",22993:"f0045c87",23179:"794b0494",23554:"6d7a4f7b",23936:"197162c9",24111:"a9215700",24266:"34672d36",24356:"1f466884",24382:"0448914c",24460:"c7eff138",24570:"4bbb5eb1",24792:"aa2738c3",24830:"61e9bb6e",24835:"5bd52431",24926:"0fe0ccc7",25136:"5d439d21",25329:"62e81aa6",25412:"f3be527a",25544:"83debc9b",25793:"78d8c6ce",26031:"4ff49acf",26042:"ae9f1acc",26323:"45113257",26376:"3f50cac0",26707:"5603f239",26710:"5166b893",26963:"3f297b93",27918:"17896441",27964:"09920c24",28198:"e36c389f",28243:"8f5ca9a8",29514:"1be78505",29588:"daba4570",29690:"1d314591",29815:"883b80f5",29848:"c6405911",30149:"6abe350e",30200:"a617c0b8",30977:"c78cff6c",30982:"564cd4c0",31047:"33b8ac1d",31360:"acc1e0c7",31487:"31c3b644",31566:"be46464e",31712:"b6ccfdca",31966:"cb2f5335",32319:"0519d6ff",32466:"98d35d14",32518:"649b7061",32720:"e30960a7",33090:"4d53942d",33389:"6f2f0c4c",33671:"354854e1",33693:"43c45fbd",33994:"a65edd96",34233:"78e4148a",34374:"cd72eb9e",34559:"1c9209f4",34754:"bcca5012",34801:"8aa5df97",34941:"debcf1ca",34993:"70245927",35063:"6bb5aff3",35227:"bf59ca81",35249:"dbbae471",35319:"5c518724",35335:"c9bc13ce",35447:"3259ac92",35561:"cbc12d17",35575:"0b7eabf3",35643:"39e6d37f",35799:"0dcca658",35923:"959f8bcb",36446:"3384d06b",36660:"02ad889d",36821:"1582f434",37159:"d6ce4507",37217:"5652c446",37266:"65e91a71",37370:"7b6b8da6",37630:"b9526204",38018:"04f5229b",38056:"c140d46c",38144:"89a0a60a",38553:"1fec1075",38649:"5a3f9071",39139:"a3304b48",39789:"481cf853",39798:"4677217b",40029:"15abff36",40500:"2b4143dc",40579:"d3b31caa",40714:"0565d9f4",41022:"e2561c05",41023:"a008f403",41222:"a5f90f12",41332:"0780ab69",41429:"e62294b1",41476:"528dfaf3",41812:"efa2f5a1",42237:"d0cc8b4f",42320:"1cb009e2",42390:"4293d558",42543:"1b5b94bb",42795:"0ffa903f",43002:"d15d046b",43034:"cf736a7b",43570:"ce9e2dcf",43771:"842b9c6e",43892:"b06b747e",44242:"988211ef",44649:"e75f0651",45041:"178e95a2",45365:"1626930f",45518:"20d575d4",45600:"8a6e3c59",45648:"dfc96154",45685:"62cdd780",45919:"27e1f4b3",45923:"43a73887",46076:"2fbebc4d",46881:"88ef04a7",47131:"42f05cce",47137:"45a2a32a",47298:"2e1bbbbe",47446:"641fb5ab",47450:"9a3fbf2b",47618:"278ee235",48226:"8fce5129",48402:"cc3eb85c",48484:"a75efafa",48498:"00aed75b",48518:"09fd6bc3",48577:"0cd5b1a7",48699:"85f02d4b",49148:"da84cc0d",49190:"a8d4abbe",49481:"cfabf7e9",49812:"52045c4e",49906:"4cd336cf",50189:"8d2ab356",50859:"35922be9",50973:"244eac16",50985:"b695efd2",51008:"19e8550d",51703:"8c9cae58",51734:"605a9692",52070:"484362c2",52288:"6a4d9186",52417:"1e6876ab",52539:"9aa2d1d3",52921:"bb9c3ed9",53172:"3d1791fa",53173:"0dc95480",53273:"3f99eb33",53716:"65d34724",53740:"9879f36f",53786:"f1bf9ead",53818:"ebb6a828",54434:"6a14e4a6",54729:"d643cbaf",55122:"58082863",55150:"958e6623",55261:"a77f4c3b",55443:"6b6cd41d",55591:"6c4581ec",55644:"97cf841f",55671:"1072df95",55931:"94e4428c",55965:"f7f2e981",56132:"830bde22",56176:"79b08c73",56366:"559ca816",56815:"c3efefe4",56890:"761be9ac",57290:"c1d1596b",57437:"91d25720",58010:"579c441c",58326:"e15bcb33",58333:"dbb33cef",58413:"cacb3d65",58841:"e6aabe98",59348:"a7fed74b",59381:"879025b0",59785:"8745e5b0",60001:"1df0bf2a",60130:"330bcee0",60802:"53c63e3f",61613:"5c9ba668",62078:"e9498790",62089:"c0390a80",62558:"d5f4f3d4",62624:"1094d3ac",63080:"a4a95510",63210:"08ea7f98",63402:"f8b6f1ce",63575:"e8ce8f9a",63781:"1e32b83f",64195:"c4f5d8e4",64505:"6db854fa",64535:"02b8ff39",64540:"0a87ba36",64573:"c65b3d63",64791:"b9bde1e9",65371:"e3e676f7",65679:"ed701816",65713:"e718b7e6",65786:"392e1a00",66009:"9707d709",66651:"2a3c922d",66699:"ed3bee84",66701:"e3883bac",66859:"3951a3d5",66958:"7d04a98b",67173:"d872d333",67201:"e7c63a3c",67226:"8e7559bb",67326:"bff552dd",67389:"a2c1c70a",67506:"c2467954",67584:"d808852d",67848:"0810aeb4",68071:"a5b5dcea",68368:"d4cdbb95",68408:"2acaeb1a",68512:"131f5b8d",68917:"a38fce19",68964:"5c1c0c73",69547:"c928173c",69810:"c95b781b",69889:"6561ff8a",70093:"4be882fd",70766:"facbb56d",71110:"aa392378",71567:"92ebcf1c",71822:"a7022165",72193:"7ce1a762",72755:"506691da",72799:"13f29f79",73335:"bb9f8df1",73341:"30b0614b",73532:"8e1bf126",73594:"93c6800a",73615:"51392a58",73814:"6e3154f7",73839:"83f9573b",74003:"04f93611",74275:"2c019423",74901:"548f5e59",75412:"7c4de6ae",75503:"4e1badf8",75759:"07de990d",75813:"e5e048c5",75929:"3484cec4",75955:"33031c96",76306:"c0a49dd7",76461:"8b190d09",77020:"12c7c638",77029:"ead72281",77158:"30de4b0c",77378:"9f84576c",77651:"e6f1bbf8",77754:"c70aa1ed",77871:"54b2a591",78029:"77816f9e",78312:"c610c5a8",78373:"d9f7e22f",78705:"5877df2d",78729:"32947c92",78810:"c7277ad6",79030:"a7cd363d",79375:"3dd193dd",79483:"5eab74b1",79485:"22d92bf3",79600:"c07122e1",80053:"935f2afb",80533:"2cdd7720",80581:"6069883e",80714:"fc009b8f",80796:"5c9831a7",80805:"e7752ddb",80840:"b16939e2",80868:"ac710fda",80912:"db9c64ed",81598:"a649354c",81635:"34003c72",81649:"a6514927",81669:"df6ab4bc",81742:"b198df35",82310:"b1c24be0",82523:"148d9fd9",82585:"13b56c59",82783:"8a4daa3b",82957:"24bb3679",83476:"6f0123ef",83501:"39455ce1",83952:"8102b5ac",84160:"54213aa1",84324:"229fac93",84396:"4d985d8a",84588:"bebf10ba",85563:"d16572ac",85673:"31dd2b75",85788:"785bbfee",85859:"01627567",85879:"648a3482",86311:"47b8b18c",86783:"76634d71",86978:"e91b02be",87174:"afbdcc09",87225:"29a3d0d6",87250:"9a6d52da",87381:"33aa855a",87385:"b2f441e1",87626:"aa222e6d",87850:"1dea1673",88014:"9523dcb5",88114:"751b68b4",88460:"dadaae3f",88965:"0131ba20",89253:"a3cf9e9a",89306:"b2399376",89326:"d28f8723",89379:"d8aa108f",89536:"c25457d3",89739:"f03fab11",89916:"90571119",90228:"e897f185",90802:"d248ca85",90865:"aea5966f",91083:"03ef24a9",91405:"25778245",91530:"f31b0025",91532:"a521008d",91938:"3e90f77d",92289:"e2e6c14f",92460:"66527541",92465:"f6435ed1",92732:"17c79707",92929:"63d0f0e0",93155:"427c3667",93285:"b0f84f31",93403:"3826374e",93518:"b94a2346",93848:"8d20ce23",93971:"2f626edb",93990:"872379cf",94161:"34af491e",94307:"de8ad7db",94504:"c512952f",94518:"57d3a897",94827:"67b585cb",94894:"deedc2a8",94989:"b027356b",95061:"afe6f65e",95198:"4fd3fe56",95200:"0b9c6e63",95514:"53ba98a8",95643:"12af6885",95712:"45f98d44",95739:"d3bbc5fd",95792:"a1c02285",95877:"da3e9658",95911:"56be068b",96061:"5188416b",96279:"055b225f",96702:"d443b36e",96762:"db881351",96817:"48b422ba",96996:"1d098224",97047:"be7a0dbe",97197:"5ae3e876",97252:"1a8d89d5",97505:"96225825",97526:"5cf764b1",97541:"68bfee64",97551:"c3dff334",97602:"30fe064f",97635:"f63c7767",97733:"da845f06",97750:"efe1d13a",97802:"6540f7c7",97920:"1a4e3797",97937:"a8ec943f",97945:"e951bf48",98184:"b6a19a2b",98243:"98bfff7a",98362:"70f17b6a",98561:"1f87d76b",98840:"0c902ed6",99280:"1a7d2b73",99819:"fb133e19",99952:"a40e4d8d"}[e]||e)+"."+{638:"852189ff",671:"9011970f",899:"af10896a",1430:"bf6dba10",2594:"73fdb9af",2615:"36c8f06e",2626:"469e4c65",2641:"395f5be2",2684:"c013e541",2702:"2eec5a25",3691:"39c4dad0",3792:"491f4120",3873:"485a856a",4113:"538bc8b5",4404:"0f23a9c4",4449:"bd51ff25",4617:"1d3dbaa8",4972:"e29c1a4b",5590:"77fbb5b6",5985:"2e27e18b",6079:"3b8c3b23",6244:"2de9ef48",6262:"d6b42198",6930:"25cac434",7341:"f56361d8",7698:"90c0c216",7847:"59b1f5a4",7974:"ae2414e8",7978:"28147180",8246:"af38c7b1",8358:"b185793c",8470:"51bfddab",8743:"2ceaf85c",8787:"4921107b",9302:"7cdeb126",9632:"38297462",9650:"9fc9e674",9674:"956f765b",10223:"6c53cdfe",10466:"52df574a",10691:"705165a0",10713:"63bc9a02",10802:"e93b2872",10858:"0b212a76",10876:"bd0dc801",10893:"3a0bcc03",10906:"23dfb5a4",10978:"3ef9a83a",11121:"653546f1",11140:"9d19176e",11708:"c4aa96b8",11885:"4c468340",12495:"e2b44ca8",12802:"c3bc1054",12868:"956d0c1c",12957:"9fe0fa59",12960:"1f5decde",13085:"d4cbfa64",13404:"b6fcaff2",13467:"493f8ecd",13651:"391c49b2",13813:"5581b799",14056:"84796466",14491:"7d65dafc",14513:"b1ee6438",14627:"3135a944",14705:"b3e9a6fa",15039:"9932c90c",15342:"9ef013e5",15400:"5e7cc1b9",15892:"eb26339b",15917:"5d94edf8",15926:"76111d30",15982:"52b85339",16472:"3a3581ba",17098:"e88a7909",17282:"b45680ac",17301:"479302e4",17315:"4722c8f4",18047:"64462132",18089:"ef8efd28",18199:"1d93035d",18301:"4c062ad3",19178:"aba2c373",19230:"874237c3",19457:"631e0f9a",19608:"b9907b85",20036:"960a3071",20334:"51e604c5",20370:"c882363e",20397:"10a0a5d0",20475:"5fb43157",20489:"e5c7d536",20588:"90f19ea6",20606:"00b41ea6",20675:"1538b753",20690:"f10776bf",20761:"646353e3",20765:"eb166f59",21143:"813bb4ef",21224:"aac8954b",21254:"4fa58c41",21364:"92a177f1",21502:"70917b05",21679:"b8bfe141",21739:"0f61f0f1",21754:"95ed1db7",22080:"2d59cdd7",22238:"fd3d1c9b",22993:"a7d8fd24",23179:"f881a25f",23554:"65351a1b",23936:"df0ff9c9",24111:"f9e2c155",24266:"a9ea7c33",24356:"696f5064",24382:"a2921750",24460:"53603a43",24570:"74c45fbb",24792:"d874d797",24830:"5ee26176",24835:"d6074a06",24926:"e7adb4e1",25136:"2e631e5b",25329:"9f00aaeb",25412:"d8a0a662",25544:"f2fc6c82",25793:"4dd55dbc",26031:"7372eb04",26042:"91c3c541",26323:"d84219e0",26376:"18a1db2a",26707:"cbe4d411",26710:"9170bbed",26963:"397da129",27918:"714c3476",27964:"d650ee20",28198:"45fdd128",28243:"de755e19",29514:"ff04cda9",29588:"6d6546e4",29690:"5804cfc7",29815:"e90004dd",29848:"e29d19ad",30149:"61716bf7",30200:"246fad0e",30977:"e36ef34a",30982:"e18fb71c",31047:"f36be7c3",31360:"ae1db367",31487:"f304fa9a",31566:"7a64cc2f",31712:"8e75532b",31966:"6d07d954",32319:"133c0cd3",32466:"57f7fff9",32518:"afd2e7d3",32720:"7082d779",33090:"797e847d",33389:"6fa21fa2",33671:"05e898f7",33693:"4d7ef72e",33994:"7d6799d9",34233:"e3834d56",34374:"a236a033",34559:"5ec330a3",34754:"be159d81",34801:"ba66c680",34941:"517c27c1",34993:"06104b11",35063:"28a1f10a",35227:"6c231462",35249:"70aa6cff",35319:"90923b87",35335:"cd242816",35447:"d94a9c53",35561:"2415e808",35575:"708159bf",35643:"22dacefe",35799:"2ac7b473",35923:"dce321ae",36446:"30f8f905",36660:"25cf62ee",36821:"dae6cd22",37159:"f405c3bc",37217:"2def9437",37266:"481c3dbb",37370:"1c400b5f",37630:"3b72ebca",38018:"d146f469",38056:"e5ce2568",38144:"56dc34e5",38553:"0939ae35",38649:"6beaf0d3",39139:"98975921",39789:"42f68940",39798:"f03bdd72",39958:"417fff03",40029:"991eea85",40500:"7b48ac11",40579:"826b661b",40714:"0b507f57",41022:"ac95c250",41023:"27e44847",41222:"53e5b7a0",41332:"4eec7c50",41429:"a388ae38",41476:"4067c82f",41812:"2545dd0a",42237:"9698f154",42320:"c6f8515f",42390:"11e2a20c",42543:"99be74c3",42795:"bb8fcd85",43002:"1e57ba8f",43034:"abf79d82",43570:"bbb4181c",43771:"7fb1ea7e",43892:"52fcf515",44242:"1caa2210",44649:"e4cd7819",45041:"95e45c9e",45365:"6feb2a8d",45518:"eee0dee6",45600:"0f4701ef",45648:"996b578c",45685:"7a30ebe2",45919:"51a7ed8e",45923:"7af7237a",46076:"f7596b74",46881:"cb14c3f2",46945:"45417218",47131:"1ca76f4d",47137:"62af7fea",47298:"643ee4d6",47446:"0c4b4d6e",47450:"28a89bac",47618:"3d9ccd60",48226:"f9cc797d",48402:"8e0edac2",48484:"48104815",48498:"17590dde",48518:"4019ae68",48577:"0fddbeb3",48699:"94f0c05a",49148:"c6a5954a",49190:"2fda244e",49481:"b99e16f9",49812:"4c4c4174",49906:"e9e10a51",50189:"1965cba6",50859:"e025c99d",50973:"776ea4e3",50985:"a3157b9b",51008:"d8e4b7e9",51703:"c6e4db2b",51734:"81988ca3",52070:"f1853354",52288:"4f929ff2",52417:"1c7535ff",52539:"abd41f85",52921:"86fdf5cf",53172:"404fcd59",53173:"ba947597",53273:"84358c5d",53716:"705f3f9e",53740:"094a2edb",53786:"342d8d13",53818:"8a190e17",54434:"923720f4",54729:"050c49d5",55122:"422f209c",55150:"2db91c12",55261:"24488b05",55443:"dc1bf304",55591:"0ea75b24",55644:"fb49b31c",55671:"3c681e1c",55931:"d1e0d2c5",55965:"b51fafee",56132:"3bdefcc6",56176:"91d407e9",56366:"32b0a2d4",56815:"56c1d605",56890:"6b36a245",57290:"7a5ce162",57437:"90bd9b1b",58010:"162e5c99",58326:"c72f3803",58333:"adc1d5f4",58413:"7b40e077",58841:"4b9479dc",59348:"f13d13ca",59381:"a5d28597",59785:"9aeb937e",60001:"87b4ab2b",60130:"6b3fdc7b",60802:"03e2e53d",61426:"0a5e2cc0",61613:"677b10b9",62078:"f319e5ca",62089:"f30f3522",62558:"4b40de00",62624:"e5d1b306",63080:"a4bcd119",63210:"abaa34f3",63402:"64507b04",63575:"d1355c13",63781:"93353000",64195:"38cf897a",64505:"b1aa4555",64535:"dc56597b",64540:"76ccb21d",64573:"f059598e",64791:"39d46da7",65371:"7c7b6ff0",65679:"101f229e",65713:"6e153c15",65786:"0722bd81",66009:"19f9cb0b",66651:"66c2e677",66699:"fee458d9",66701:"c4bdadb5",66859:"c5681bf1",66958:"e683387d",67173:"db5f2601",67201:"9155be05",67226:"07d6a442",67326:"fb7b7931",67389:"380fbc79",67506:"54a56d1d",67584:"650491f8",67848:"6d5996bc",68071:"2735f144",68368:"d2f09d67",68408:"9e768614",68512:"8389a77a",68917:"13051353",68964:"a424050d",69547:"d8906fcd",69810:"b51d35b2",69889:"e6d2d57d",70093:"1bf85c03",70766:"8d718d87",71110:"80617efd",71567:"5a9584e2",71822:"68571f63",72193:"5c8871e3",72755:"9e58582a",72799:"83881a10",73335:"ba085c90",73341:"9cad3f59",73532:"5d461b37",73594:"77de5be5",73615:"3f216d13",73814:"4de025e4",73839:"0a60283b",74003:"d2ed258a",74275:"42410566",74901:"abae0964",75412:"d71d2857",75503:"26525221",75759:"9bf83131",75813:"1ab7e7dc",75929:"757a790a",75955:"1c1876b9",76306:"f69b5c8b",76461:"c5ec8076",77020:"844775be",77029:"8c68e4e4",77158:"b3d52890",77378:"30bf727b",77651:"cc69126c",77754:"5f8e1766",77871:"92a3e644",78029:"28d3d366",78312:"82630247",78373:"72cb6492",78705:"01b25915",78729:"ab240c1d",78810:"9ae2cd0c",79030:"a55fa0ff",79375:"ed324664",79483:"79005b67",79485:"a5a7c19c",79600:"dbd936ff",80053:"93aef352",80533:"b41c736d",80581:"1cb3c98d",80714:"f2a383cf",80796:"705b0f54",80805:"5b91888d",80840:"b7196bf0",80868:"2d110215",80912:"2d838280",81598:"ec108dcd",81635:"5138a799",81649:"bfc92349",81669:"66a1c4a7",81742:"6ec2d9ed",82310:"655df837",82523:"63287523",82585:"aa50aa23",82783:"664cab5f",82957:"ea499857",83476:"bba19dd0",83501:"72ac5f50",83952:"9cbabcf4",84160:"af8cf51a",84324:"86cf01a3",84396:"a9f5877c",84588:"4d7eef1b",85563:"7d89110c",85673:"6152790d",85788:"8b00dd8b",85859:"74382332",85879:"cd7f56b0",86311:"cbf093ea",86783:"b6592070",86978:"9bd15e9c",87174:"30b628ed",87225:"74491487",87250:"e7cc83bc",87381:"9343cfb4",87385:"f4b4d8e2",87626:"d8f4d07e",87850:"edab703c",88014:"c109f2ad",88114:"d5f60a59",88460:"fb05d798",88965:"ac3a87fc",89253:"3d38f0e3",89306:"680ebf83",89326:"90d59691",89379:"3b4ae872",89536:"0c9cd4fc",89739:"e719040d",89916:"11e95a7c",90228:"b4dc4e1b",90771:"30ad9592",90802:"f9f75c0f",90865:"0ec22d51",91083:"ed9488ce",91405:"10800126",91530:"a937015b",91532:"90f54ca2",91938:"3b54e2c3",92289:"32f25afa",92460:"ddd4af5e",92465:"0410f779",92732:"95095b8d",92929:"bea8ff6e",93155:"9368656d",93285:"47100dfc",93403:"3ebcd218",93518:"880e16bd",93848:"af9601d5",93971:"878dfeca",93990:"3547c60b",94161:"d9afa2a8",94307:"ea5f15ca",94504:"ed9014f2",94518:"16a0e008",94827:"2d15987c",94894:"811bbcd9",94989:"0bd8ddb2",95061:"93043954",95198:"621b0929",95200:"a2e4487a",95514:"abc3c1e1",95643:"10d45027",95712:"aa40e1aa",95739:"7d77d836",95792:"1f4eb19c",95877:"f398365e",95911:"f19502bc",96061:"725099e9",96279:"2e831bb1",96702:"09f0e150",96762:"126e7db4",96817:"b9ad0ff5",96996:"3f335116",97047:"5283950b",97197:"34aabb8f",97252:"198f6501",97505:"afa50993",97526:"f84cf03b",97541:"471dead6",97551:"31b981f4",97602:"857a3ba3",97635:"39a2d446",97733:"304c6c96",97750:"0eb1421c",97802:"5dcac232",97920:"794eab4c",97937:"e623cd10",97945:"d5fb4099",98184:"b2254569",98243:"f6d93cec",98362:"bc34f05c",98561:"b4ee84f1",98840:"cd16b708",99280:"9bd45614",99819:"d4338d30",99952:"04e02739"}[e]+".js"},n.miniCssF=function(e){},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},a={},b="website:",n.l=function(e,c,f,d){if(a[e])a[e].push(c);else{var t,r;if(void 0!==f)for(var o=document.getElementsByTagName("script"),u=0;u=b)&&Object.keys(n.O).every((function(e){return n.O[e](f[r])}))?f.splice(r--,1):(t=!1,b0&&e[u-1][2]>b;u--)e[u]=e[u-1];e[u]=[f,a,b]},n.n=function(e){var c=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(c,{a:c}),c},f=Object.getPrototypeOf?function(e){return Object.getPrototypeOf(e)}:function(e){return e.__proto__},n.t=function(e,a){if(1&a&&(e=this(e)),8&a)return e;if("object"==typeof e&&e){if(4&a&&e.__esModule)return e;if(16&a&&"function"==typeof e.then)return e}var b=Object.create(null);n.r(b);var d={};c=c||[null,f({}),f([]),f(f)];for(var t=2&a&&e;"object"==typeof t&&!~c.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((function(c){d[c]=function(){return e[c]}}));return d.default=function(){return e},n.d(b,d),b},n.d=function(e,c){for(var f in c)n.o(c,f)&&!n.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:c[f]})},n.f={},n.e=function(e){return Promise.all(Object.keys(n.f).reduce((function(c,f){return n.f[f](e,c),c}),[]))},n.u=function(e){return"assets/js/"+({638:"284fa5fb",671:"d8538008",899:"57176175",1430:"548a188b",2594:"17c1bf74",2615:"f12e5031",2626:"21fffddb",2641:"6454a05b",2684:"f5272822",2702:"5c9389cb",3691:"deaca5dd",3792:"8b608a5c",3873:"1e0f4596",4113:"95c50459",4404:"64a11ff0",4449:"2757bf0a",4617:"1a38f637",5590:"81215a04",5985:"203f692a",6079:"9e9f5dce",6244:"36f1c627",6262:"067a7414",6930:"f6d558f6",7341:"04f00c7c",7698:"139f73fe",7847:"024f5110",7974:"a6860501",7978:"c452b0b7",8246:"b99ad014",8358:"92a19523",8470:"c3b79105",8743:"ac22c4de",8787:"cb5e20e2",9302:"863d209f",9632:"74f9148b",9650:"5df7ef96",9674:"4356428f",10223:"730062b1",10466:"ae8ddf81",10691:"df632275",10713:"69994b68",10802:"495df45a",10858:"ce784664",10876:"97597cd7",10893:"92d75d1c",10906:"f3634bd2",10978:"d84189a7",11121:"eb39d40e",11140:"442d4849",11708:"48c9bcee",11885:"bd0b3be5",12495:"c8ec7de9",12802:"26c8b3d3",12868:"8ad1c52d",12957:"0f3f8c85",12960:"3b084a86",13085:"1f391b9e",13404:"1f5d5f87",13467:"c0bd6a4b",13651:"a9bc95bb",13813:"6bf8e8e6",14056:"fd3398f1",14491:"c8855521",14513:"dc8253a3",14627:"3bfd86a6",14705:"ca87bd6e",15039:"284c0406",15342:"9746ca7b",15400:"af25c48f",15892:"d4e92657",15917:"ce30221e",15926:"a65c2029",15982:"098cffed",16472:"474cf6da",17098:"d8ac4d11",17282:"2308dcf3",17301:"cd8a45a6",17315:"6c36aa60",18047:"f933782b",18089:"34d88677",18199:"333ae3de",18301:"3dd644e6",19178:"b8c87182",19230:"6875b121",19457:"086d5e3f",19608:"15659d54",20036:"c52cb584",20334:"1dcb712d",20370:"9ce8caa5",20397:"7532c713",20475:"72207194",20489:"b56a9dad",20588:"850ece50",20606:"be6859b2",20675:"1ef3c4cb",20690:"fc3648c4",20761:"aea8cccb",20765:"5e906dfd",21143:"92b7280d",21224:"e80a80ce",21254:"293bee56",21364:"3c15e784",21502:"8ac907f8",21679:"23b73747",21739:"e59213c0",21754:"f7c05237",22080:"432ba8c0",22238:"447f169e",22993:"f0045c87",23179:"794b0494",23554:"6d7a4f7b",23936:"197162c9",24111:"a9215700",24266:"34672d36",24356:"1f466884",24382:"0448914c",24460:"c7eff138",24570:"4bbb5eb1",24792:"aa2738c3",24830:"61e9bb6e",24835:"5bd52431",24926:"0fe0ccc7",25136:"5d439d21",25329:"62e81aa6",25412:"f3be527a",25544:"83debc9b",25793:"78d8c6ce",26031:"4ff49acf",26042:"ae9f1acc",26323:"45113257",26376:"3f50cac0",26707:"5603f239",26710:"5166b893",26963:"3f297b93",27918:"17896441",27964:"09920c24",28198:"e36c389f",28243:"8f5ca9a8",29514:"1be78505",29588:"daba4570",29690:"1d314591",29815:"883b80f5",29848:"c6405911",30149:"6abe350e",30200:"a617c0b8",30977:"c78cff6c",30982:"564cd4c0",31047:"33b8ac1d",31360:"acc1e0c7",31487:"31c3b644",31566:"be46464e",31712:"b6ccfdca",31966:"cb2f5335",32319:"0519d6ff",32466:"98d35d14",32518:"649b7061",32720:"e30960a7",33090:"4d53942d",33389:"6f2f0c4c",33671:"354854e1",33693:"43c45fbd",33994:"a65edd96",34233:"78e4148a",34374:"cd72eb9e",34559:"1c9209f4",34754:"bcca5012",34801:"8aa5df97",34941:"debcf1ca",34993:"70245927",35063:"6bb5aff3",35227:"bf59ca81",35249:"dbbae471",35319:"5c518724",35335:"c9bc13ce",35447:"3259ac92",35561:"cbc12d17",35575:"0b7eabf3",35643:"39e6d37f",35799:"0dcca658",35923:"959f8bcb",36446:"3384d06b",36660:"02ad889d",36821:"1582f434",37159:"d6ce4507",37217:"5652c446",37266:"65e91a71",37370:"7b6b8da6",37630:"b9526204",38018:"04f5229b",38056:"c140d46c",38144:"89a0a60a",38553:"1fec1075",38649:"5a3f9071",39139:"a3304b48",39789:"481cf853",39798:"4677217b",40029:"15abff36",40500:"2b4143dc",40579:"d3b31caa",40714:"0565d9f4",41022:"e2561c05",41023:"a008f403",41222:"a5f90f12",41332:"0780ab69",41429:"e62294b1",41476:"528dfaf3",41812:"efa2f5a1",42237:"d0cc8b4f",42320:"1cb009e2",42390:"4293d558",42543:"1b5b94bb",42795:"0ffa903f",43002:"d15d046b",43034:"cf736a7b",43570:"ce9e2dcf",43771:"842b9c6e",43892:"b06b747e",44242:"988211ef",44649:"e75f0651",45041:"178e95a2",45365:"1626930f",45518:"20d575d4",45600:"8a6e3c59",45648:"dfc96154",45685:"62cdd780",45919:"27e1f4b3",45923:"43a73887",46076:"2fbebc4d",46881:"88ef04a7",47131:"42f05cce",47137:"45a2a32a",47298:"2e1bbbbe",47446:"641fb5ab",47450:"9a3fbf2b",47618:"278ee235",48226:"8fce5129",48402:"cc3eb85c",48484:"a75efafa",48498:"00aed75b",48518:"09fd6bc3",48577:"0cd5b1a7",48699:"85f02d4b",49148:"da84cc0d",49190:"a8d4abbe",49481:"cfabf7e9",49812:"52045c4e",49906:"4cd336cf",50189:"8d2ab356",50859:"35922be9",50973:"244eac16",50985:"b695efd2",51008:"19e8550d",51703:"8c9cae58",51734:"605a9692",52070:"484362c2",52288:"6a4d9186",52417:"1e6876ab",52539:"9aa2d1d3",52921:"bb9c3ed9",53172:"3d1791fa",53173:"0dc95480",53273:"3f99eb33",53716:"65d34724",53740:"9879f36f",53786:"f1bf9ead",53818:"ebb6a828",54434:"6a14e4a6",54729:"d643cbaf",55122:"58082863",55150:"958e6623",55261:"a77f4c3b",55443:"6b6cd41d",55591:"6c4581ec",55644:"97cf841f",55671:"1072df95",55931:"94e4428c",55965:"f7f2e981",56132:"830bde22",56176:"79b08c73",56366:"559ca816",56815:"c3efefe4",56890:"761be9ac",57290:"c1d1596b",57437:"91d25720",58010:"579c441c",58326:"e15bcb33",58333:"dbb33cef",58413:"cacb3d65",58841:"e6aabe98",59348:"a7fed74b",59381:"879025b0",59785:"8745e5b0",60001:"1df0bf2a",60130:"330bcee0",60802:"53c63e3f",61613:"5c9ba668",62078:"e9498790",62089:"c0390a80",62558:"d5f4f3d4",62624:"1094d3ac",63080:"a4a95510",63210:"08ea7f98",63402:"f8b6f1ce",63575:"e8ce8f9a",63781:"1e32b83f",64195:"c4f5d8e4",64505:"6db854fa",64535:"02b8ff39",64540:"0a87ba36",64573:"c65b3d63",64791:"b9bde1e9",65371:"e3e676f7",65679:"ed701816",65713:"e718b7e6",65786:"392e1a00",66009:"9707d709",66651:"2a3c922d",66699:"ed3bee84",66701:"e3883bac",66859:"3951a3d5",66958:"7d04a98b",67173:"d872d333",67201:"e7c63a3c",67226:"8e7559bb",67326:"bff552dd",67389:"a2c1c70a",67506:"c2467954",67584:"d808852d",67848:"0810aeb4",68071:"a5b5dcea",68368:"d4cdbb95",68408:"2acaeb1a",68512:"131f5b8d",68917:"a38fce19",68964:"5c1c0c73",69547:"c928173c",69810:"c95b781b",69889:"6561ff8a",70093:"4be882fd",70766:"facbb56d",71110:"aa392378",71567:"92ebcf1c",71822:"a7022165",72193:"7ce1a762",72755:"506691da",72799:"13f29f79",73335:"bb9f8df1",73341:"30b0614b",73532:"8e1bf126",73594:"93c6800a",73615:"51392a58",73814:"6e3154f7",73839:"83f9573b",74003:"04f93611",74275:"2c019423",74901:"548f5e59",75412:"7c4de6ae",75503:"4e1badf8",75759:"07de990d",75813:"e5e048c5",75929:"3484cec4",75955:"33031c96",76306:"c0a49dd7",76461:"8b190d09",77020:"12c7c638",77029:"ead72281",77158:"30de4b0c",77378:"9f84576c",77651:"e6f1bbf8",77754:"c70aa1ed",77871:"54b2a591",78029:"77816f9e",78312:"c610c5a8",78373:"d9f7e22f",78705:"5877df2d",78729:"32947c92",78810:"c7277ad6",79030:"a7cd363d",79375:"3dd193dd",79483:"5eab74b1",79485:"22d92bf3",79600:"c07122e1",80053:"935f2afb",80533:"2cdd7720",80581:"6069883e",80714:"fc009b8f",80796:"5c9831a7",80805:"e7752ddb",80840:"b16939e2",80868:"ac710fda",80912:"db9c64ed",81598:"a649354c",81635:"34003c72",81649:"a6514927",81669:"df6ab4bc",81742:"b198df35",82310:"b1c24be0",82523:"148d9fd9",82585:"13b56c59",82783:"8a4daa3b",82957:"24bb3679",83476:"6f0123ef",83501:"39455ce1",83952:"8102b5ac",84160:"54213aa1",84324:"229fac93",84396:"4d985d8a",84588:"bebf10ba",85563:"d16572ac",85673:"31dd2b75",85788:"785bbfee",85859:"01627567",85879:"648a3482",86311:"47b8b18c",86783:"76634d71",86978:"e91b02be",87174:"afbdcc09",87225:"29a3d0d6",87250:"9a6d52da",87381:"33aa855a",87385:"b2f441e1",87626:"aa222e6d",87850:"1dea1673",88014:"9523dcb5",88114:"751b68b4",88460:"dadaae3f",88965:"0131ba20",89253:"a3cf9e9a",89306:"b2399376",89326:"d28f8723",89379:"d8aa108f",89536:"c25457d3",89739:"f03fab11",89916:"90571119",90228:"e897f185",90802:"d248ca85",90865:"aea5966f",91083:"03ef24a9",91405:"25778245",91530:"f31b0025",91532:"a521008d",91938:"3e90f77d",92289:"e2e6c14f",92460:"66527541",92465:"f6435ed1",92732:"17c79707",92929:"63d0f0e0",93155:"427c3667",93285:"b0f84f31",93403:"3826374e",93518:"b94a2346",93848:"8d20ce23",93971:"2f626edb",93990:"872379cf",94161:"34af491e",94307:"de8ad7db",94504:"c512952f",94518:"57d3a897",94827:"67b585cb",94894:"deedc2a8",94989:"b027356b",95061:"afe6f65e",95198:"4fd3fe56",95200:"0b9c6e63",95514:"53ba98a8",95643:"12af6885",95712:"45f98d44",95739:"d3bbc5fd",95792:"a1c02285",95877:"da3e9658",95911:"56be068b",96061:"5188416b",96279:"055b225f",96702:"d443b36e",96762:"db881351",96817:"48b422ba",96996:"1d098224",97047:"be7a0dbe",97197:"5ae3e876",97252:"1a8d89d5",97505:"96225825",97526:"5cf764b1",97541:"68bfee64",97551:"c3dff334",97602:"30fe064f",97635:"f63c7767",97733:"da845f06",97750:"efe1d13a",97802:"6540f7c7",97920:"1a4e3797",97937:"a8ec943f",97945:"e951bf48",98184:"b6a19a2b",98243:"98bfff7a",98362:"70f17b6a",98561:"1f87d76b",98840:"0c902ed6",99280:"1a7d2b73",99819:"fb133e19",99952:"a40e4d8d"}[e]||e)+"."+{638:"852189ff",671:"9011970f",899:"af10896a",1430:"bf6dba10",2594:"73fdb9af",2615:"36c8f06e",2626:"469e4c65",2641:"395f5be2",2684:"c013e541",2702:"2eec5a25",3691:"39c4dad0",3792:"491f4120",3873:"485a856a",4113:"538bc8b5",4404:"0f23a9c4",4449:"bd51ff25",4617:"1d3dbaa8",4972:"e29c1a4b",5590:"77fbb5b6",5985:"2e27e18b",6079:"3b8c3b23",6244:"2de9ef48",6262:"d6b42198",6930:"25cac434",7341:"f56361d8",7698:"90c0c216",7847:"59b1f5a4",7974:"ae2414e8",7978:"28147180",8246:"af38c7b1",8358:"b185793c",8470:"51bfddab",8743:"2ceaf85c",8787:"4921107b",9302:"7cdeb126",9632:"38297462",9650:"9fc9e674",9674:"956f765b",10223:"6c53cdfe",10466:"52df574a",10691:"705165a0",10713:"63bc9a02",10802:"e93b2872",10858:"0b212a76",10876:"bd0dc801",10893:"3a0bcc03",10906:"23dfb5a4",10978:"3ef9a83a",11121:"653546f1",11140:"9d19176e",11708:"c4aa96b8",11885:"4c468340",12495:"e2b44ca8",12802:"c3bc1054",12868:"956d0c1c",12957:"9fe0fa59",12960:"1f5decde",13085:"d4cbfa64",13404:"b6fcaff2",13467:"493f8ecd",13651:"391c49b2",13813:"5581b799",14056:"84796466",14491:"7d65dafc",14513:"b1ee6438",14627:"3135a944",14705:"b3e9a6fa",15039:"9932c90c",15342:"9ef013e5",15400:"5e7cc1b9",15892:"eb26339b",15917:"5d94edf8",15926:"76111d30",15982:"52b85339",16472:"3a3581ba",17098:"e88a7909",17282:"b45680ac",17301:"479302e4",17315:"4722c8f4",18047:"64462132",18089:"ef8efd28",18199:"1d93035d",18301:"4c062ad3",19178:"aba2c373",19230:"874237c3",19457:"631e0f9a",19608:"b9907b85",20036:"960a3071",20334:"51e604c5",20370:"c882363e",20397:"10a0a5d0",20475:"5fb43157",20489:"e5c7d536",20588:"90f19ea6",20606:"00b41ea6",20675:"1538b753",20690:"f10776bf",20761:"646353e3",20765:"eb166f59",21143:"813bb4ef",21224:"aac8954b",21254:"4fa58c41",21364:"92a177f1",21502:"70917b05",21679:"b8bfe141",21739:"0f61f0f1",21754:"95ed1db7",22080:"2d59cdd7",22238:"fd3d1c9b",22993:"a7d8fd24",23179:"f881a25f",23554:"65351a1b",23936:"df0ff9c9",24111:"f9e2c155",24266:"a9ea7c33",24356:"696f5064",24382:"a2921750",24460:"53603a43",24570:"74c45fbb",24792:"d874d797",24830:"5ee26176",24835:"d6074a06",24926:"e7adb4e1",25136:"2e631e5b",25329:"9f00aaeb",25412:"d8a0a662",25544:"f2fc6c82",25793:"4dd55dbc",26031:"7372eb04",26042:"91c3c541",26323:"d84219e0",26376:"18a1db2a",26707:"cbe4d411",26710:"9170bbed",26963:"397da129",27918:"714c3476",27964:"d650ee20",28198:"45fdd128",28243:"de755e19",29514:"ff04cda9",29588:"6d6546e4",29690:"5804cfc7",29815:"e90004dd",29848:"e29d19ad",30149:"61716bf7",30200:"246fad0e",30977:"e36ef34a",30982:"e18fb71c",31047:"f36be7c3",31360:"ae1db367",31487:"f304fa9a",31566:"7a64cc2f",31712:"8e75532b",31966:"6d07d954",32319:"133c0cd3",32466:"57f7fff9",32518:"afd2e7d3",32720:"7082d779",33090:"797e847d",33389:"6fa21fa2",33671:"05e898f7",33693:"4d7ef72e",33994:"7d6799d9",34233:"e3834d56",34374:"a236a033",34559:"5ec330a3",34754:"be159d81",34801:"ba66c680",34941:"517c27c1",34993:"06104b11",35063:"28a1f10a",35227:"6c231462",35249:"70aa6cff",35319:"90923b87",35335:"cd242816",35447:"d94a9c53",35561:"2415e808",35575:"708159bf",35643:"22dacefe",35799:"2ac7b473",35923:"dce321ae",36446:"30f8f905",36660:"25cf62ee",36821:"dae6cd22",37159:"f405c3bc",37217:"2def9437",37266:"481c3dbb",37370:"1c400b5f",37630:"3b72ebca",38018:"d146f469",38056:"e5ce2568",38144:"56dc34e5",38553:"0939ae35",38649:"6beaf0d3",39139:"98975921",39789:"42f68940",39798:"f03bdd72",39958:"417fff03",40029:"991eea85",40500:"7b48ac11",40579:"826b661b",40714:"0b507f57",41022:"ac95c250",41023:"27e44847",41222:"53e5b7a0",41332:"4eec7c50",41429:"a388ae38",41476:"4067c82f",41812:"2545dd0a",42237:"9698f154",42320:"c6f8515f",42390:"11e2a20c",42543:"99be74c3",42795:"bb8fcd85",43002:"1e57ba8f",43034:"abf79d82",43570:"bbb4181c",43771:"7fb1ea7e",43892:"52fcf515",44242:"1caa2210",44649:"e4cd7819",45041:"95e45c9e",45365:"6feb2a8d",45518:"eee0dee6",45600:"0f4701ef",45648:"996b578c",45685:"7a30ebe2",45919:"51a7ed8e",45923:"7af7237a",46076:"f7596b74",46881:"cb14c3f2",46945:"45417218",47131:"1ca76f4d",47137:"62af7fea",47298:"643ee4d6",47446:"0c4b4d6e",47450:"28a89bac",47618:"3d9ccd60",48226:"f9cc797d",48402:"8e0edac2",48484:"48104815",48498:"17590dde",48518:"4019ae68",48577:"0fddbeb3",48699:"94f0c05a",49148:"c6a5954a",49190:"2fda244e",49481:"b99e16f9",49812:"4c4c4174",49906:"e9e10a51",50189:"1965cba6",50859:"e025c99d",50973:"776ea4e3",50985:"a3157b9b",51008:"d8e4b7e9",51703:"c6e4db2b",51734:"81988ca3",52070:"f1853354",52288:"4f929ff2",52417:"1c7535ff",52539:"abd41f85",52921:"86fdf5cf",53172:"404fcd59",53173:"ba947597",53273:"84358c5d",53716:"705f3f9e",53740:"094a2edb",53786:"342d8d13",53818:"8a190e17",54434:"923720f4",54729:"050c49d5",55122:"422f209c",55150:"2db91c12",55261:"24488b05",55443:"dc1bf304",55591:"0ea75b24",55644:"fb49b31c",55671:"3c681e1c",55931:"d1e0d2c5",55965:"b51fafee",56132:"3bdefcc6",56176:"91d407e9",56366:"32b0a2d4",56815:"56c1d605",56890:"6b36a245",57290:"7a5ce162",57437:"90bd9b1b",58010:"162e5c99",58326:"c72f3803",58333:"adc1d5f4",58413:"7b40e077",58841:"4b9479dc",59348:"f13d13ca",59381:"a5d28597",59785:"9aeb937e",60001:"87b4ab2b",60130:"6b3fdc7b",60802:"03e2e53d",61426:"0a5e2cc0",61613:"677b10b9",62078:"f319e5ca",62089:"f30f3522",62558:"4b40de00",62624:"e5d1b306",63080:"a4bcd119",63210:"abaa34f3",63402:"64507b04",63575:"d1355c13",63781:"93353000",64195:"38cf897a",64505:"b1aa4555",64535:"dc56597b",64540:"76ccb21d",64573:"f059598e",64791:"39d46da7",65371:"7c7b6ff0",65679:"101f229e",65713:"6e153c15",65786:"4159d600",66009:"19f9cb0b",66651:"66c2e677",66699:"fee458d9",66701:"c4bdadb5",66859:"c5681bf1",66958:"e683387d",67173:"db5f2601",67201:"9155be05",67226:"07d6a442",67326:"fb7b7931",67389:"380fbc79",67506:"54a56d1d",67584:"650491f8",67848:"6d5996bc",68071:"2735f144",68368:"d2f09d67",68408:"9e768614",68512:"8389a77a",68917:"13051353",68964:"a424050d",69547:"d8906fcd",69810:"b51d35b2",69889:"e6d2d57d",70093:"1bf85c03",70766:"8d718d87",71110:"80617efd",71567:"5a9584e2",71822:"68571f63",72193:"5c8871e3",72755:"9e58582a",72799:"83881a10",73335:"ba085c90",73341:"9cad3f59",73532:"5d461b37",73594:"77de5be5",73615:"3f216d13",73814:"4de025e4",73839:"0a60283b",74003:"d2ed258a",74275:"42410566",74901:"abae0964",75412:"d71d2857",75503:"26525221",75759:"9bf83131",75813:"1ab7e7dc",75929:"757a790a",75955:"1c1876b9",76306:"f69b5c8b",76461:"c5ec8076",77020:"844775be",77029:"8c68e4e4",77158:"b3d52890",77378:"30bf727b",77651:"cc69126c",77754:"5f8e1766",77871:"92a3e644",78029:"28d3d366",78312:"82630247",78373:"72cb6492",78705:"01b25915",78729:"ab240c1d",78810:"9ae2cd0c",79030:"a55fa0ff",79375:"ed324664",79483:"79005b67",79485:"a5a7c19c",79600:"dbd936ff",80053:"93aef352",80533:"b41c736d",80581:"1cb3c98d",80714:"f2a383cf",80796:"705b0f54",80805:"5b91888d",80840:"b7196bf0",80868:"2d110215",80912:"2d838280",81598:"ec108dcd",81635:"5138a799",81649:"bfc92349",81669:"66a1c4a7",81742:"6ec2d9ed",82310:"655df837",82523:"63287523",82585:"aa50aa23",82783:"664cab5f",82957:"ea499857",83476:"bba19dd0",83501:"72ac5f50",83952:"9cbabcf4",84160:"af8cf51a",84324:"86cf01a3",84396:"a9f5877c",84588:"4d7eef1b",85563:"7d89110c",85673:"6152790d",85788:"8b00dd8b",85859:"74382332",85879:"cd7f56b0",86311:"cbf093ea",86783:"b6592070",86978:"9bd15e9c",87174:"30b628ed",87225:"74491487",87250:"e7cc83bc",87381:"9343cfb4",87385:"f4b4d8e2",87626:"d8f4d07e",87850:"edab703c",88014:"c109f2ad",88114:"d5f60a59",88460:"fb05d798",88965:"ac3a87fc",89253:"3d38f0e3",89306:"680ebf83",89326:"90d59691",89379:"3b4ae872",89536:"0c9cd4fc",89739:"e719040d",89916:"11e95a7c",90228:"b4dc4e1b",90771:"30ad9592",90802:"f9f75c0f",90865:"0ec22d51",91083:"ed9488ce",91405:"10800126",91530:"a937015b",91532:"90f54ca2",91938:"3b54e2c3",92289:"32f25afa",92460:"ddd4af5e",92465:"0410f779",92732:"95095b8d",92929:"bea8ff6e",93155:"9368656d",93285:"47100dfc",93403:"3ebcd218",93518:"880e16bd",93848:"af9601d5",93971:"878dfeca",93990:"3547c60b",94161:"d9afa2a8",94307:"ea5f15ca",94504:"ed9014f2",94518:"16a0e008",94827:"2d15987c",94894:"811bbcd9",94989:"0bd8ddb2",95061:"93043954",95198:"621b0929",95200:"a2e4487a",95514:"abc3c1e1",95643:"10d45027",95712:"aa40e1aa",95739:"7d77d836",95792:"1f4eb19c",95877:"f398365e",95911:"f19502bc",96061:"725099e9",96279:"2e831bb1",96702:"09f0e150",96762:"126e7db4",96817:"b9ad0ff5",96996:"3f335116",97047:"5283950b",97197:"34aabb8f",97252:"198f6501",97505:"afa50993",97526:"f84cf03b",97541:"471dead6",97551:"31b981f4",97602:"857a3ba3",97635:"39a2d446",97733:"304c6c96",97750:"0eb1421c",97802:"5dcac232",97920:"794eab4c",97937:"e623cd10",97945:"d5fb4099",98184:"b2254569",98243:"f6d93cec",98362:"bc34f05c",98561:"b4ee84f1",98840:"cd16b708",99280:"9bd45614",99819:"d4338d30",99952:"04e02739"}[e]+".js"},n.miniCssF=function(e){},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=function(e,c){return Object.prototype.hasOwnProperty.call(e,c)},a={},b="website:",n.l=function(e,c,f,d){if(a[e])a[e].push(c);else{var t,r;if(void 0!==f)for(var o=document.getElementsByTagName("script"),u=0;u Coding Guidelines | Apache YuniKorn - + @@ -45,7 +45,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/download/index.html b/community/download/index.html index 955e45afb27..7e711877e0c 100644 --- a/community/download/index.html +++ b/community/download/index.html @@ -4,7 +4,7 @@ Apache YuniKorn | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/events/index.html b/community/events/index.html index 61f52506ee7..c4d73f3f27d 100644 --- a/community/events/index.html +++ b/community/events/index.html @@ -4,7 +4,7 @@ Events | Apache YuniKorn - + @@ -39,7 +39,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/get_involved/index.html b/community/get_involved/index.html index 8515c7f3861..55716685552 100644 --- a/community/get_involved/index.html +++ b/community/get_involved/index.html @@ -4,7 +4,7 @@ Get Involved | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/how_to_contribute/index.html b/community/how_to_contribute/index.html index 6f0df6ce285..245357920c3 100644 --- a/community/how_to_contribute/index.html +++ b/community/how_to_contribute/index.html @@ -4,7 +4,7 @@ How To Contribute | Apache YuniKorn - + @@ -93,7 +93,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/index.html b/community/index.html index 020d336511e..42b8f95cab9 100644 --- a/community/index.html +++ b/community/index.html @@ -4,13 +4,13 @@ Apache YuniKorn - +
- + \ No newline at end of file diff --git a/community/people/index.html b/community/people/index.html index b2fba0ca795..b5352bb1d33 100644 --- a/community/people/index.html +++ b/community/people/index.html @@ -4,7 +4,7 @@ Who We Are | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/release_procedure/index.html b/community/release_procedure/index.html index 6ed167c05ab..746803a6a1f 100644 --- a/community/release_procedure/index.html +++ b/community/release_procedure/index.html @@ -4,7 +4,7 @@ Release Procedure | Apache YuniKorn - + @@ -112,7 +112,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/reporting_issues/index.html b/community/reporting_issues/index.html index 08755af01ee..519de4f2051 100644 --- a/community/reporting_issues/index.html +++ b/community/reporting_issues/index.html @@ -4,7 +4,7 @@ Reporting Issues | Apache YuniKorn - + @@ -37,7 +37,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/community/roadmap/index.html b/community/roadmap/index.html index 8615d153d57..1f10622082e 100644 --- a/community/roadmap/index.html +++ b/community/roadmap/index.html @@ -4,7 +4,7 @@ Roadmap | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/api/cluster/index.html b/docs/0.10.0/api/cluster/index.html index 3dc8e649321..6f172d97fb3 100644 --- a/docs/0.10.0/api/cluster/index.html +++ b/docs/0.10.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/api/scheduler/index.html b/docs/0.10.0/api/scheduler/index.html index 19d2691d30c..56ec702f86e 100644 --- a/docs/0.10.0/api/scheduler/index.html +++ b/docs/0.10.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/api/system/index.html b/docs/0.10.0/api/system/index.html index 6af467dafd5..1c298c3602c 100644 --- a/docs/0.10.0/api/system/index.html +++ b/docs/0.10.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/architecture/index.html b/docs/0.10.0/design/architecture/index.html index 206eb5fd250..a01773b20a5 100644 --- a/docs/0.10.0/design/architecture/index.html +++ b/docs/0.10.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/cache_removal/index.html b/docs/0.10.0/design/cache_removal/index.html index ff10bc5566e..a84f40c67d1 100644 --- a/docs/0.10.0/design/cache_removal/index.html +++ b/docs/0.10.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -110,7 +110,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/cross_queue_preemption/index.html b/docs/0.10.0/design/cross_queue_preemption/index.html index 4ba96192f85..81b245cfde1 100644 --- a/docs/0.10.0/design/cross_queue_preemption/index.html +++ b/docs/0.10.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/k8shim/index.html b/docs/0.10.0/design/k8shim/index.html index e0bb4f808ed..61752b51377 100644 --- a/docs/0.10.0/design/k8shim/index.html +++ b/docs/0.10.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/namespace_resource_quota/index.html b/docs/0.10.0/design/namespace_resource_quota/index.html index 393fdadd452..8ba1927cd62 100644 --- a/docs/0.10.0/design/namespace_resource_quota/index.html +++ b/docs/0.10.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/pluggable_app_management/index.html b/docs/0.10.0/design/pluggable_app_management/index.html index d63db8608b9..50f68ec40f3 100644 --- a/docs/0.10.0/design/pluggable_app_management/index.html +++ b/docs/0.10.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/predicates/index.html b/docs/0.10.0/design/predicates/index.html index 64025c336d0..18c27dd526c 100644 --- a/docs/0.10.0/design/predicates/index.html +++ b/docs/0.10.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/resilience/index.html b/docs/0.10.0/design/resilience/index.html index 05941ffcfd7..1300b727a7d 100644 --- a/docs/0.10.0/design/resilience/index.html +++ b/docs/0.10.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/scheduler_configuration/index.html b/docs/0.10.0/design/scheduler_configuration/index.html index 99d11710ce1..b58657ee186 100644 --- a/docs/0.10.0/design/scheduler_configuration/index.html +++ b/docs/0.10.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/scheduler_core_design/index.html b/docs/0.10.0/design/scheduler_core_design/index.html index 902bac47977..6be08bce1ff 100644 --- a/docs/0.10.0/design/scheduler_core_design/index.html +++ b/docs/0.10.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/scheduler_object_states/index.html b/docs/0.10.0/design/scheduler_object_states/index.html index 196869fa556..91a60221416 100644 --- a/docs/0.10.0/design/scheduler_object_states/index.html +++ b/docs/0.10.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/design/state_aware_scheduling/index.html b/docs/0.10.0/design/state_aware_scheduling/index.html index d2c56fd08fd..61aea5332ca 100644 --- a/docs/0.10.0/design/state_aware_scheduling/index.html +++ b/docs/0.10.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/developer_guide/build/index.html b/docs/0.10.0/developer_guide/build/index.html index 1e0d01e3725..84a630afed6 100644 --- a/docs/0.10.0/developer_guide/build/index.html +++ b/docs/0.10.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/developer_guide/deployment/index.html b/docs/0.10.0/developer_guide/deployment/index.html index 8b377c85c77..7885aea3004 100644 --- a/docs/0.10.0/developer_guide/deployment/index.html +++ b/docs/0.10.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/developer_guide/env_setup/index.html b/docs/0.10.0/developer_guide/env_setup/index.html index 35c619757a0..2a1a90e74ed 100644 --- a/docs/0.10.0/developer_guide/env_setup/index.html +++ b/docs/0.10.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/developer_guide/openshift_development/index.html b/docs/0.10.0/developer_guide/openshift_development/index.html index 61b8f432472..2913c73ed56 100644 --- a/docs/0.10.0/developer_guide/openshift_development/index.html +++ b/docs/0.10.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/get_started/core_features/index.html b/docs/0.10.0/get_started/core_features/index.html index 77e51d34c7b..e65db7dfdee 100644 --- a/docs/0.10.0/get_started/core_features/index.html +++ b/docs/0.10.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/index.html b/docs/0.10.0/index.html index 2f3b7841391..791158faf11 100644 --- a/docs/0.10.0/index.html +++ b/docs/0.10.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html index dbc2e7b2815..e31e10ebc3a 100644 --- a/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.10.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn function & performance with Kubemark | Apache YuniKorn - + @@ -37,7 +37,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/performance/metrics/index.html b/docs/0.10.0/performance/metrics/index.html index 07fc4a951b1..1f94fc0a611 100644 --- a/docs/0.10.0/performance/metrics/index.html +++ b/docs/0.10.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/performance/profiling/index.html b/docs/0.10.0/performance/profiling/index.html index e7debf06664..bf5bc5f1b1e 100644 --- a/docs/0.10.0/performance/profiling/index.html +++ b/docs/0.10.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/acls/index.html b/docs/0.10.0/user_guide/acls/index.html index d6999f24906..169b230f366 100644 --- a/docs/0.10.0/user_guide/acls/index.html +++ b/docs/0.10.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/gang_scheduling/index.html b/docs/0.10.0/user_guide/gang_scheduling/index.html index c2b22d51508..7cf7c73768d 100644 --- a/docs/0.10.0/user_guide/gang_scheduling/index.html +++ b/docs/0.10.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -51,7 +51,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/placement_rules/index.html b/docs/0.10.0/user_guide/placement_rules/index.html index 4599146fa57..090622983ba 100644 --- a/docs/0.10.0/user_guide/placement_rules/index.html +++ b/docs/0.10.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/queue_config/index.html b/docs/0.10.0/user_guide/queue_config/index.html index 18a745579f2..1d381cb54f9 100644 --- a/docs/0.10.0/user_guide/queue_config/index.html +++ b/docs/0.10.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -88,7 +88,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/resource_quota_management/index.html b/docs/0.10.0/user_guide/resource_quota_management/index.html index 6d17464b712..125cdd224dd 100644 --- a/docs/0.10.0/user_guide/resource_quota_management/index.html +++ b/docs/0.10.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -86,7 +86,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/sorting_policies/index.html b/docs/0.10.0/user_guide/sorting_policies/index.html index 75e4ae5c13f..6faea117e44 100644 --- a/docs/0.10.0/user_guide/sorting_policies/index.html +++ b/docs/0.10.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -66,7 +66,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/trouble_shooting/index.html b/docs/0.10.0/user_guide/trouble_shooting/index.html index 2f95682686d..c0dc4e66e6a 100644 --- a/docs/0.10.0/user_guide/trouble_shooting/index.html +++ b/docs/0.10.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/workloads/run_flink/index.html b/docs/0.10.0/user_guide/workloads/run_flink/index.html index 3e2c18a4427..8c2fa4f70d3 100644 --- a/docs/0.10.0/user_guide/workloads/run_flink/index.html +++ b/docs/0.10.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/workloads/run_spark/index.html b/docs/0.10.0/user_guide/workloads/run_spark/index.html index b0fc809e874..5e01b386fa4 100644 --- a/docs/0.10.0/user_guide/workloads/run_spark/index.html +++ b/docs/0.10.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.10.0/user_guide/workloads/run_tf/index.html b/docs/0.10.0/user_guide/workloads/run_tf/index.html index 7f721434236..da42a26044d 100644 --- a/docs/0.10.0/user_guide/workloads/run_tf/index.html +++ b/docs/0.10.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run Tensorflow Jobs | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/api/cluster/index.html b/docs/0.11.0/api/cluster/index.html index 0426a9a32c2..5bc9e834cf6 100644 --- a/docs/0.11.0/api/cluster/index.html +++ b/docs/0.11.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/api/scheduler/index.html b/docs/0.11.0/api/scheduler/index.html index 4efd4d75f9d..0e73cb5e691 100644 --- a/docs/0.11.0/api/scheduler/index.html +++ b/docs/0.11.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/api/system/index.html b/docs/0.11.0/api/system/index.html index 1874a603699..639bfed6c43 100644 --- a/docs/0.11.0/api/system/index.html +++ b/docs/0.11.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/architecture/index.html b/docs/0.11.0/design/architecture/index.html index 6476aa69521..5a94354989a 100644 --- a/docs/0.11.0/design/architecture/index.html +++ b/docs/0.11.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/cache_removal/index.html b/docs/0.11.0/design/cache_removal/index.html index 95a652b2f51..83ef332b7c9 100644 --- a/docs/0.11.0/design/cache_removal/index.html +++ b/docs/0.11.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -110,7 +110,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/cross_queue_preemption/index.html b/docs/0.11.0/design/cross_queue_preemption/index.html index 1b433a9369a..750041608ba 100644 --- a/docs/0.11.0/design/cross_queue_preemption/index.html +++ b/docs/0.11.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/gang_scheduling/index.html b/docs/0.11.0/design/gang_scheduling/index.html index c97e4415059..e4f351750d8 100644 --- a/docs/0.11.0/design/gang_scheduling/index.html +++ b/docs/0.11.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/k8shim/index.html b/docs/0.11.0/design/k8shim/index.html index 9f4a9702a5c..1548d945859 100644 --- a/docs/0.11.0/design/k8shim/index.html +++ b/docs/0.11.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/namespace_resource_quota/index.html b/docs/0.11.0/design/namespace_resource_quota/index.html index 12e8c18f40b..8b334cff279 100644 --- a/docs/0.11.0/design/namespace_resource_quota/index.html +++ b/docs/0.11.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/pluggable_app_management/index.html b/docs/0.11.0/design/pluggable_app_management/index.html index 4a52d4e2d5c..bf6e4720cd4 100644 --- a/docs/0.11.0/design/pluggable_app_management/index.html +++ b/docs/0.11.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/predicates/index.html b/docs/0.11.0/design/predicates/index.html index 62abb5586c3..ddace1371d1 100644 --- a/docs/0.11.0/design/predicates/index.html +++ b/docs/0.11.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/resilience/index.html b/docs/0.11.0/design/resilience/index.html index 6db441653c5..c49b82d859a 100644 --- a/docs/0.11.0/design/resilience/index.html +++ b/docs/0.11.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/scheduler_configuration/index.html b/docs/0.11.0/design/scheduler_configuration/index.html index 86a90d4cd6f..64f463e59cf 100644 --- a/docs/0.11.0/design/scheduler_configuration/index.html +++ b/docs/0.11.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/scheduler_core_design/index.html b/docs/0.11.0/design/scheduler_core_design/index.html index 2aed5a42765..8fc6ff1f826 100644 --- a/docs/0.11.0/design/scheduler_core_design/index.html +++ b/docs/0.11.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/scheduler_object_states/index.html b/docs/0.11.0/design/scheduler_object_states/index.html index a2c79f8ac97..a78f0947f9c 100644 --- a/docs/0.11.0/design/scheduler_object_states/index.html +++ b/docs/0.11.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/design/state_aware_scheduling/index.html b/docs/0.11.0/design/state_aware_scheduling/index.html index 81b5f2ad3aa..d149221dca3 100644 --- a/docs/0.11.0/design/state_aware_scheduling/index.html +++ b/docs/0.11.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/developer_guide/build/index.html b/docs/0.11.0/developer_guide/build/index.html index 7a9fa15881d..b6d3435db12 100644 --- a/docs/0.11.0/developer_guide/build/index.html +++ b/docs/0.11.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/developer_guide/deployment/index.html b/docs/0.11.0/developer_guide/deployment/index.html index ebb8e64fb54..81e4a2d5ef0 100644 --- a/docs/0.11.0/developer_guide/deployment/index.html +++ b/docs/0.11.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/developer_guide/env_setup/index.html b/docs/0.11.0/developer_guide/env_setup/index.html index 7c20b5bdd5b..c7f28860f02 100644 --- a/docs/0.11.0/developer_guide/env_setup/index.html +++ b/docs/0.11.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/developer_guide/openshift_development/index.html b/docs/0.11.0/developer_guide/openshift_development/index.html index 1d044311a95..feed35c55de 100644 --- a/docs/0.11.0/developer_guide/openshift_development/index.html +++ b/docs/0.11.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/get_started/core_features/index.html b/docs/0.11.0/get_started/core_features/index.html index ed634f68f4f..67c51a36119 100644 --- a/docs/0.11.0/get_started/core_features/index.html +++ b/docs/0.11.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/index.html b/docs/0.11.0/index.html index e6dcc03e23b..a0b4d393c6c 100644 --- a/docs/0.11.0/index.html +++ b/docs/0.11.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html index 62afde5c1f8..7163793744f 100644 --- a/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.11.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn function & performance with Kubemark | Apache YuniKorn - + @@ -37,7 +37,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/performance/metrics/index.html b/docs/0.11.0/performance/metrics/index.html index 58bcaec710e..c1b3301b461 100644 --- a/docs/0.11.0/performance/metrics/index.html +++ b/docs/0.11.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/performance/profiling/index.html b/docs/0.11.0/performance/profiling/index.html index 09d42a7f165..414b69dd98a 100644 --- a/docs/0.11.0/performance/profiling/index.html +++ b/docs/0.11.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/acls/index.html b/docs/0.11.0/user_guide/acls/index.html index 824501774e2..e0518970fe9 100644 --- a/docs/0.11.0/user_guide/acls/index.html +++ b/docs/0.11.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/gang_scheduling/index.html b/docs/0.11.0/user_guide/gang_scheduling/index.html index ff1270d981c..6eeb5db46c2 100644 --- a/docs/0.11.0/user_guide/gang_scheduling/index.html +++ b/docs/0.11.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/placement_rules/index.html b/docs/0.11.0/user_guide/placement_rules/index.html index 8f8e3725213..e1f036decb4 100644 --- a/docs/0.11.0/user_guide/placement_rules/index.html +++ b/docs/0.11.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/queue_config/index.html b/docs/0.11.0/user_guide/queue_config/index.html index aed1f26562b..2b133d37ebb 100644 --- a/docs/0.11.0/user_guide/queue_config/index.html +++ b/docs/0.11.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/resource_quota_management/index.html b/docs/0.11.0/user_guide/resource_quota_management/index.html index 9aceb428f15..ccd980ca705 100644 --- a/docs/0.11.0/user_guide/resource_quota_management/index.html +++ b/docs/0.11.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -86,7 +86,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/sorting_policies/index.html b/docs/0.11.0/user_guide/sorting_policies/index.html index 739431730dc..6d37df357ab 100644 --- a/docs/0.11.0/user_guide/sorting_policies/index.html +++ b/docs/0.11.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -66,7 +66,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/trouble_shooting/index.html b/docs/0.11.0/user_guide/trouble_shooting/index.html index 708a8226cb9..193c57a23da 100644 --- a/docs/0.11.0/user_guide/trouble_shooting/index.html +++ b/docs/0.11.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/usergroup_resolution/index.html b/docs/0.11.0/user_guide/usergroup_resolution/index.html index 70474e93c52..6621d6a6c64 100644 --- a/docs/0.11.0/user_guide/usergroup_resolution/index.html +++ b/docs/0.11.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/workloads/run_flink/index.html b/docs/0.11.0/user_guide/workloads/run_flink/index.html index 02d8710275d..d22b2276856 100644 --- a/docs/0.11.0/user_guide/workloads/run_flink/index.html +++ b/docs/0.11.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/workloads/run_spark/index.html b/docs/0.11.0/user_guide/workloads/run_spark/index.html index c78f878c344..d3cbc70d1f6 100644 --- a/docs/0.11.0/user_guide/workloads/run_spark/index.html +++ b/docs/0.11.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.11.0/user_guide/workloads/run_tf/index.html b/docs/0.11.0/user_guide/workloads/run_tf/index.html index 33c43ccf00a..cb43693e6aa 100644 --- a/docs/0.11.0/user_guide/workloads/run_tf/index.html +++ b/docs/0.11.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run Tensorflow Jobs | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/api/cluster/index.html b/docs/0.12.1/api/cluster/index.html index e07a207a09a..e8745c73e32 100644 --- a/docs/0.12.1/api/cluster/index.html +++ b/docs/0.12.1/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/api/scheduler/index.html b/docs/0.12.1/api/scheduler/index.html index 0d8bc090f4e..c06ea4cb5b0 100644 --- a/docs/0.12.1/api/scheduler/index.html +++ b/docs/0.12.1/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/api/system/index.html b/docs/0.12.1/api/system/index.html index e31bf44d0eb..8c53b62bbd9 100644 --- a/docs/0.12.1/api/system/index.html +++ b/docs/0.12.1/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/architecture/index.html b/docs/0.12.1/design/architecture/index.html index 8ebcdfed59d..c8d783196ca 100644 --- a/docs/0.12.1/design/architecture/index.html +++ b/docs/0.12.1/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/cache_removal/index.html b/docs/0.12.1/design/cache_removal/index.html index d09a043cb97..cdd4c5ef6a0 100644 --- a/docs/0.12.1/design/cache_removal/index.html +++ b/docs/0.12.1/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -110,7 +110,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/cross_queue_preemption/index.html b/docs/0.12.1/design/cross_queue_preemption/index.html index a6520c1864d..66962ebc217 100644 --- a/docs/0.12.1/design/cross_queue_preemption/index.html +++ b/docs/0.12.1/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/gang_scheduling/index.html b/docs/0.12.1/design/gang_scheduling/index.html index 81ad56d7c1e..cd443eba66a 100644 --- a/docs/0.12.1/design/gang_scheduling/index.html +++ b/docs/0.12.1/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/k8shim/index.html b/docs/0.12.1/design/k8shim/index.html index 6c3a0136a4d..45e216b7a69 100644 --- a/docs/0.12.1/design/k8shim/index.html +++ b/docs/0.12.1/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/namespace_resource_quota/index.html b/docs/0.12.1/design/namespace_resource_quota/index.html index eeddf2ac88a..e4a864d8298 100644 --- a/docs/0.12.1/design/namespace_resource_quota/index.html +++ b/docs/0.12.1/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/pluggable_app_management/index.html b/docs/0.12.1/design/pluggable_app_management/index.html index 1ef27433560..3144f9631e3 100644 --- a/docs/0.12.1/design/pluggable_app_management/index.html +++ b/docs/0.12.1/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/predicates/index.html b/docs/0.12.1/design/predicates/index.html index cab0645433b..162422e53a0 100644 --- a/docs/0.12.1/design/predicates/index.html +++ b/docs/0.12.1/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/resilience/index.html b/docs/0.12.1/design/resilience/index.html index 255888dd015..08f06d7b909 100644 --- a/docs/0.12.1/design/resilience/index.html +++ b/docs/0.12.1/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/scheduler_configuration/index.html b/docs/0.12.1/design/scheduler_configuration/index.html index 25a0137c584..59246c8e40c 100644 --- a/docs/0.12.1/design/scheduler_configuration/index.html +++ b/docs/0.12.1/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/scheduler_core_design/index.html b/docs/0.12.1/design/scheduler_core_design/index.html index f6decea3a06..a4efc68c19f 100644 --- a/docs/0.12.1/design/scheduler_core_design/index.html +++ b/docs/0.12.1/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/scheduler_object_states/index.html b/docs/0.12.1/design/scheduler_object_states/index.html index 616a918e94b..47eeceb137e 100644 --- a/docs/0.12.1/design/scheduler_object_states/index.html +++ b/docs/0.12.1/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/design/state_aware_scheduling/index.html b/docs/0.12.1/design/state_aware_scheduling/index.html index 9e46ac1d419..9649c18c0b7 100644 --- a/docs/0.12.1/design/state_aware_scheduling/index.html +++ b/docs/0.12.1/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/developer_guide/build/index.html b/docs/0.12.1/developer_guide/build/index.html index 621219e5958..2fb7b784477 100644 --- a/docs/0.12.1/developer_guide/build/index.html +++ b/docs/0.12.1/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -43,7 +43,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/developer_guide/deployment/index.html b/docs/0.12.1/developer_guide/deployment/index.html index 72d3e42ede4..7a3a60548e7 100644 --- a/docs/0.12.1/developer_guide/deployment/index.html +++ b/docs/0.12.1/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/developer_guide/env_setup/index.html b/docs/0.12.1/developer_guide/env_setup/index.html index d18e3581619..671e5cb0fcd 100644 --- a/docs/0.12.1/developer_guide/env_setup/index.html +++ b/docs/0.12.1/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/developer_guide/openshift_development/index.html b/docs/0.12.1/developer_guide/openshift_development/index.html index bff7ee716f1..1531fbb9348 100644 --- a/docs/0.12.1/developer_guide/openshift_development/index.html +++ b/docs/0.12.1/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/get_started/core_features/index.html b/docs/0.12.1/get_started/core_features/index.html index 388ca88ed82..7c2892f1598 100644 --- a/docs/0.12.1/get_started/core_features/index.html +++ b/docs/0.12.1/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/index.html b/docs/0.12.1/index.html index 19e70d13506..8ee02e29314 100644 --- a/docs/0.12.1/index.html +++ b/docs/0.12.1/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html index 243ce385d16..756c270de18 100644 --- a/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.12.1/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/performance/metrics/index.html b/docs/0.12.1/performance/metrics/index.html index d3604603734..7b8911f7395 100644 --- a/docs/0.12.1/performance/metrics/index.html +++ b/docs/0.12.1/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/performance/performance_tutorial/index.html b/docs/0.12.1/performance/performance_tutorial/index.html index 2a6273ee7fd..e9dafc39b37 100644 --- a/docs/0.12.1/performance/performance_tutorial/index.html +++ b/docs/0.12.1/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/performance/profiling/index.html b/docs/0.12.1/performance/profiling/index.html index 4ea4c6f06bc..04fa50c1845 100644 --- a/docs/0.12.1/performance/profiling/index.html +++ b/docs/0.12.1/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/acls/index.html b/docs/0.12.1/user_guide/acls/index.html index d5a9d5c68da..cf2cda9369e 100644 --- a/docs/0.12.1/user_guide/acls/index.html +++ b/docs/0.12.1/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/gang_scheduling/index.html b/docs/0.12.1/user_guide/gang_scheduling/index.html index 315b9e1da97..edf4926352e 100644 --- a/docs/0.12.1/user_guide/gang_scheduling/index.html +++ b/docs/0.12.1/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/placement_rules/index.html b/docs/0.12.1/user_guide/placement_rules/index.html index 2c04579a3f2..04203f34230 100644 --- a/docs/0.12.1/user_guide/placement_rules/index.html +++ b/docs/0.12.1/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/queue_config/index.html b/docs/0.12.1/user_guide/queue_config/index.html index 47208caed48..2c0d3c461db 100644 --- a/docs/0.12.1/user_guide/queue_config/index.html +++ b/docs/0.12.1/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -88,7 +88,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/resource_quota_management/index.html b/docs/0.12.1/user_guide/resource_quota_management/index.html index b291a5276ab..3cc9eed7246 100644 --- a/docs/0.12.1/user_guide/resource_quota_management/index.html +++ b/docs/0.12.1/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -86,7 +86,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/sorting_policies/index.html b/docs/0.12.1/user_guide/sorting_policies/index.html index 153880d2f13..f034ff74a6f 100644 --- a/docs/0.12.1/user_guide/sorting_policies/index.html +++ b/docs/0.12.1/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -75,7 +75,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/trouble_shooting/index.html b/docs/0.12.1/user_guide/trouble_shooting/index.html index cdfb9078d55..1454b77ac11 100644 --- a/docs/0.12.1/user_guide/trouble_shooting/index.html +++ b/docs/0.12.1/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/usergroup_resolution/index.html b/docs/0.12.1/user_guide/usergroup_resolution/index.html index ccc4775efcf..9ca4e46a0e0 100644 --- a/docs/0.12.1/user_guide/usergroup_resolution/index.html +++ b/docs/0.12.1/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/workloads/run_flink/index.html b/docs/0.12.1/user_guide/workloads/run_flink/index.html index 31803d1addd..55a1b88cf87 100644 --- a/docs/0.12.1/user_guide/workloads/run_flink/index.html +++ b/docs/0.12.1/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/workloads/run_spark/index.html b/docs/0.12.1/user_guide/workloads/run_spark/index.html index 5587cedc35c..a7d21147163 100644 --- a/docs/0.12.1/user_guide/workloads/run_spark/index.html +++ b/docs/0.12.1/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.1/user_guide/workloads/run_tf/index.html b/docs/0.12.1/user_guide/workloads/run_tf/index.html index d5f877e73cd..15dda9178da 100644 --- a/docs/0.12.1/user_guide/workloads/run_tf/index.html +++ b/docs/0.12.1/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/api/cluster/index.html b/docs/0.12.2/api/cluster/index.html index 2463d18b7f8..de6f051a323 100644 --- a/docs/0.12.2/api/cluster/index.html +++ b/docs/0.12.2/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/api/scheduler/index.html b/docs/0.12.2/api/scheduler/index.html index a952769f00a..e28c8e37d34 100644 --- a/docs/0.12.2/api/scheduler/index.html +++ b/docs/0.12.2/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/api/system/index.html b/docs/0.12.2/api/system/index.html index 1db897aef19..9dd9c0b4dd9 100644 --- a/docs/0.12.2/api/system/index.html +++ b/docs/0.12.2/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/architecture/index.html b/docs/0.12.2/design/architecture/index.html index 45cc2f25a52..60c2f179529 100644 --- a/docs/0.12.2/design/architecture/index.html +++ b/docs/0.12.2/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/cache_removal/index.html b/docs/0.12.2/design/cache_removal/index.html index 85723879213..bd043a27b87 100644 --- a/docs/0.12.2/design/cache_removal/index.html +++ b/docs/0.12.2/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -110,7 +110,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/cross_queue_preemption/index.html b/docs/0.12.2/design/cross_queue_preemption/index.html index 9d06f4ba9dc..b7ea37e0fdb 100644 --- a/docs/0.12.2/design/cross_queue_preemption/index.html +++ b/docs/0.12.2/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/gang_scheduling/index.html b/docs/0.12.2/design/gang_scheduling/index.html index bef70d96479..4b5354e8717 100644 --- a/docs/0.12.2/design/gang_scheduling/index.html +++ b/docs/0.12.2/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/k8shim/index.html b/docs/0.12.2/design/k8shim/index.html index 70f60af457e..b81e07f4815 100644 --- a/docs/0.12.2/design/k8shim/index.html +++ b/docs/0.12.2/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/namespace_resource_quota/index.html b/docs/0.12.2/design/namespace_resource_quota/index.html index 23cb7777b96..377688d0099 100644 --- a/docs/0.12.2/design/namespace_resource_quota/index.html +++ b/docs/0.12.2/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/pluggable_app_management/index.html b/docs/0.12.2/design/pluggable_app_management/index.html index 515404a2390..871f52e7169 100644 --- a/docs/0.12.2/design/pluggable_app_management/index.html +++ b/docs/0.12.2/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/predicates/index.html b/docs/0.12.2/design/predicates/index.html index 1c0ed07bff7..0c2e9eb72f1 100644 --- a/docs/0.12.2/design/predicates/index.html +++ b/docs/0.12.2/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/resilience/index.html b/docs/0.12.2/design/resilience/index.html index 66a0326c1d4..5fd50961da6 100644 --- a/docs/0.12.2/design/resilience/index.html +++ b/docs/0.12.2/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/scheduler_configuration/index.html b/docs/0.12.2/design/scheduler_configuration/index.html index f12c4ec6678..30841308832 100644 --- a/docs/0.12.2/design/scheduler_configuration/index.html +++ b/docs/0.12.2/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/scheduler_core_design/index.html b/docs/0.12.2/design/scheduler_core_design/index.html index fc8fec82d62..abd7913929e 100644 --- a/docs/0.12.2/design/scheduler_core_design/index.html +++ b/docs/0.12.2/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/scheduler_object_states/index.html b/docs/0.12.2/design/scheduler_object_states/index.html index 7518cd8e949..352f72a4abb 100644 --- a/docs/0.12.2/design/scheduler_object_states/index.html +++ b/docs/0.12.2/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/design/state_aware_scheduling/index.html b/docs/0.12.2/design/state_aware_scheduling/index.html index d7850a346b0..67eeac78f48 100644 --- a/docs/0.12.2/design/state_aware_scheduling/index.html +++ b/docs/0.12.2/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/developer_guide/build/index.html b/docs/0.12.2/developer_guide/build/index.html index e73c3974267..44f20f2836c 100644 --- a/docs/0.12.2/developer_guide/build/index.html +++ b/docs/0.12.2/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -43,7 +43,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/developer_guide/deployment/index.html b/docs/0.12.2/developer_guide/deployment/index.html index e9dd7b19b15..be25206d58a 100644 --- a/docs/0.12.2/developer_guide/deployment/index.html +++ b/docs/0.12.2/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/developer_guide/env_setup/index.html b/docs/0.12.2/developer_guide/env_setup/index.html index 8a1016efd96..7e33e62a63b 100644 --- a/docs/0.12.2/developer_guide/env_setup/index.html +++ b/docs/0.12.2/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/developer_guide/openshift_development/index.html b/docs/0.12.2/developer_guide/openshift_development/index.html index 4e5699271ba..4ebec1b5750 100644 --- a/docs/0.12.2/developer_guide/openshift_development/index.html +++ b/docs/0.12.2/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/get_started/core_features/index.html b/docs/0.12.2/get_started/core_features/index.html index 497690f36b3..d199776bbb7 100644 --- a/docs/0.12.2/get_started/core_features/index.html +++ b/docs/0.12.2/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/index.html b/docs/0.12.2/index.html index 07ae119230f..2f6f83ab67b 100644 --- a/docs/0.12.2/index.html +++ b/docs/0.12.2/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html index 53b08d1bee6..4244ccca062 100644 --- a/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.12.2/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/performance/metrics/index.html b/docs/0.12.2/performance/metrics/index.html index 7e1ecce77c1..8287b141ba8 100644 --- a/docs/0.12.2/performance/metrics/index.html +++ b/docs/0.12.2/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/performance/performance_tutorial/index.html b/docs/0.12.2/performance/performance_tutorial/index.html index c45bc6f521a..89a60a12b69 100644 --- a/docs/0.12.2/performance/performance_tutorial/index.html +++ b/docs/0.12.2/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/performance/profiling/index.html b/docs/0.12.2/performance/profiling/index.html index 88060a94b4c..e8da8dd2fd3 100644 --- a/docs/0.12.2/performance/profiling/index.html +++ b/docs/0.12.2/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/acls/index.html b/docs/0.12.2/user_guide/acls/index.html index c7e637ae974..0029c734596 100644 --- a/docs/0.12.2/user_guide/acls/index.html +++ b/docs/0.12.2/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/gang_scheduling/index.html b/docs/0.12.2/user_guide/gang_scheduling/index.html index 74ad15d8c39..5663263e9fc 100644 --- a/docs/0.12.2/user_guide/gang_scheduling/index.html +++ b/docs/0.12.2/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/placement_rules/index.html b/docs/0.12.2/user_guide/placement_rules/index.html index 94c0714b933..e442a9fd8e0 100644 --- a/docs/0.12.2/user_guide/placement_rules/index.html +++ b/docs/0.12.2/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/queue_config/index.html b/docs/0.12.2/user_guide/queue_config/index.html index e24c23c1265..5cb82d3759f 100644 --- a/docs/0.12.2/user_guide/queue_config/index.html +++ b/docs/0.12.2/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -88,7 +88,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/resource_quota_management/index.html b/docs/0.12.2/user_guide/resource_quota_management/index.html index 9d662dc89af..0b59fd496aa 100644 --- a/docs/0.12.2/user_guide/resource_quota_management/index.html +++ b/docs/0.12.2/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -86,7 +86,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/sorting_policies/index.html b/docs/0.12.2/user_guide/sorting_policies/index.html index e52fb41a3ff..7f04be2f179 100644 --- a/docs/0.12.2/user_guide/sorting_policies/index.html +++ b/docs/0.12.2/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -75,7 +75,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/trouble_shooting/index.html b/docs/0.12.2/user_guide/trouble_shooting/index.html index 691b2cd458d..eefe96f54e1 100644 --- a/docs/0.12.2/user_guide/trouble_shooting/index.html +++ b/docs/0.12.2/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/usergroup_resolution/index.html b/docs/0.12.2/user_guide/usergroup_resolution/index.html index 05b14effc21..5a337aae9b4 100644 --- a/docs/0.12.2/user_guide/usergroup_resolution/index.html +++ b/docs/0.12.2/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/workloads/run_flink/index.html b/docs/0.12.2/user_guide/workloads/run_flink/index.html index 10b53ab11af..8e6524655a2 100644 --- a/docs/0.12.2/user_guide/workloads/run_flink/index.html +++ b/docs/0.12.2/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/workloads/run_spark/index.html b/docs/0.12.2/user_guide/workloads/run_spark/index.html index 69df2a19b9d..d0a048d942d 100644 --- a/docs/0.12.2/user_guide/workloads/run_spark/index.html +++ b/docs/0.12.2/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.12.2/user_guide/workloads/run_tf/index.html b/docs/0.12.2/user_guide/workloads/run_tf/index.html index d208cfb73f0..21a6e07ee89 100644 --- a/docs/0.12.2/user_guide/workloads/run_tf/index.html +++ b/docs/0.12.2/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/community/coding_guidelines/index.html b/docs/0.8.0/community/coding_guidelines/index.html index d7c433ba32f..d8e3b2538b1 100644 --- a/docs/0.8.0/community/coding_guidelines/index.html +++ b/docs/0.8.0/community/coding_guidelines/index.html @@ -4,7 +4,7 @@ Coding Guidelines | Apache YuniKorn - + @@ -41,7 +41,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/community/community_sync_up/index.html b/docs/0.8.0/community/community_sync_up/index.html index fd7d6446134..d220bf03694 100644 --- a/docs/0.8.0/community/community_sync_up/index.html +++ b/docs/0.8.0/community/community_sync_up/index.html @@ -4,7 +4,7 @@ Community Sync Up | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/community/how_to_contribute/index.html b/docs/0.8.0/community/how_to_contribute/index.html index ca39ddc603b..7672ddf7c58 100644 --- a/docs/0.8.0/community/how_to_contribute/index.html +++ b/docs/0.8.0/community/how_to_contribute/index.html @@ -4,7 +4,7 @@ How To Contribute | Apache YuniKorn - + @@ -51,7 +51,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/community/reporting_issues/index.html b/docs/0.8.0/community/reporting_issues/index.html index 73d7dd91645..ed48b6927ab 100644 --- a/docs/0.8.0/community/reporting_issues/index.html +++ b/docs/0.8.0/community/reporting_issues/index.html @@ -4,7 +4,7 @@ Reporting Issues | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/configuration/acls/index.html b/docs/0.8.0/configuration/acls/index.html index a42694ae069..4f3a1a919b4 100644 --- a/docs/0.8.0/configuration/acls/index.html +++ b/docs/0.8.0/configuration/acls/index.html @@ -4,7 +4,7 @@ Acls | Apache YuniKorn - + @@ -41,7 +41,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/configuration/placement_rules/index.html b/docs/0.8.0/configuration/placement_rules/index.html index dba2b0b679b..f0e6c42d2ee 100644 --- a/docs/0.8.0/configuration/placement_rules/index.html +++ b/docs/0.8.0/configuration/placement_rules/index.html @@ -4,7 +4,7 @@ Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/configuration/queue_config/index.html b/docs/0.8.0/configuration/queue_config/index.html index a6a89998c35..90e4bef33fd 100644 --- a/docs/0.8.0/configuration/queue_config/index.html +++ b/docs/0.8.0/configuration/queue_config/index.html @@ -4,7 +4,7 @@ Queue Config | Apache YuniKorn - + @@ -82,7 +82,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/design/cross_queue_preemption/index.html b/docs/0.8.0/design/cross_queue_preemption/index.html index 2cdf8f28f61..d3199bf65bd 100644 --- a/docs/0.8.0/design/cross_queue_preemption/index.html +++ b/docs/0.8.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/design/index.html b/docs/0.8.0/design/index.html index 9062423fe11..e468e2dc0b9 100644 --- a/docs/0.8.0/design/index.html +++ b/docs/0.8.0/design/index.html @@ -4,7 +4,7 @@ Design | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/design/namespace_resource_quota/index.html b/docs/0.8.0/design/namespace_resource_quota/index.html index 6cd66cacbb7..9536d87f76d 100644 --- a/docs/0.8.0/design/namespace_resource_quota/index.html +++ b/docs/0.8.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/design/pluggable_app_management/index.html b/docs/0.8.0/design/pluggable_app_management/index.html index 12f386f8aee..c771e3c6868 100644 --- a/docs/0.8.0/design/pluggable_app_management/index.html +++ b/docs/0.8.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/design/resilience/index.html b/docs/0.8.0/design/resilience/index.html index d173c435e59..d0ac8d73b1d 100644 --- a/docs/0.8.0/design/resilience/index.html +++ b/docs/0.8.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/design/scheduler_configuration/index.html b/docs/0.8.0/design/scheduler_configuration/index.html index de35504adef..3be831c5fc5 100644 --- a/docs/0.8.0/design/scheduler_configuration/index.html +++ b/docs/0.8.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -28,7 +28,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/get_started/developer_guide/index.html b/docs/0.8.0/get_started/developer_guide/index.html index 014b2670c0a..7217042a63c 100644 --- a/docs/0.8.0/get_started/developer_guide/index.html +++ b/docs/0.8.0/get_started/developer_guide/index.html @@ -4,7 +4,7 @@ Developer Guide | Apache YuniKorn - + @@ -38,7 +38,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/index.html b/docs/0.8.0/index.html index 5cdeefe1151..ed2f6bf3e54 100644 --- a/docs/0.8.0/index.html +++ b/docs/0.8.0/index.html @@ -4,7 +4,7 @@ User Guide | Apache YuniKorn - + @@ -35,7 +35,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html index 711703bb6d5..b2aa07fbe60 100644 --- a/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.8.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Perf With Kubemark | Apache YuniKorn - + @@ -37,7 +37,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/performance/metrics/index.html b/docs/0.8.0/performance/metrics/index.html index 7a6e0ecb928..68556bcd110 100644 --- a/docs/0.8.0/performance/metrics/index.html +++ b/docs/0.8.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/performance/profiling/index.html b/docs/0.8.0/performance/profiling/index.html index 85526e8f591..865dff891c5 100644 --- a/docs/0.8.0/performance/profiling/index.html +++ b/docs/0.8.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/setup/build_local/index.html b/docs/0.8.0/setup/build_local/index.html index 23a405cb69c..6cb3281d435 100644 --- a/docs/0.8.0/setup/build_local/index.html +++ b/docs/0.8.0/setup/build_local/index.html @@ -4,7 +4,7 @@ Build Local | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/setup/configure_scheduler/index.html b/docs/0.8.0/setup/configure_scheduler/index.html index 7498c657303..55968919c6a 100644 --- a/docs/0.8.0/setup/configure_scheduler/index.html +++ b/docs/0.8.0/setup/configure_scheduler/index.html @@ -4,7 +4,7 @@ Configure Scheduler | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/setup/deployment/index.html b/docs/0.8.0/setup/deployment/index.html index 32d099a0824..ff1c2f16cb8 100644 --- a/docs/0.8.0/setup/deployment/index.html +++ b/docs/0.8.0/setup/deployment/index.html @@ -4,7 +4,7 @@ Deployment Guide | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.8.0/setup/env_setup/index.html b/docs/0.8.0/setup/env_setup/index.html index 3b9164a6cf5..8d90703d85a 100644 --- a/docs/0.8.0/setup/env_setup/index.html +++ b/docs/0.8.0/setup/env_setup/index.html @@ -4,7 +4,7 @@ Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/api/cluster/index.html b/docs/0.9.0/api/cluster/index.html index d0967ce9756..848d61649fb 100644 --- a/docs/0.9.0/api/cluster/index.html +++ b/docs/0.9.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/api/scheduler/index.html b/docs/0.9.0/api/scheduler/index.html index f2a98dac8fc..bf7169f3349 100644 --- a/docs/0.9.0/api/scheduler/index.html +++ b/docs/0.9.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/api/system/index.html b/docs/0.9.0/api/system/index.html index a37763fe1f1..30abcf3d2ab 100644 --- a/docs/0.9.0/api/system/index.html +++ b/docs/0.9.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/architecture/index.html b/docs/0.9.0/design/architecture/index.html index 56ffbd3e78d..577a9504dce 100644 --- a/docs/0.9.0/design/architecture/index.html +++ b/docs/0.9.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/cross_queue_preemption/index.html b/docs/0.9.0/design/cross_queue_preemption/index.html index 2e52ca8d0a7..17d29236ca3 100644 --- a/docs/0.9.0/design/cross_queue_preemption/index.html +++ b/docs/0.9.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/k8shim/index.html b/docs/0.9.0/design/k8shim/index.html index 3a37d3c88a3..a3433f83c65 100644 --- a/docs/0.9.0/design/k8shim/index.html +++ b/docs/0.9.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/namespace_resource_quota/index.html b/docs/0.9.0/design/namespace_resource_quota/index.html index 30075f93fc2..a6bdeeb27a8 100644 --- a/docs/0.9.0/design/namespace_resource_quota/index.html +++ b/docs/0.9.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/pluggable_app_management/index.html b/docs/0.9.0/design/pluggable_app_management/index.html index 6e1fc092b74..dac1ce68848 100644 --- a/docs/0.9.0/design/pluggable_app_management/index.html +++ b/docs/0.9.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/predicates/index.html b/docs/0.9.0/design/predicates/index.html index 402b52b55b5..e907fa82614 100644 --- a/docs/0.9.0/design/predicates/index.html +++ b/docs/0.9.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/resilience/index.html b/docs/0.9.0/design/resilience/index.html index 5bf22b866a8..12c03afd01f 100644 --- a/docs/0.9.0/design/resilience/index.html +++ b/docs/0.9.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/scheduler_configuration/index.html b/docs/0.9.0/design/scheduler_configuration/index.html index e385f09348f..507b0ac716e 100644 --- a/docs/0.9.0/design/scheduler_configuration/index.html +++ b/docs/0.9.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -28,7 +28,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/scheduler_core_design/index.html b/docs/0.9.0/design/scheduler_core_design/index.html index 6b97b1d6120..b9aec77f5b9 100644 --- a/docs/0.9.0/design/scheduler_core_design/index.html +++ b/docs/0.9.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/scheduler_object_states/index.html b/docs/0.9.0/design/scheduler_object_states/index.html index 1d045b5a36c..b29ec5b75a1 100644 --- a/docs/0.9.0/design/scheduler_object_states/index.html +++ b/docs/0.9.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -51,7 +51,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/design/state_aware_scheduling/index.html b/docs/0.9.0/design/state_aware_scheduling/index.html index e2e13665f87..f3e3ba50510 100644 --- a/docs/0.9.0/design/state_aware_scheduling/index.html +++ b/docs/0.9.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/developer_guide/build/index.html b/docs/0.9.0/developer_guide/build/index.html index 7a0e89b50f2..09366659d9e 100644 --- a/docs/0.9.0/developer_guide/build/index.html +++ b/docs/0.9.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/developer_guide/deployment/index.html b/docs/0.9.0/developer_guide/deployment/index.html index a736004eacd..eb175b69ed0 100644 --- a/docs/0.9.0/developer_guide/deployment/index.html +++ b/docs/0.9.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/developer_guide/env_setup/index.html b/docs/0.9.0/developer_guide/env_setup/index.html index 230bc971fe3..d4b46f42deb 100644 --- a/docs/0.9.0/developer_guide/env_setup/index.html +++ b/docs/0.9.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/get_started/core_features/index.html b/docs/0.9.0/get_started/core_features/index.html index 0ce28c26c40..a9cba443348 100644 --- a/docs/0.9.0/get_started/core_features/index.html +++ b/docs/0.9.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/index.html b/docs/0.9.0/index.html index 517f2af3514..8dfcd668d6f 100644 --- a/docs/0.9.0/index.html +++ b/docs/0.9.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html index 7bad4331c75..a42f5206b22 100644 --- a/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/0.9.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn function & performance with Kubemark | Apache YuniKorn - + @@ -37,7 +37,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/performance/metrics/index.html b/docs/0.9.0/performance/metrics/index.html index db1e3481ec1..3901b4a876e 100644 --- a/docs/0.9.0/performance/metrics/index.html +++ b/docs/0.9.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/performance/profiling/index.html b/docs/0.9.0/performance/profiling/index.html index 8ad48bfde95..647b499efa5 100644 --- a/docs/0.9.0/performance/profiling/index.html +++ b/docs/0.9.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/acls/index.html b/docs/0.9.0/user_guide/acls/index.html index 0d5938269d5..c114d281734 100644 --- a/docs/0.9.0/user_guide/acls/index.html +++ b/docs/0.9.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/placement_rules/index.html b/docs/0.9.0/user_guide/placement_rules/index.html index c4392b42f2c..1686a1e5059 100644 --- a/docs/0.9.0/user_guide/placement_rules/index.html +++ b/docs/0.9.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/queue_config/index.html b/docs/0.9.0/user_guide/queue_config/index.html index a0c7e2befaa..ffb7a7ae2f5 100644 --- a/docs/0.9.0/user_guide/queue_config/index.html +++ b/docs/0.9.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -88,7 +88,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/resource_quota_management/index.html b/docs/0.9.0/user_guide/resource_quota_management/index.html index 42f8b066790..ac7471f0748 100644 --- a/docs/0.9.0/user_guide/resource_quota_management/index.html +++ b/docs/0.9.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/sorting_policies/index.html b/docs/0.9.0/user_guide/sorting_policies/index.html index 3fbf2f07abb..38d8d62c00b 100644 --- a/docs/0.9.0/user_guide/sorting_policies/index.html +++ b/docs/0.9.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -66,7 +66,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/trouble_shooting/index.html b/docs/0.9.0/user_guide/trouble_shooting/index.html index f604055fc93..bf097fc0790 100644 --- a/docs/0.9.0/user_guide/trouble_shooting/index.html +++ b/docs/0.9.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -32,7 +32,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/workloads/run_flink/index.html b/docs/0.9.0/user_guide/workloads/run_flink/index.html index af3a0c3b375..89c96cce05e 100644 --- a/docs/0.9.0/user_guide/workloads/run_flink/index.html +++ b/docs/0.9.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/workloads/run_spark/index.html b/docs/0.9.0/user_guide/workloads/run_spark/index.html index 04c8d78bc42..2a652d90356 100644 --- a/docs/0.9.0/user_guide/workloads/run_spark/index.html +++ b/docs/0.9.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/0.9.0/user_guide/workloads/run_tf/index.html b/docs/0.9.0/user_guide/workloads/run_tf/index.html index bf94f6fccc3..ba95d8016c6 100644 --- a/docs/0.9.0/user_guide/workloads/run_tf/index.html +++ b/docs/0.9.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run Tensorflow Jobs | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/api/cluster/index.html b/docs/1.0.0/api/cluster/index.html index aac6b124401..5d09de58eae 100644 --- a/docs/1.0.0/api/cluster/index.html +++ b/docs/1.0.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/api/scheduler/index.html b/docs/1.0.0/api/scheduler/index.html index e80d2af4368..17348872a55 100644 --- a/docs/1.0.0/api/scheduler/index.html +++ b/docs/1.0.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/api/system/index.html b/docs/1.0.0/api/system/index.html index 86e62c26b23..b4fdcff8984 100644 --- a/docs/1.0.0/api/system/index.html +++ b/docs/1.0.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/architecture/index.html b/docs/1.0.0/design/architecture/index.html index 3c896675b3f..2c56ac2fb1d 100644 --- a/docs/1.0.0/design/architecture/index.html +++ b/docs/1.0.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/cache_removal/index.html b/docs/1.0.0/design/cache_removal/index.html index 807f524e4f9..1a7822cf29f 100644 --- a/docs/1.0.0/design/cache_removal/index.html +++ b/docs/1.0.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -110,7 +110,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/cross_queue_preemption/index.html b/docs/1.0.0/design/cross_queue_preemption/index.html index f3038103299..0bb371684e1 100644 --- a/docs/1.0.0/design/cross_queue_preemption/index.html +++ b/docs/1.0.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/gang_scheduling/index.html b/docs/1.0.0/design/gang_scheduling/index.html index ce505b28fa0..fecc6ece5ed 100644 --- a/docs/1.0.0/design/gang_scheduling/index.html +++ b/docs/1.0.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/interface_message_simplication/index.html b/docs/1.0.0/design/interface_message_simplication/index.html index 0dd1f9534e9..f08bc299289 100644 --- a/docs/1.0.0/design/interface_message_simplication/index.html +++ b/docs/1.0.0/design/interface_message_simplication/index.html @@ -4,7 +4,7 @@ Simplyfing Interface Messages | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/k8shim/index.html b/docs/1.0.0/design/k8shim/index.html index 1df13b14bab..eb94f72d13d 100644 --- a/docs/1.0.0/design/k8shim/index.html +++ b/docs/1.0.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/namespace_resource_quota/index.html b/docs/1.0.0/design/namespace_resource_quota/index.html index cd657f49df8..3d9e7e699d3 100644 --- a/docs/1.0.0/design/namespace_resource_quota/index.html +++ b/docs/1.0.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/pluggable_app_management/index.html b/docs/1.0.0/design/pluggable_app_management/index.html index 59708ca8331..69a7755bb1c 100644 --- a/docs/1.0.0/design/pluggable_app_management/index.html +++ b/docs/1.0.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/predicates/index.html b/docs/1.0.0/design/predicates/index.html index 0e812e6c324..23c2d5be045 100644 --- a/docs/1.0.0/design/predicates/index.html +++ b/docs/1.0.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/resilience/index.html b/docs/1.0.0/design/resilience/index.html index 6b62b716545..a27235aa542 100644 --- a/docs/1.0.0/design/resilience/index.html +++ b/docs/1.0.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/scheduler_configuration/index.html b/docs/1.0.0/design/scheduler_configuration/index.html index c85d292eeac..0ebe79a2d8e 100644 --- a/docs/1.0.0/design/scheduler_configuration/index.html +++ b/docs/1.0.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/scheduler_core_design/index.html b/docs/1.0.0/design/scheduler_core_design/index.html index 900c3f659d6..0b1213f7c54 100644 --- a/docs/1.0.0/design/scheduler_core_design/index.html +++ b/docs/1.0.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/scheduler_object_states/index.html b/docs/1.0.0/design/scheduler_object_states/index.html index 15547a1e68c..00e584e1e99 100644 --- a/docs/1.0.0/design/scheduler_object_states/index.html +++ b/docs/1.0.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/scheduler_plugin/index.html b/docs/1.0.0/design/scheduler_plugin/index.html index ff965e769fa..a8027ceb68a 100644 --- a/docs/1.0.0/design/scheduler_plugin/index.html +++ b/docs/1.0.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/design/state_aware_scheduling/index.html b/docs/1.0.0/design/state_aware_scheduling/index.html index 076c8e7684c..dde918670ef 100644 --- a/docs/1.0.0/design/state_aware_scheduling/index.html +++ b/docs/1.0.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/developer_guide/build/index.html b/docs/1.0.0/developer_guide/build/index.html index cf4d4fbd593..bdabc214812 100644 --- a/docs/1.0.0/developer_guide/build/index.html +++ b/docs/1.0.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -43,7 +43,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/developer_guide/dependencies/index.html b/docs/1.0.0/developer_guide/dependencies/index.html index 0e6fe3a97c1..c87cf834dcf 100644 --- a/docs/1.0.0/developer_guide/dependencies/index.html +++ b/docs/1.0.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/developer_guide/deployment/index.html b/docs/1.0.0/developer_guide/deployment/index.html index e228fabc2a1..ba132651e97 100644 --- a/docs/1.0.0/developer_guide/deployment/index.html +++ b/docs/1.0.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/developer_guide/env_setup/index.html b/docs/1.0.0/developer_guide/env_setup/index.html index db800de7fe7..a52a004073c 100644 --- a/docs/1.0.0/developer_guide/env_setup/index.html +++ b/docs/1.0.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/developer_guide/openshift_development/index.html b/docs/1.0.0/developer_guide/openshift_development/index.html index 9a0aaf7de5f..533784b2ae1 100644 --- a/docs/1.0.0/developer_guide/openshift_development/index.html +++ b/docs/1.0.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/get_started/core_features/index.html b/docs/1.0.0/get_started/core_features/index.html index 338bc1165a7..7c5ffd232de 100644 --- a/docs/1.0.0/get_started/core_features/index.html +++ b/docs/1.0.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/index.html b/docs/1.0.0/index.html index 0fd89f27fb5..6e932742617 100644 --- a/docs/1.0.0/index.html +++ b/docs/1.0.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html index 994025b0855..92a821c0f5c 100644 --- a/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.0.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/performance/metrics/index.html b/docs/1.0.0/performance/metrics/index.html index 4bb8b6b1913..28d44fc8f23 100644 --- a/docs/1.0.0/performance/metrics/index.html +++ b/docs/1.0.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/performance/performance_tutorial/index.html b/docs/1.0.0/performance/performance_tutorial/index.html index bf98baf3709..3a04222b2b0 100644 --- a/docs/1.0.0/performance/performance_tutorial/index.html +++ b/docs/1.0.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/performance/profiling/index.html b/docs/1.0.0/performance/profiling/index.html index 51efc419750..32a9c02ecb3 100644 --- a/docs/1.0.0/performance/profiling/index.html +++ b/docs/1.0.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/acls/index.html b/docs/1.0.0/user_guide/acls/index.html index 0b549f5621b..0fd8c006f53 100644 --- a/docs/1.0.0/user_guide/acls/index.html +++ b/docs/1.0.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/deployment_modes/index.html b/docs/1.0.0/user_guide/deployment_modes/index.html index dcfba8f7dfc..59f09720c1b 100644 --- a/docs/1.0.0/user_guide/deployment_modes/index.html +++ b/docs/1.0.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/gang_scheduling/index.html b/docs/1.0.0/user_guide/gang_scheduling/index.html index f170a4ebdd1..37169043b4a 100644 --- a/docs/1.0.0/user_guide/gang_scheduling/index.html +++ b/docs/1.0.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html index 3af74c9845d..3ae80307d5b 100644 --- a/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.0.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/placement_rules/index.html b/docs/1.0.0/user_guide/placement_rules/index.html index a0c12cebe58..1b2e43cd545 100644 --- a/docs/1.0.0/user_guide/placement_rules/index.html +++ b/docs/1.0.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/queue_config/index.html b/docs/1.0.0/user_guide/queue_config/index.html index 2f7f4c3071c..960f2fb74fc 100644 --- a/docs/1.0.0/user_guide/queue_config/index.html +++ b/docs/1.0.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -93,7 +93,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/resource_quota_management/index.html b/docs/1.0.0/user_guide/resource_quota_management/index.html index dd5095fcbf3..f14219b2d5a 100644 --- a/docs/1.0.0/user_guide/resource_quota_management/index.html +++ b/docs/1.0.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/sorting_policies/index.html b/docs/1.0.0/user_guide/sorting_policies/index.html index 912e9ac9675..6408de285e0 100644 --- a/docs/1.0.0/user_guide/sorting_policies/index.html +++ b/docs/1.0.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -75,7 +75,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/trouble_shooting/index.html b/docs/1.0.0/user_guide/trouble_shooting/index.html index 275f31b69fb..3922573c399 100644 --- a/docs/1.0.0/user_guide/trouble_shooting/index.html +++ b/docs/1.0.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/usergroup_resolution/index.html b/docs/1.0.0/user_guide/usergroup_resolution/index.html index 032de3ca64f..9b40197f47f 100644 --- a/docs/1.0.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.0.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/workloads/run_flink/index.html b/docs/1.0.0/user_guide/workloads/run_flink/index.html index 47220262aef..7b542daabe1 100644 --- a/docs/1.0.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.0.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/workloads/run_spark/index.html b/docs/1.0.0/user_guide/workloads/run_spark/index.html index cef61b81736..01ea6350f2d 100644 --- a/docs/1.0.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.0.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.0.0/user_guide/workloads/run_tf/index.html b/docs/1.0.0/user_guide/workloads/run_tf/index.html index 9cb8dd40cc2..bbf380e4be6 100644 --- a/docs/1.0.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.0.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/api/cluster/index.html b/docs/1.1.0/api/cluster/index.html index 1ed7f942eca..b6727bafe3f 100644 --- a/docs/1.1.0/api/cluster/index.html +++ b/docs/1.1.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/api/scheduler/index.html b/docs/1.1.0/api/scheduler/index.html index 755b037bf06..451391fb170 100644 --- a/docs/1.1.0/api/scheduler/index.html +++ b/docs/1.1.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/api/system/index.html b/docs/1.1.0/api/system/index.html index 2a9297c75b9..136157d9f72 100644 --- a/docs/1.1.0/api/system/index.html +++ b/docs/1.1.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/architecture/index.html b/docs/1.1.0/design/architecture/index.html index d1f2fdc0986..48da0d51352 100644 --- a/docs/1.1.0/design/architecture/index.html +++ b/docs/1.1.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/cache_removal/index.html b/docs/1.1.0/design/cache_removal/index.html index a4c19cf5948..fde8b0a9067 100644 --- a/docs/1.1.0/design/cache_removal/index.html +++ b/docs/1.1.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -111,7 +111,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/cross_queue_preemption/index.html b/docs/1.1.0/design/cross_queue_preemption/index.html index 4fe598f0624..f73f82857b1 100644 --- a/docs/1.1.0/design/cross_queue_preemption/index.html +++ b/docs/1.1.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/gang_scheduling/index.html b/docs/1.1.0/design/gang_scheduling/index.html index e59e1fb8420..729d796dded 100644 --- a/docs/1.1.0/design/gang_scheduling/index.html +++ b/docs/1.1.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/generic_resource/index.html b/docs/1.1.0/design/generic_resource/index.html index 21ac360c58a..fb841e81f92 100644 --- a/docs/1.1.0/design/generic_resource/index.html +++ b/docs/1.1.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/interface_message_simplification/index.html b/docs/1.1.0/design/interface_message_simplification/index.html index 043f90ff3dc..b5b21c57443 100644 --- a/docs/1.1.0/design/interface_message_simplification/index.html +++ b/docs/1.1.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/k8shim/index.html b/docs/1.1.0/design/k8shim/index.html index fbae13d69e2..a3da115e530 100644 --- a/docs/1.1.0/design/k8shim/index.html +++ b/docs/1.1.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/namespace_resource_quota/index.html b/docs/1.1.0/design/namespace_resource_quota/index.html index bc949ac8ea9..fd0313f010c 100644 --- a/docs/1.1.0/design/namespace_resource_quota/index.html +++ b/docs/1.1.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/pluggable_app_management/index.html b/docs/1.1.0/design/pluggable_app_management/index.html index 4537af6d4fc..0fd82153d21 100644 --- a/docs/1.1.0/design/pluggable_app_management/index.html +++ b/docs/1.1.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/predicates/index.html b/docs/1.1.0/design/predicates/index.html index ef12d172a17..ac39b7fdc2f 100644 --- a/docs/1.1.0/design/predicates/index.html +++ b/docs/1.1.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/resilience/index.html b/docs/1.1.0/design/resilience/index.html index d879641418b..b2a000183bb 100644 --- a/docs/1.1.0/design/resilience/index.html +++ b/docs/1.1.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/scheduler_configuration/index.html b/docs/1.1.0/design/scheduler_configuration/index.html index 5b469e0cd8f..90d560c05ab 100644 --- a/docs/1.1.0/design/scheduler_configuration/index.html +++ b/docs/1.1.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/scheduler_core_design/index.html b/docs/1.1.0/design/scheduler_core_design/index.html index d5f29b74d5d..5caca89e9cf 100644 --- a/docs/1.1.0/design/scheduler_core_design/index.html +++ b/docs/1.1.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/scheduler_object_states/index.html b/docs/1.1.0/design/scheduler_object_states/index.html index 45e51820b20..0eea5908406 100644 --- a/docs/1.1.0/design/scheduler_object_states/index.html +++ b/docs/1.1.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/scheduler_plugin/index.html b/docs/1.1.0/design/scheduler_plugin/index.html index c2f1925fab6..f3f6fcc1a04 100644 --- a/docs/1.1.0/design/scheduler_plugin/index.html +++ b/docs/1.1.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/simple_preemptor/index.html b/docs/1.1.0/design/simple_preemptor/index.html index 5f7b5c72f5a..93455a2d2a7 100644 --- a/docs/1.1.0/design/simple_preemptor/index.html +++ b/docs/1.1.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/design/state_aware_scheduling/index.html b/docs/1.1.0/design/state_aware_scheduling/index.html index 2f6dd8edc88..0850383080d 100644 --- a/docs/1.1.0/design/state_aware_scheduling/index.html +++ b/docs/1.1.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/developer_guide/build/index.html b/docs/1.1.0/developer_guide/build/index.html index f0dd78cacde..5ffedb713d0 100644 --- a/docs/1.1.0/developer_guide/build/index.html +++ b/docs/1.1.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -43,7 +43,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/developer_guide/dependencies/index.html b/docs/1.1.0/developer_guide/dependencies/index.html index 15f64dd9c39..7a663d2cc87 100644 --- a/docs/1.1.0/developer_guide/dependencies/index.html +++ b/docs/1.1.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/developer_guide/deployment/index.html b/docs/1.1.0/developer_guide/deployment/index.html index e8ca6c558fe..6e64ced14a6 100644 --- a/docs/1.1.0/developer_guide/deployment/index.html +++ b/docs/1.1.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/developer_guide/env_setup/index.html b/docs/1.1.0/developer_guide/env_setup/index.html index 9ffc18a03e7..4ad75245b59 100644 --- a/docs/1.1.0/developer_guide/env_setup/index.html +++ b/docs/1.1.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/developer_guide/openshift_development/index.html b/docs/1.1.0/developer_guide/openshift_development/index.html index e908710f9e2..89cd8070ade 100644 --- a/docs/1.1.0/developer_guide/openshift_development/index.html +++ b/docs/1.1.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/get_started/core_features/index.html b/docs/1.1.0/get_started/core_features/index.html index b554db1ff7b..4f74dcdaf85 100644 --- a/docs/1.1.0/get_started/core_features/index.html +++ b/docs/1.1.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -40,7 +40,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/index.html b/docs/1.1.0/index.html index 0acc17b9bb2..5fac3f53295 100644 --- a/docs/1.1.0/index.html +++ b/docs/1.1.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html index e49d70b16d7..a9615da7e56 100644 --- a/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.1.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/performance/metrics/index.html b/docs/1.1.0/performance/metrics/index.html index 8c82c1e158e..41510f08bab 100644 --- a/docs/1.1.0/performance/metrics/index.html +++ b/docs/1.1.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/performance/performance_tutorial/index.html b/docs/1.1.0/performance/performance_tutorial/index.html index 008f07871bc..520ac731b9b 100644 --- a/docs/1.1.0/performance/performance_tutorial/index.html +++ b/docs/1.1.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/performance/profiling/index.html b/docs/1.1.0/performance/profiling/index.html index 64f4aeeb826..d56993b9ef2 100644 --- a/docs/1.1.0/performance/profiling/index.html +++ b/docs/1.1.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/acls/index.html b/docs/1.1.0/user_guide/acls/index.html index 781646a29f2..1813127b30c 100644 --- a/docs/1.1.0/user_guide/acls/index.html +++ b/docs/1.1.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/deployment_modes/index.html b/docs/1.1.0/user_guide/deployment_modes/index.html index d55b5fec257..3d18bf947c2 100644 --- a/docs/1.1.0/user_guide/deployment_modes/index.html +++ b/docs/1.1.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/gang_scheduling/index.html b/docs/1.1.0/user_guide/gang_scheduling/index.html index 281d4d30baf..3fbf549d60c 100644 --- a/docs/1.1.0/user_guide/gang_scheduling/index.html +++ b/docs/1.1.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html index d3d73a477f1..5e149ad730a 100644 --- a/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.1.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/placement_rules/index.html b/docs/1.1.0/user_guide/placement_rules/index.html index 157780ad28d..54e70cf5069 100644 --- a/docs/1.1.0/user_guide/placement_rules/index.html +++ b/docs/1.1.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/queue_config/index.html b/docs/1.1.0/user_guide/queue_config/index.html index d779f5c3f1a..fa373e83e0a 100644 --- a/docs/1.1.0/user_guide/queue_config/index.html +++ b/docs/1.1.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -93,7 +93,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/resource_quota_management/index.html b/docs/1.1.0/user_guide/resource_quota_management/index.html index 5c7c1832d08..a633813ef7c 100644 --- a/docs/1.1.0/user_guide/resource_quota_management/index.html +++ b/docs/1.1.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/sorting_policies/index.html b/docs/1.1.0/user_guide/sorting_policies/index.html index 16ab1459e7e..d599f6efa33 100644 --- a/docs/1.1.0/user_guide/sorting_policies/index.html +++ b/docs/1.1.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -75,7 +75,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/trouble_shooting/index.html b/docs/1.1.0/user_guide/trouble_shooting/index.html index e4b076cfa96..37c4e74e4f6 100644 --- a/docs/1.1.0/user_guide/trouble_shooting/index.html +++ b/docs/1.1.0/user_guide/trouble_shooting/index.html @@ -4,7 +4,7 @@ Trouble Shooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/usergroup_resolution/index.html b/docs/1.1.0/user_guide/usergroup_resolution/index.html index e3be9914eb5..af42edcf8ed 100644 --- a/docs/1.1.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.1.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/workloads/run_flink/index.html b/docs/1.1.0/user_guide/workloads/run_flink/index.html index d38acf8b428..3eb3f20831c 100644 --- a/docs/1.1.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.1.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/workloads/run_spark/index.html b/docs/1.1.0/user_guide/workloads/run_spark/index.html index b9b225e76a6..82305cab3c8 100644 --- a/docs/1.1.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.1.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/workloads/run_tf/index.html b/docs/1.1.0/user_guide/workloads/run_tf/index.html index cf8c9640d19..7902e16fd3c 100644 --- a/docs/1.1.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.1.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.1.0/user_guide/workloads/workload_overview/index.html b/docs/1.1.0/user_guide/workloads/workload_overview/index.html index 3034d11b58e..b24911b24c4 100644 --- a/docs/1.1.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.1.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/api/cluster/index.html b/docs/1.2.0/api/cluster/index.html index fe73ad8d0ab..53124e28d6e 100644 --- a/docs/1.2.0/api/cluster/index.html +++ b/docs/1.2.0/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/api/scheduler/index.html b/docs/1.2.0/api/scheduler/index.html index 8d01777f66d..d9e0ab014f4 100644 --- a/docs/1.2.0/api/scheduler/index.html +++ b/docs/1.2.0/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/api/system/index.html b/docs/1.2.0/api/system/index.html index 0d1c73d2111..7211b58a1fb 100644 --- a/docs/1.2.0/api/system/index.html +++ b/docs/1.2.0/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/archived_design/cross_queue_preemption/index.html b/docs/1.2.0/archived_design/cross_queue_preemption/index.html index e51542c2d9d..c8dba5685be 100644 --- a/docs/1.2.0/archived_design/cross_queue_preemption/index.html +++ b/docs/1.2.0/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/archived_design/k8shim/index.html b/docs/1.2.0/archived_design/k8shim/index.html index 5733c159f1d..b740e1da8c5 100644 --- a/docs/1.2.0/archived_design/k8shim/index.html +++ b/docs/1.2.0/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/archived_design/namespace_resource_quota/index.html b/docs/1.2.0/archived_design/namespace_resource_quota/index.html index 2c03e81c1d8..1463c3e668d 100644 --- a/docs/1.2.0/archived_design/namespace_resource_quota/index.html +++ b/docs/1.2.0/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/archived_design/predicates/index.html b/docs/1.2.0/archived_design/predicates/index.html index 7e632e41c93..42038a8d10d 100644 --- a/docs/1.2.0/archived_design/predicates/index.html +++ b/docs/1.2.0/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/archived_design/scheduler_core_design/index.html b/docs/1.2.0/archived_design/scheduler_core_design/index.html index e75b0b8cced..85cfb317419 100644 --- a/docs/1.2.0/archived_design/scheduler_core_design/index.html +++ b/docs/1.2.0/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/architecture/index.html b/docs/1.2.0/design/architecture/index.html index f5842cf9ca3..7f63de14a20 100644 --- a/docs/1.2.0/design/architecture/index.html +++ b/docs/1.2.0/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/cache_removal/index.html b/docs/1.2.0/design/cache_removal/index.html index bc7156eb713..52c0e015c1e 100644 --- a/docs/1.2.0/design/cache_removal/index.html +++ b/docs/1.2.0/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -113,7 +113,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/config_v2/index.html b/docs/1.2.0/design/config_v2/index.html index f3c7d8907c1..356de34cffe 100644 --- a/docs/1.2.0/design/config_v2/index.html +++ b/docs/1.2.0/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + @@ -63,7 +63,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/cross_queue_preemption/index.html b/docs/1.2.0/design/cross_queue_preemption/index.html index 83ffcf4df36..83bd90d32c3 100644 --- a/docs/1.2.0/design/cross_queue_preemption/index.html +++ b/docs/1.2.0/design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/gang_scheduling/index.html b/docs/1.2.0/design/gang_scheduling/index.html index d0f65fe4ad6..9cb48d8379c 100644 --- a/docs/1.2.0/design/gang_scheduling/index.html +++ b/docs/1.2.0/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/generic_resource/index.html b/docs/1.2.0/design/generic_resource/index.html index cc063011df9..0b7b4f46629 100644 --- a/docs/1.2.0/design/generic_resource/index.html +++ b/docs/1.2.0/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/interface_message_simplification/index.html b/docs/1.2.0/design/interface_message_simplification/index.html index c6e3414d260..9a94b51c7f7 100644 --- a/docs/1.2.0/design/interface_message_simplification/index.html +++ b/docs/1.2.0/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/k8shim/index.html b/docs/1.2.0/design/k8shim/index.html index 9e7598f1306..065e24936a7 100644 --- a/docs/1.2.0/design/k8shim/index.html +++ b/docs/1.2.0/design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/namespace_resource_quota/index.html b/docs/1.2.0/design/namespace_resource_quota/index.html index 4cde8e639b3..7c4b947dac6 100644 --- a/docs/1.2.0/design/namespace_resource_quota/index.html +++ b/docs/1.2.0/design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/pluggable_app_management/index.html b/docs/1.2.0/design/pluggable_app_management/index.html index ba39ce45a4c..5097d04d439 100644 --- a/docs/1.2.0/design/pluggable_app_management/index.html +++ b/docs/1.2.0/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/predicates/index.html b/docs/1.2.0/design/predicates/index.html index 16f7e8299a1..3352beb0ea9 100644 --- a/docs/1.2.0/design/predicates/index.html +++ b/docs/1.2.0/design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/priority_scheduling/index.html b/docs/1.2.0/design/priority_scheduling/index.html index c581a64d2c1..a041e427810 100644 --- a/docs/1.2.0/design/priority_scheduling/index.html +++ b/docs/1.2.0/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + @@ -209,7 +209,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/resilience/index.html b/docs/1.2.0/design/resilience/index.html index ca00e5b77b6..9c9052b737f 100644 --- a/docs/1.2.0/design/resilience/index.html +++ b/docs/1.2.0/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/scheduler_configuration/index.html b/docs/1.2.0/design/scheduler_configuration/index.html index 21a26e76a4b..94903f20bb4 100644 --- a/docs/1.2.0/design/scheduler_configuration/index.html +++ b/docs/1.2.0/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/scheduler_core_design/index.html b/docs/1.2.0/design/scheduler_core_design/index.html index 936e0f6535c..dcca77ae591 100644 --- a/docs/1.2.0/design/scheduler_core_design/index.html +++ b/docs/1.2.0/design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/scheduler_object_states/index.html b/docs/1.2.0/design/scheduler_object_states/index.html index 6e8d192470e..da44057f071 100644 --- a/docs/1.2.0/design/scheduler_object_states/index.html +++ b/docs/1.2.0/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/scheduler_plugin/index.html b/docs/1.2.0/design/scheduler_plugin/index.html index 3465559b9ec..d53e5bf1890 100644 --- a/docs/1.2.0/design/scheduler_plugin/index.html +++ b/docs/1.2.0/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/simple_preemptor/index.html b/docs/1.2.0/design/simple_preemptor/index.html index c55bea3b843..89bf7f94041 100644 --- a/docs/1.2.0/design/simple_preemptor/index.html +++ b/docs/1.2.0/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/state_aware_scheduling/index.html b/docs/1.2.0/design/state_aware_scheduling/index.html index 06ed5d9ccda..e933107d890 100644 --- a/docs/1.2.0/design/state_aware_scheduling/index.html +++ b/docs/1.2.0/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/user_based_resource_usage_tracking/index.html b/docs/1.2.0/design/user_based_resource_usage_tracking/index.html index 0ada4a2d35f..e9bbe2c1534 100644 --- a/docs/1.2.0/design/user_based_resource_usage_tracking/index.html +++ b/docs/1.2.0/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/design/user_group/index.html b/docs/1.2.0/design/user_group/index.html index 6b7c058f54e..98d59ce44bc 100644 --- a/docs/1.2.0/design/user_group/index.html +++ b/docs/1.2.0/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/developer_guide/build/index.html b/docs/1.2.0/developer_guide/build/index.html index c8df7a7c985..75b28d6464e 100644 --- a/docs/1.2.0/developer_guide/build/index.html +++ b/docs/1.2.0/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -41,7 +41,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/developer_guide/dependencies/index.html b/docs/1.2.0/developer_guide/dependencies/index.html index b561310d4ae..3279e44312a 100644 --- a/docs/1.2.0/developer_guide/dependencies/index.html +++ b/docs/1.2.0/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/developer_guide/deployment/index.html b/docs/1.2.0/developer_guide/deployment/index.html index 315b02deead..cfdefd93331 100644 --- a/docs/1.2.0/developer_guide/deployment/index.html +++ b/docs/1.2.0/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/developer_guide/env_setup/index.html b/docs/1.2.0/developer_guide/env_setup/index.html index 553fa9f4ae8..89174c146c9 100644 --- a/docs/1.2.0/developer_guide/env_setup/index.html +++ b/docs/1.2.0/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -28,7 +28,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/developer_guide/openshift_development/index.html b/docs/1.2.0/developer_guide/openshift_development/index.html index 6e766c6db99..af0fd127257 100644 --- a/docs/1.2.0/developer_guide/openshift_development/index.html +++ b/docs/1.2.0/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/developer_guide/translation/index.html b/docs/1.2.0/developer_guide/translation/index.html index 5ed95d2cee8..8886a2b0134 100644 --- a/docs/1.2.0/developer_guide/translation/index.html +++ b/docs/1.2.0/developer_guide/translation/index.html @@ -4,7 +4,7 @@ Translation | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/get_started/core_features/index.html b/docs/1.2.0/get_started/core_features/index.html index c9948025afa..b31f2619e94 100644 --- a/docs/1.2.0/get_started/core_features/index.html +++ b/docs/1.2.0/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -49,7 +49,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/index.html b/docs/1.2.0/index.html index 2d638d1f7d6..446e0d04d14 100644 --- a/docs/1.2.0/index.html +++ b/docs/1.2.0/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html index be8cff847f3..2a048c8ecc3 100644 --- a/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.2.0/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/performance/metrics/index.html b/docs/1.2.0/performance/metrics/index.html index ab2e52135d4..1501112bff1 100644 --- a/docs/1.2.0/performance/metrics/index.html +++ b/docs/1.2.0/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/performance/performance_tutorial/index.html b/docs/1.2.0/performance/performance_tutorial/index.html index dc50f5cc043..a9e5a287318 100644 --- a/docs/1.2.0/performance/performance_tutorial/index.html +++ b/docs/1.2.0/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/performance/profiling/index.html b/docs/1.2.0/performance/profiling/index.html index 19df289fa9a..7842c7a28ec 100644 --- a/docs/1.2.0/performance/profiling/index.html +++ b/docs/1.2.0/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/acls/index.html b/docs/1.2.0/user_guide/acls/index.html index 5802689a935..96703b0b37a 100644 --- a/docs/1.2.0/user_guide/acls/index.html +++ b/docs/1.2.0/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/deployment_modes/index.html b/docs/1.2.0/user_guide/deployment_modes/index.html index f53e38e03b5..551cbb5f817 100644 --- a/docs/1.2.0/user_guide/deployment_modes/index.html +++ b/docs/1.2.0/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/gang_scheduling/index.html b/docs/1.2.0/user_guide/gang_scheduling/index.html index 8942585c509..323e41dd2fd 100644 --- a/docs/1.2.0/user_guide/gang_scheduling/index.html +++ b/docs/1.2.0/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -57,7 +57,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html index c7acf187205..69edcbb4bfe 100644 --- a/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.2.0/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/placement_rules/index.html b/docs/1.2.0/user_guide/placement_rules/index.html index 9fa29cc6c60..2c61e237c15 100644 --- a/docs/1.2.0/user_guide/placement_rules/index.html +++ b/docs/1.2.0/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -85,7 +85,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/priorities/index.html b/docs/1.2.0/user_guide/priorities/index.html index 51f0bc93d30..f5acce5f798 100644 --- a/docs/1.2.0/user_guide/priorities/index.html +++ b/docs/1.2.0/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + @@ -70,7 +70,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/queue_config/index.html b/docs/1.2.0/user_guide/queue_config/index.html index 8e3624b6217..454a23b75fc 100644 --- a/docs/1.2.0/user_guide/queue_config/index.html +++ b/docs/1.2.0/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -106,7 +106,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/resource_quota_management/index.html b/docs/1.2.0/user_guide/resource_quota_management/index.html index 4d387c9afde..086843def3d 100644 --- a/docs/1.2.0/user_guide/resource_quota_management/index.html +++ b/docs/1.2.0/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -87,7 +87,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/service_config/index.html b/docs/1.2.0/user_guide/service_config/index.html index 59b39a43fb1..f1963489560 100644 --- a/docs/1.2.0/user_guide/service_config/index.html +++ b/docs/1.2.0/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + @@ -84,7 +84,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/sorting_policies/index.html b/docs/1.2.0/user_guide/sorting_policies/index.html index 2d449be9a62..226989b84bd 100644 --- a/docs/1.2.0/user_guide/sorting_policies/index.html +++ b/docs/1.2.0/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -69,7 +69,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/troubleshooting/index.html b/docs/1.2.0/user_guide/troubleshooting/index.html index d9bff10abde..1bbc395e0de 100644 --- a/docs/1.2.0/user_guide/troubleshooting/index.html +++ b/docs/1.2.0/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/usergroup_resolution/index.html b/docs/1.2.0/user_guide/usergroup_resolution/index.html index 343db31cd4d..4626e61bf63 100644 --- a/docs/1.2.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.2.0/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/workloads/run_flink/index.html b/docs/1.2.0/user_guide/workloads/run_flink/index.html index df5503d092a..2aa287c15f2 100644 --- a/docs/1.2.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.2.0/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/workloads/run_mpi/index.html b/docs/1.2.0/user_guide/workloads/run_mpi/index.html index ccc5ce8dbb5..311447a8526 100644 --- a/docs/1.2.0/user_guide/workloads/run_mpi/index.html +++ b/docs/1.2.0/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/workloads/run_nvidia/index.html b/docs/1.2.0/user_guide/workloads/run_nvidia/index.html index b88e94c72e4..e4cb67a8753 100644 --- a/docs/1.2.0/user_guide/workloads/run_nvidia/index.html +++ b/docs/1.2.0/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/workloads/run_spark/index.html b/docs/1.2.0/user_guide/workloads/run_spark/index.html index def582815e1..60a3f1a5a53 100644 --- a/docs/1.2.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.2.0/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -36,7 +36,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/workloads/run_tf/index.html b/docs/1.2.0/user_guide/workloads/run_tf/index.html index b76523beb10..22d5950adc4 100644 --- a/docs/1.2.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.2.0/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -22,7 +22,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/1.2.0/user_guide/workloads/workload_overview/index.html b/docs/1.2.0/user_guide/workloads/workload_overview/index.html index bbfd04c4805..866ff24fa4a 100644 --- a/docs/1.2.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.2.0/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/api/cluster/index.html b/docs/api/cluster/index.html index a881441b162..94364fabdeb 100644 --- a/docs/api/cluster/index.html +++ b/docs/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/api/scheduler/index.html b/docs/api/scheduler/index.html index cc33ac80c41..447624df5d8 100644 --- a/docs/api/scheduler/index.html +++ b/docs/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/api/system/index.html b/docs/api/system/index.html index f6465b73eb2..6794ba0e9a3 100644 --- a/docs/api/system/index.html +++ b/docs/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/archived_design/cross_queue_preemption/index.html b/docs/archived_design/cross_queue_preemption/index.html index 5b9f356db7f..5100f337a48 100644 --- a/docs/archived_design/cross_queue_preemption/index.html +++ b/docs/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/archived_design/k8shim/index.html b/docs/archived_design/k8shim/index.html index ae165c56b7d..391be09fb30 100644 --- a/docs/archived_design/k8shim/index.html +++ b/docs/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/archived_design/namespace_resource_quota/index.html b/docs/archived_design/namespace_resource_quota/index.html index 86dc55b06ac..a4273ada45a 100644 --- a/docs/archived_design/namespace_resource_quota/index.html +++ b/docs/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/archived_design/predicates/index.html b/docs/archived_design/predicates/index.html index 7fb8cd4dd72..882defe7d5e 100644 --- a/docs/archived_design/predicates/index.html +++ b/docs/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/archived_design/scheduler_core_design/index.html b/docs/archived_design/scheduler_core_design/index.html index 6004e98cc52..9d0f22caf6e 100644 --- a/docs/archived_design/scheduler_core_design/index.html +++ b/docs/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/architecture/index.html b/docs/design/architecture/index.html index cca0e4bc8eb..a938a3cfae4 100644 --- a/docs/design/architecture/index.html +++ b/docs/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/cache_removal/index.html b/docs/design/cache_removal/index.html index c06bb7c63fe..d1cbb6e102a 100644 --- a/docs/design/cache_removal/index.html +++ b/docs/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -113,7 +113,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/config_v2/index.html b/docs/design/config_v2/index.html index 8df7bc702e7..cd3021e6865 100644 --- a/docs/design/config_v2/index.html +++ b/docs/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + @@ -63,7 +63,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/gang_scheduling/index.html b/docs/design/gang_scheduling/index.html index 120acf37cd0..01c53de38be 100644 --- a/docs/design/gang_scheduling/index.html +++ b/docs/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/generic_resource/index.html b/docs/design/generic_resource/index.html index b436e541f06..2a5d689d6fb 100644 --- a/docs/design/generic_resource/index.html +++ b/docs/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/interface_message_simplification/index.html b/docs/design/interface_message_simplification/index.html index 21818a58fbc..4ddb05b67db 100644 --- a/docs/design/interface_message_simplification/index.html +++ b/docs/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/pluggable_app_management/index.html b/docs/design/pluggable_app_management/index.html index 8460fb9b41c..6273ba57edb 100644 --- a/docs/design/pluggable_app_management/index.html +++ b/docs/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/preemption/index.html b/docs/design/preemption/index.html index 2ade289cc84..7545e4abd78 100644 --- a/docs/design/preemption/index.html +++ b/docs/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + @@ -299,7 +299,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/priority_scheduling/index.html b/docs/design/priority_scheduling/index.html index cf893bc4990..cb4cdff116c 100644 --- a/docs/design/priority_scheduling/index.html +++ b/docs/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + @@ -209,7 +209,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/resilience/index.html b/docs/design/resilience/index.html index 21f1e4186d2..a9079adcbc3 100644 --- a/docs/design/resilience/index.html +++ b/docs/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/scheduler_configuration/index.html b/docs/design/scheduler_configuration/index.html index 42810a3c3b9..4ba1aef6742 100644 --- a/docs/design/scheduler_configuration/index.html +++ b/docs/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/scheduler_object_states/index.html b/docs/design/scheduler_object_states/index.html index 2e30c498d6f..be5984e6877 100644 --- a/docs/design/scheduler_object_states/index.html +++ b/docs/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/scheduler_plugin/index.html b/docs/design/scheduler_plugin/index.html index c945cdb7da2..a8167544dbc 100644 --- a/docs/design/scheduler_plugin/index.html +++ b/docs/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/simple_preemptor/index.html b/docs/design/simple_preemptor/index.html index 20467ad19bb..0241183386c 100644 --- a/docs/design/simple_preemptor/index.html +++ b/docs/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/state_aware_scheduling/index.html b/docs/design/state_aware_scheduling/index.html index b9430a23db1..adf78944160 100644 --- a/docs/design/state_aware_scheduling/index.html +++ b/docs/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/user_based_resource_usage_tracking/index.html b/docs/design/user_based_resource_usage_tracking/index.html index edda23ca76a..be88bf66e41 100644 --- a/docs/design/user_based_resource_usage_tracking/index.html +++ b/docs/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/user_group/index.html b/docs/design/user_group/index.html index 5f7b2ebd8f2..8844091544a 100644 --- a/docs/design/user_group/index.html +++ b/docs/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/design/user_group_resource_usage_enforcement/index.html b/docs/design/user_group_resource_usage_enforcement/index.html index bb49545e1fc..b3fa94e716b 100644 --- a/docs/design/user_group_resource_usage_enforcement/index.html +++ b/docs/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + @@ -111,7 +111,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/developer_guide/build/index.html b/docs/developer_guide/build/index.html index b0505ba2a44..894b3e5a56a 100644 --- a/docs/developer_guide/build/index.html +++ b/docs/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -41,7 +41,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/developer_guide/dependencies/index.html b/docs/developer_guide/dependencies/index.html index 3e8b36de4f2..b634c283a26 100644 --- a/docs/developer_guide/dependencies/index.html +++ b/docs/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/developer_guide/deployment/index.html b/docs/developer_guide/deployment/index.html index d1749e5e462..d2c92dd9988 100644 --- a/docs/developer_guide/deployment/index.html +++ b/docs/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/developer_guide/env_setup/index.html b/docs/developer_guide/env_setup/index.html index c703f6379ee..1ccdff86d24 100644 --- a/docs/developer_guide/env_setup/index.html +++ b/docs/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -28,7 +28,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/developer_guide/openshift_development/index.html b/docs/developer_guide/openshift_development/index.html index fc07365f577..5c19636632a 100644 --- a/docs/developer_guide/openshift_development/index.html +++ b/docs/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/developer_guide/translation/index.html b/docs/developer_guide/translation/index.html index 543f45ec7f7..dc251fdc081 100644 --- a/docs/developer_guide/translation/index.html +++ b/docs/developer_guide/translation/index.html @@ -4,7 +4,7 @@ Translation | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/get_started/core_features/index.html b/docs/get_started/core_features/index.html index fb3e38d6a96..4aab4fa6654 100644 --- a/docs/get_started/core_features/index.html +++ b/docs/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -49,7 +49,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 9dede17143b..f4d7384dffb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/api/cluster/index.html b/docs/next/api/cluster/index.html index e298d6fd8b1..27658388133 100644 --- a/docs/next/api/cluster/index.html +++ b/docs/next/api/cluster/index.html @@ -4,7 +4,7 @@ Cluster | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/api/scheduler/index.html b/docs/next/api/scheduler/index.html index 3a653f07a0e..fac38e5b3c2 100644 --- a/docs/next/api/scheduler/index.html +++ b/docs/next/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/api/system/index.html b/docs/next/api/system/index.html index 7860ddfed46..4cc47acd832 100644 --- a/docs/next/api/system/index.html +++ b/docs/next/api/system/index.html @@ -4,7 +4,7 @@ System | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/archived_design/cross_queue_preemption/index.html b/docs/next/archived_design/cross_queue_preemption/index.html index ce884e1f3be..37ebfeccd0e 100644 --- a/docs/next/archived_design/cross_queue_preemption/index.html +++ b/docs/next/archived_design/cross_queue_preemption/index.html @@ -4,7 +4,7 @@ Cross Queue Preemption | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/archived_design/k8shim/index.html b/docs/next/archived_design/k8shim/index.html index d335b71114f..705ced6d0f2 100644 --- a/docs/next/archived_design/k8shim/index.html +++ b/docs/next/archived_design/k8shim/index.html @@ -4,7 +4,7 @@ Kubernetes Shim Design | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/archived_design/namespace_resource_quota/index.html b/docs/next/archived_design/namespace_resource_quota/index.html index e42286be348..a4ab116d954 100644 --- a/docs/next/archived_design/namespace_resource_quota/index.html +++ b/docs/next/archived_design/namespace_resource_quota/index.html @@ -4,7 +4,7 @@ Namespace Resource Quota | Apache YuniKorn - + @@ -25,7 +25,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/archived_design/predicates/index.html b/docs/next/archived_design/predicates/index.html index de41838eb52..b3077e3f5db 100644 --- a/docs/next/archived_design/predicates/index.html +++ b/docs/next/archived_design/predicates/index.html @@ -4,7 +4,7 @@ Support K8s Predicates | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/archived_design/scheduler_core_design/index.html b/docs/next/archived_design/scheduler_core_design/index.html index 3cb336cd5f5..926c4b5f1c8 100644 --- a/docs/next/archived_design/scheduler_core_design/index.html +++ b/docs/next/archived_design/scheduler_core_design/index.html @@ -4,7 +4,7 @@ Scheduler Core Design | Apache YuniKorn - + @@ -29,7 +29,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/architecture/index.html b/docs/next/design/architecture/index.html index 0095da8853d..2a41b356aae 100644 --- a/docs/next/design/architecture/index.html +++ b/docs/next/design/architecture/index.html @@ -4,7 +4,7 @@ Architecture | Apache YuniKorn - + @@ -30,7 +30,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/cache_removal/index.html b/docs/next/design/cache_removal/index.html index 9e2250ab093..8b0135b1d60 100644 --- a/docs/next/design/cache_removal/index.html +++ b/docs/next/design/cache_removal/index.html @@ -4,7 +4,7 @@ Scheduler cache removal design | Apache YuniKorn - + @@ -113,7 +113,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/config_v2/index.html b/docs/next/design/config_v2/index.html index eb6d659fce8..fd747b6e725 100644 --- a/docs/next/design/config_v2/index.html +++ b/docs/next/design/config_v2/index.html @@ -4,7 +4,7 @@ Configuration V2 | Apache YuniKorn - + @@ -63,7 +63,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/gang_scheduling/index.html b/docs/next/design/gang_scheduling/index.html index 2927510b8e6..f223a075ce4 100644 --- a/docs/next/design/gang_scheduling/index.html +++ b/docs/next/design/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang scheduling design | Apache YuniKorn - + @@ -151,7 +151,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/generic_resource/index.html b/docs/next/design/generic_resource/index.html index e17a8df85ae..aa59962d1e2 100644 --- a/docs/next/design/generic_resource/index.html +++ b/docs/next/design/generic_resource/index.html @@ -4,7 +4,7 @@ Generic Resource Types in Namespace Quota | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/interface_message_simplification/index.html b/docs/next/design/interface_message_simplification/index.html index b8a003e9082..fc704e0df98 100644 --- a/docs/next/design/interface_message_simplification/index.html +++ b/docs/next/design/interface_message_simplification/index.html @@ -4,7 +4,7 @@ Simplifying Interface Messages | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/pluggable_app_management/index.html b/docs/next/design/pluggable_app_management/index.html index 6433bc7f54d..dc3126de821 100644 --- a/docs/next/design/pluggable_app_management/index.html +++ b/docs/next/design/pluggable_app_management/index.html @@ -4,7 +4,7 @@ Pluggable App Management | Apache YuniKorn - + @@ -42,7 +42,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/preemption/index.html b/docs/next/design/preemption/index.html index 13ff35b8dc6..1f1f019341a 100644 --- a/docs/next/design/preemption/index.html +++ b/docs/next/design/preemption/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + @@ -299,7 +299,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/priority_scheduling/index.html b/docs/next/design/priority_scheduling/index.html index f7ae7dc9bac..f30e0a411ca 100644 --- a/docs/next/design/priority_scheduling/index.html +++ b/docs/next/design/priority_scheduling/index.html @@ -4,7 +4,7 @@ Priority Scheduling | Apache YuniKorn - + @@ -209,7 +209,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/resilience/index.html b/docs/next/design/resilience/index.html index 444f987e595..3e1176cd1e1 100644 --- a/docs/next/design/resilience/index.html +++ b/docs/next/design/resilience/index.html @@ -4,7 +4,7 @@ Resilience | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/scheduler_configuration/index.html b/docs/next/design/scheduler_configuration/index.html index 50becf3d3a6..f1ad0c50ff0 100644 --- a/docs/next/design/scheduler_configuration/index.html +++ b/docs/next/design/scheduler_configuration/index.html @@ -4,7 +4,7 @@ Scheduler Configuration | Apache YuniKorn - + @@ -26,7 +26,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/scheduler_object_states/index.html b/docs/next/design/scheduler_object_states/index.html index 44e0cf0cc1e..394b0b9eb7f 100644 --- a/docs/next/design/scheduler_object_states/index.html +++ b/docs/next/design/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/scheduler_plugin/index.html b/docs/next/design/scheduler_plugin/index.html index b265f49eb21..ce9967108b0 100644 --- a/docs/next/design/scheduler_plugin/index.html +++ b/docs/next/design/scheduler_plugin/index.html @@ -4,7 +4,7 @@ K8s Scheduler Plugin | Apache YuniKorn - + @@ -54,7 +54,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/simple_preemptor/index.html b/docs/next/design/simple_preemptor/index.html index b5e6b4f31df..087d54acf65 100644 --- a/docs/next/design/simple_preemptor/index.html +++ b/docs/next/design/simple_preemptor/index.html @@ -4,7 +4,7 @@ DaemonSet Scheduling using Simple Preemptor | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/state_aware_scheduling/index.html b/docs/next/design/state_aware_scheduling/index.html index 10153a983ba..1b3976dd8dc 100644 --- a/docs/next/design/state_aware_scheduling/index.html +++ b/docs/next/design/state_aware_scheduling/index.html @@ -4,7 +4,7 @@ Batch Workloads Ordering with StateAware Policy | Apache YuniKorn - + @@ -53,7 +53,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/user_based_resource_usage_tracking/index.html b/docs/next/design/user_based_resource_usage_tracking/index.html index 62a4de174f5..55b4e410250 100644 --- a/docs/next/design/user_based_resource_usage_tracking/index.html +++ b/docs/next/design/user_based_resource_usage_tracking/index.html @@ -4,7 +4,7 @@ User Based Resource Usage Tracking | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/user_group/index.html b/docs/next/design/user_group/index.html index 468a30ef83e..fe2e019ea66 100644 --- a/docs/next/design/user_group/index.html +++ b/docs/next/design/user_group/index.html @@ -4,7 +4,7 @@ User/Group handling and lookup design | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/design/user_group_resource_usage_enforcement/index.html b/docs/next/design/user_group_resource_usage_enforcement/index.html index 750e5147849..47a61b37ccf 100644 --- a/docs/next/design/user_group_resource_usage_enforcement/index.html +++ b/docs/next/design/user_group_resource_usage_enforcement/index.html @@ -4,7 +4,7 @@ User Based Quota Enforcement | Apache YuniKorn - + @@ -111,7 +111,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/developer_guide/build/index.html b/docs/next/developer_guide/build/index.html index 287eb4fa23c..e643eb50ee3 100644 --- a/docs/next/developer_guide/build/index.html +++ b/docs/next/developer_guide/build/index.html @@ -4,7 +4,7 @@ Build and Run | Apache YuniKorn - + @@ -82,7 +82,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/developer_guide/dependencies/index.html b/docs/next/developer_guide/dependencies/index.html index b69daac18dc..893af5ec254 100644 --- a/docs/next/developer_guide/dependencies/index.html +++ b/docs/next/developer_guide/dependencies/index.html @@ -4,7 +4,7 @@ Go module updates | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/developer_guide/deployment/index.html b/docs/next/developer_guide/deployment/index.html index 58536c39ed0..9acb805a78b 100644 --- a/docs/next/developer_guide/deployment/index.html +++ b/docs/next/developer_guide/deployment/index.html @@ -4,7 +4,7 @@ Deploy to Kubernetes | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/developer_guide/env_setup/index.html b/docs/next/developer_guide/env_setup/index.html index d3b50ac77b0..8a570ed21ee 100644 --- a/docs/next/developer_guide/env_setup/index.html +++ b/docs/next/developer_guide/env_setup/index.html @@ -4,7 +4,7 @@ Dev Environment Setup | Apache YuniKorn - + @@ -79,7 +79,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/developer_guide/openshift_development/index.html b/docs/next/developer_guide/openshift_development/index.html index e42e3f0cc41..b58c6bdaf6c 100644 --- a/docs/next/developer_guide/openshift_development/index.html +++ b/docs/next/developer_guide/openshift_development/index.html @@ -4,7 +4,7 @@ Development in CodeReady Containers | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/developer_guide/translation/index.html b/docs/next/developer_guide/translation/index.html index 1c11d160dc5..7f2caea4d3f 100644 --- a/docs/next/developer_guide/translation/index.html +++ b/docs/next/developer_guide/translation/index.html @@ -4,7 +4,7 @@ Translation | Apache YuniKorn - + @@ -24,7 +24,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/get_started/core_features/index.html b/docs/next/get_started/core_features/index.html index ebc8df830a7..f1ba6c68e36 100644 --- a/docs/next/get_started/core_features/index.html +++ b/docs/next/get_started/core_features/index.html @@ -4,7 +4,7 @@ Features | Apache YuniKorn - + @@ -49,7 +49,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/index.html b/docs/next/index.html index cd1bc27c828..d83deafe8f4 100644 --- a/docs/next/index.html +++ b/docs/next/index.html @@ -4,7 +4,7 @@ Get Started | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/performance/evaluate_perf_function_with_kubemark/index.html b/docs/next/performance/evaluate_perf_function_with_kubemark/index.html index 2bda46d1c7c..6b9753a7563 100644 --- a/docs/next/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/next/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/performance/metrics/index.html b/docs/next/performance/metrics/index.html index 88df108d4a5..6dcd703ef20 100644 --- a/docs/next/performance/metrics/index.html +++ b/docs/next/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/performance/performance_tutorial/index.html b/docs/next/performance/performance_tutorial/index.html index 51212062e3b..08f59b6b535 100644 --- a/docs/next/performance/performance_tutorial/index.html +++ b/docs/next/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/performance/profiling/index.html b/docs/next/performance/profiling/index.html index 205a0fa0a73..4d2db0302f2 100644 --- a/docs/next/performance/profiling/index.html +++ b/docs/next/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/acls/index.html b/docs/next/user_guide/acls/index.html index 51b3cfde5c0..c3e0ef7d575 100644 --- a/docs/next/user_guide/acls/index.html +++ b/docs/next/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/deployment_modes/index.html b/docs/next/user_guide/deployment_modes/index.html index 8496ade38c7..4322a2d7c24 100644 --- a/docs/next/user_guide/deployment_modes/index.html +++ b/docs/next/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/gang_scheduling/index.html b/docs/next/user_guide/gang_scheduling/index.html index 8e759d418ae..edf000b6569 100644 --- a/docs/next/user_guide/gang_scheduling/index.html +++ b/docs/next/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -57,7 +57,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html index 73177980df3..cd0e58c5d82 100644 --- a/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/next/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/placement_rules/index.html b/docs/next/user_guide/placement_rules/index.html index cfc9418ce88..be6a38669b7 100644 --- a/docs/next/user_guide/placement_rules/index.html +++ b/docs/next/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -84,7 +84,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/preemption_cases/index.html b/docs/next/user_guide/preemption_cases/index.html index 627d7fb977a..463d7bff3f5 100644 --- a/docs/next/user_guide/preemption_cases/index.html +++ b/docs/next/user_guide/preemption_cases/index.html @@ -4,7 +4,7 @@ Preemption | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/priorities/index.html b/docs/next/user_guide/priorities/index.html index cd44b1c4f7f..f6a5e82159f 100644 --- a/docs/next/user_guide/priorities/index.html +++ b/docs/next/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + @@ -70,7 +70,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/prometheus/index.html b/docs/next/user_guide/prometheus/index.html index 6fa0e742135..04abbcf61f3 100644 --- a/docs/next/user_guide/prometheus/index.html +++ b/docs/next/user_guide/prometheus/index.html @@ -4,7 +4,7 @@ Prometheus and Grafana | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/queue_config/index.html b/docs/next/user_guide/queue_config/index.html index 599cf20612e..6ec8bd01832 100644 --- a/docs/next/user_guide/queue_config/index.html +++ b/docs/next/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -106,7 +106,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/resource_quota_management/index.html b/docs/next/user_guide/resource_quota_management/index.html index 540b4a9a979..e75e694fb48 100644 --- a/docs/next/user_guide/resource_quota_management/index.html +++ b/docs/next/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -90,7 +90,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/service_config/index.html b/docs/next/user_guide/service_config/index.html index a9561e4ba62..de6596d1fe8 100644 --- a/docs/next/user_guide/service_config/index.html +++ b/docs/next/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + @@ -91,7 +91,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/sorting_policies/index.html b/docs/next/user_guide/sorting_policies/index.html index 46fe499671e..9e81095bc33 100644 --- a/docs/next/user_guide/sorting_policies/index.html +++ b/docs/next/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -69,7 +69,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/troubleshooting/index.html b/docs/next/user_guide/troubleshooting/index.html index 3c845693e8a..eef6a208f9d 100644 --- a/docs/next/user_guide/troubleshooting/index.html +++ b/docs/next/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + @@ -13,8 +13,8 @@ local location on the underneath node, you can read more document here. These logs can be retrieved by kubectl logs. Such as:

// get the scheduler pod
kubectl get pod -l component=yunikorn-scheduler -n yunikorn
NAME READY STATUS RESTARTS AGE
yunikorn-scheduler-766d7d6cdd-44b82 2/2 Running 0 33h

// retrieve logs
kubectl logs yunikorn-scheduler-766d7d6cdd-44b82 yunikorn-scheduler-k8s -n yunikorn

In most cases, this command cannot get all logs because the scheduler is rolling logs very fast. To retrieve more logs in the past, you will need to setup the cluster level logging. -The recommended setup is to leverage fluentd to collect and persistent logs on an external storage, e.g s3.

Set Logging Level​

note

We recommend altering the log level via REST API call as this way we don't need to restart the scheduler pod every time.

Stop the scheduler:

kubectl scale deployment yunikorn-scheduler -n yunikorn --replicas=0

edit the deployment config in vim:

kubectl edit deployment yunikorn-scheduler -n yunikorn

add LOG_LEVEL to the env field of the container template. For example setting LOG_LEVEL to 0 sets the logging -level to INFO.

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
...
spec:
template:
...
spec:
containers:
- env:
- name: LOG_LEVEL
value: '0'

Start the scheduler:

kubectl scale deployment yunikorn-scheduler -n yunikorn --replicas=1

Available logging levels:

ValueLogging Level
-1DEBUG
0INFO
1WARN
2ERROR
3DPanic
4Panic
5Fatal

Pods are stuck at Pending state​

If some pods are stuck at Pending state, that means the scheduler could not find a node to allocate the pod. There are +The recommended setup is to leverage fluentd to collect and persistent logs on an external storage, e.g s3.

Set Logging Level​

Edit the yunikorn-configs configmap:

kubectl edit configmap/yunikorn-configs -n yunikorn

Add log.level to the data field of the configmap. For example setting log.level to DEBUG sets the logging +level to DEBUG.

apiVersion: v1
data:
log.level: DEBUG
...
kind: ConfigMap
metadata:
...

The log.level value can be either numeric (-1 through 5) or textual (DEBUG through FATAL).

ValueLogging Level
-1DEBUG
0INFO
1WARN
2ERROR
3DPANIC
4PANIC
5FATAL

Pods are stuck at Pending state​

If some pods are stuck at Pending state, that means the scheduler could not find a node to allocate the pod. There are several possibilities to cause this:

1. Non of the nodes satisfy pod placement requirement​

A pod can be configured with some placement constraints, such as node-selector, affinity/anti-affinity, do not have certain toleration for node taints, etc. @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/use_cases/index.html b/docs/next/user_guide/use_cases/index.html index 5082732dd60..4a3d7d2e66c 100644 --- a/docs/next/user_guide/use_cases/index.html +++ b/docs/next/user_guide/use_cases/index.html @@ -4,7 +4,7 @@ Use Cases | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/usergroup_resolution/index.html b/docs/next/user_guide/usergroup_resolution/index.html index a7ac2c49df3..689979582d7 100644 --- a/docs/next/user_guide/usergroup_resolution/index.html +++ b/docs/next/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/workloads/run_flink/index.html b/docs/next/user_guide/workloads/run_flink/index.html index 36bee77ba87..0e171df7261 100644 --- a/docs/next/user_guide/workloads/run_flink/index.html +++ b/docs/next/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/workloads/run_mpi/index.html b/docs/next/user_guide/workloads/run_mpi/index.html index 7e4b327d80e..cc876da64f9 100644 --- a/docs/next/user_guide/workloads/run_mpi/index.html +++ b/docs/next/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/workloads/run_nvidia/index.html b/docs/next/user_guide/workloads/run_nvidia/index.html index d8e8aa6496c..6ce99d59ea8 100644 --- a/docs/next/user_guide/workloads/run_nvidia/index.html +++ b/docs/next/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/workloads/run_spark/index.html b/docs/next/user_guide/workloads/run_spark/index.html index 50e50c69f4c..51b02230e95 100644 --- a/docs/next/user_guide/workloads/run_spark/index.html +++ b/docs/next/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -36,7 +36,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/workloads/run_tf/index.html b/docs/next/user_guide/workloads/run_tf/index.html index c9e7df01700..9b6008a6912 100644 --- a/docs/next/user_guide/workloads/run_tf/index.html +++ b/docs/next/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -22,7 +22,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/next/user_guide/workloads/workload_overview/index.html b/docs/next/user_guide/workloads/workload_overview/index.html index 55ac1a000f5..c128a91a141 100644 --- a/docs/next/user_guide/workloads/workload_overview/index.html +++ b/docs/next/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/performance/evaluate_perf_function_with_kubemark/index.html b/docs/performance/evaluate_perf_function_with_kubemark/index.html index ca2632f74a8..3ccf0bf1ba5 100644 --- a/docs/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/performance/evaluate_perf_function_with_kubemark/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with Kubemark | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/performance/metrics/index.html b/docs/performance/metrics/index.html index 3e6bc5e0ee4..43bf7bfecbd 100644 --- a/docs/performance/metrics/index.html +++ b/docs/performance/metrics/index.html @@ -4,7 +4,7 @@ Scheduler Metrics | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/performance/performance_tutorial/index.html b/docs/performance/performance_tutorial/index.html index 1697c15db5e..93063416023 100644 --- a/docs/performance/performance_tutorial/index.html +++ b/docs/performance/performance_tutorial/index.html @@ -4,7 +4,7 @@ Benchmarking Tutorial | Apache YuniKorn - + @@ -33,7 +33,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/performance/profiling/index.html b/docs/performance/profiling/index.html index d3399bdb02d..4b4a37a0d0c 100644 --- a/docs/performance/profiling/index.html +++ b/docs/performance/profiling/index.html @@ -4,7 +4,7 @@ Profiling | Apache YuniKorn - + @@ -27,7 +27,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/acls/index.html b/docs/user_guide/acls/index.html index a6d6f4c1f07..5483767be6f 100644 --- a/docs/user_guide/acls/index.html +++ b/docs/user_guide/acls/index.html @@ -4,7 +4,7 @@ ACLs | Apache YuniKorn - + @@ -31,7 +31,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/deployment_modes/index.html b/docs/user_guide/deployment_modes/index.html index 5fb6ea33ff7..48d6fec4110 100644 --- a/docs/user_guide/deployment_modes/index.html +++ b/docs/user_guide/deployment_modes/index.html @@ -4,7 +4,7 @@ Deployment Modes | Apache YuniKorn - + @@ -23,7 +23,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/gang_scheduling/index.html b/docs/user_guide/gang_scheduling/index.html index c257d55e1af..2501266e628 100644 --- a/docs/user_guide/gang_scheduling/index.html +++ b/docs/user_guide/gang_scheduling/index.html @@ -4,7 +4,7 @@ Gang Scheduling | Apache YuniKorn - + @@ -57,7 +57,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/user_guide/labels_and_annotations_in_yunikorn/index.html index 095dd3d429a..6e5ffdfdffc 100644 --- a/docs/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/user_guide/labels_and_annotations_in_yunikorn/index.html @@ -4,7 +4,7 @@ Labels and Annotations in YuniKorn | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/placement_rules/index.html b/docs/user_guide/placement_rules/index.html index 10e4b5a7caf..75cd1b3d516 100644 --- a/docs/user_guide/placement_rules/index.html +++ b/docs/user_guide/placement_rules/index.html @@ -4,7 +4,7 @@ App Placement Rules | Apache YuniKorn - + @@ -84,7 +84,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/priorities/index.html b/docs/user_guide/priorities/index.html index 3a869a9e1f9..75996e11440 100644 --- a/docs/user_guide/priorities/index.html +++ b/docs/user_guide/priorities/index.html @@ -4,7 +4,7 @@ App & Queue Priorities | Apache YuniKorn - + @@ -70,7 +70,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/prometheus/index.html b/docs/user_guide/prometheus/index.html index ddc6bb3004e..0d06899282c 100644 --- a/docs/user_guide/prometheus/index.html +++ b/docs/user_guide/prometheus/index.html @@ -4,7 +4,7 @@ Prometheus and Grafana | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/queue_config/index.html b/docs/user_guide/queue_config/index.html index 309cd955466..fcd0860aa32 100644 --- a/docs/user_guide/queue_config/index.html +++ b/docs/user_guide/queue_config/index.html @@ -4,7 +4,7 @@ Partition and Queue Configuration | Apache YuniKorn - + @@ -106,7 +106,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/resource_quota_management/index.html b/docs/user_guide/resource_quota_management/index.html index 07af86558d9..a88c43a5c50 100644 --- a/docs/user_guide/resource_quota_management/index.html +++ b/docs/user_guide/resource_quota_management/index.html @@ -4,7 +4,7 @@ Resource Quota Management | Apache YuniKorn - + @@ -87,7 +87,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/service_config/index.html b/docs/user_guide/service_config/index.html index 491396c34d0..7bbcce38259 100644 --- a/docs/user_guide/service_config/index.html +++ b/docs/user_guide/service_config/index.html @@ -4,7 +4,7 @@ Service Configuration | Apache YuniKorn - + @@ -87,7 +87,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/sorting_policies/index.html b/docs/user_guide/sorting_policies/index.html index 5613cf97eca..ad0c0eaa511 100644 --- a/docs/user_guide/sorting_policies/index.html +++ b/docs/user_guide/sorting_policies/index.html @@ -4,7 +4,7 @@ Sorting Policies | Apache YuniKorn - + @@ -69,7 +69,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/troubleshooting/index.html b/docs/user_guide/troubleshooting/index.html index 71087911913..a9e0cb09e78 100644 --- a/docs/user_guide/troubleshooting/index.html +++ b/docs/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + @@ -44,7 +44,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/use_cases/index.html b/docs/user_guide/use_cases/index.html index 31e0e0f619c..d6562652453 100644 --- a/docs/user_guide/use_cases/index.html +++ b/docs/user_guide/use_cases/index.html @@ -4,7 +4,7 @@ Use Cases | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/usergroup_resolution/index.html b/docs/user_guide/usergroup_resolution/index.html index 49b5d4c4a00..ad7d8c02a9f 100644 --- a/docs/user_guide/usergroup_resolution/index.html +++ b/docs/user_guide/usergroup_resolution/index.html @@ -4,7 +4,7 @@ User & Group Resolution | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/workloads/run_flink/index.html b/docs/user_guide/workloads/run_flink/index.html index 8c8b1c78ac7..1bad38ccf01 100644 --- a/docs/user_guide/workloads/run_flink/index.html +++ b/docs/user_guide/workloads/run_flink/index.html @@ -4,7 +4,7 @@ Run Flink Jobs | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/workloads/run_mpi/index.html b/docs/user_guide/workloads/run_mpi/index.html index 32989a02ea5..f2f43ad9505 100644 --- a/docs/user_guide/workloads/run_mpi/index.html +++ b/docs/user_guide/workloads/run_mpi/index.html @@ -4,7 +4,7 @@ Run MPI Jobs | Apache YuniKorn - + @@ -18,7 +18,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/workloads/run_nvidia/index.html b/docs/user_guide/workloads/run_nvidia/index.html index 5585ac47bd9..c667b11d1f0 100644 --- a/docs/user_guide/workloads/run_nvidia/index.html +++ b/docs/user_guide/workloads/run_nvidia/index.html @@ -4,7 +4,7 @@ Run NVIDIA GPU Jobs | Apache YuniKorn - + @@ -21,7 +21,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/workloads/run_spark/index.html b/docs/user_guide/workloads/run_spark/index.html index 93eb176a07a..daf76a32be0 100644 --- a/docs/user_guide/workloads/run_spark/index.html +++ b/docs/user_guide/workloads/run_spark/index.html @@ -4,7 +4,7 @@ Run Spark Jobs | Apache YuniKorn - + @@ -36,7 +36,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/workloads/run_tf/index.html b/docs/user_guide/workloads/run_tf/index.html index 1424f606c70..03b3b476cff 100644 --- a/docs/user_guide/workloads/run_tf/index.html +++ b/docs/user_guide/workloads/run_tf/index.html @@ -4,7 +4,7 @@ Run TensorFlow Jobs | Apache YuniKorn - + @@ -22,7 +22,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/docs/user_guide/workloads/workload_overview/index.html b/docs/user_guide/workloads/workload_overview/index.html index 39272784991..8f2814605ae 100644 --- a/docs/user_guide/workloads/workload_overview/index.html +++ b/docs/user_guide/workloads/workload_overview/index.html @@ -4,7 +4,7 @@ Overview | Apache YuniKorn - + @@ -19,7 +19,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/index.html b/index.html index e1b7ef91bf9..116e0ae29b1 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ Welcome to Apache YuniKorn | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/0.10.0/index.html b/release-announce/0.10.0/index.html index 72f2675e5d0..e72b39a10c8 100644 --- a/release-announce/0.10.0/index.html +++ b/release-announce/0.10.0/index.html @@ -4,7 +4,7 @@ Release Announcement v0.10.0 | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/0.11.0/index.html b/release-announce/0.11.0/index.html index 83abdda6796..814773a32d5 100644 --- a/release-announce/0.11.0/index.html +++ b/release-announce/0.11.0/index.html @@ -4,7 +4,7 @@ Release Announcement v0.11.0 | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/0.12.1/index.html b/release-announce/0.12.1/index.html index 907e9a251e5..739906e9c79 100644 --- a/release-announce/0.12.1/index.html +++ b/release-announce/0.12.1/index.html @@ -4,7 +4,7 @@ Release Announcement v0.12.1 | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/0.12.2/index.html b/release-announce/0.12.2/index.html index bbf87404de9..2cbe2b4ac70 100644 --- a/release-announce/0.12.2/index.html +++ b/release-announce/0.12.2/index.html @@ -4,7 +4,7 @@ Release Announcement v0.12.2 | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/0.8.0/index.html b/release-announce/0.8.0/index.html index b9acb682f08..f642a50f8ff 100644 --- a/release-announce/0.8.0/index.html +++ b/release-announce/0.8.0/index.html @@ -4,7 +4,7 @@ Release Announcement v0.8.0 | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/0.9.0/index.html b/release-announce/0.9.0/index.html index 41f6dc50dae..34605e4318a 100644 --- a/release-announce/0.9.0/index.html +++ b/release-announce/0.9.0/index.html @@ -4,7 +4,7 @@ Release Announcement v0.9.0 | Apache YuniKorn - + @@ -20,7 +20,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/1.0.0/index.html b/release-announce/1.0.0/index.html index fac700a955c..608b8a07f48 100644 --- a/release-announce/1.0.0/index.html +++ b/release-announce/1.0.0/index.html @@ -4,7 +4,7 @@ Release Announcement v1.0.0 | Apache YuniKorn - + @@ -39,7 +39,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/1.1.0/index.html b/release-announce/1.1.0/index.html index 707535f4ee1..f50c2c8e92c 100644 --- a/release-announce/1.1.0/index.html +++ b/release-announce/1.1.0/index.html @@ -4,7 +4,7 @@ Release Announcement v1.1.0 | Apache YuniKorn - + @@ -17,7 +17,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/1.2.0/index.html b/release-announce/1.2.0/index.html index c5f7eb87d03..396245d5649 100644 --- a/release-announce/1.2.0/index.html +++ b/release-announce/1.2.0/index.html @@ -4,7 +4,7 @@ Release Announcement v1.2.0 | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/1.3.0/index.html b/release-announce/1.3.0/index.html index ba732f909e9..3d009fb3183 100644 --- a/release-announce/1.3.0/index.html +++ b/release-announce/1.3.0/index.html @@ -4,7 +4,7 @@ Release Announcement v1.3.0 | Apache YuniKorn - + @@ -48,7 +48,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/release-announce/index.html b/release-announce/index.html index e91404b95f9..1d279b178cd 100644 --- a/release-announce/index.html +++ b/release-announce/index.html @@ -4,7 +4,7 @@ Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file diff --git a/search/index.html b/search/index.html index bb1fcbed73d..0df704eb4a5 100644 --- a/search/index.html +++ b/search/index.html @@ -4,7 +4,7 @@ Search the documentation | Apache YuniKorn - + @@ -16,7 +16,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache YuniKorn project logo are either registered trademarks or trademarks of the Apache Software Foundation.

- + \ No newline at end of file