diff --git a/404.html b/404.html index d0be2e6ddfb..a4299a4d64e 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/ed3bee84.017edf74.js b/assets/js/ed3bee84.017edf74.js new file mode 100644 index 00000000000..35144aec049 --- /dev/null +++ b/assets/js/ed3bee84.017edf74.js @@ -0,0 +1 @@ +"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[43169],{15680:(e,r,n)=>{n.d(r,{xA:()=>l,yg:()=>g});var t=n(96540);function a(e,r,n){return r in e?Object.defineProperty(e,r,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[r]=n,e}function i(e,r){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var t=Object.getOwnPropertySymbols(e);r&&(t=t.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),n.push.apply(n,t)}return n}function o(e){for(var r=1;r=0||(a[n]=e[n]);return a}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(t=0;t=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(a[n]=e[n])}return a}var u=t.createContext({}),c=function(e){var r=t.useContext(u),n=r;return e&&(n="function"==typeof e?e(r):o(o({},r),e)),n},l=function(e){var r=c(e.components);return t.createElement(u.Provider,{value:r},e.children)},p="mdxType",d={inlineCode:"code",wrapper:function(e){var r=e.children;return t.createElement(t.Fragment,{},r)}},h=t.forwardRef((function(e,r){var n=e.components,a=e.mdxType,i=e.originalType,u=e.parentName,l=s(e,["components","mdxType","originalType","parentName"]),p=c(n),h=a,g=p["".concat(u,".").concat(h)]||p[h]||d[h]||i;return n?t.createElement(g,o(o({ref:r},l),{},{components:n})):t.createElement(g,o({ref:r},l))}));function g(e,r){var n=arguments,a=r&&r.mdxType;if("string"==typeof e||a){var i=n.length,o=new Array(i);o[0]=h;var s={};for(var u in r)hasOwnProperty.call(r,u)&&(s[u]=r[u]);s.originalType=e,s[p]="string"==typeof e?e:a,o[1]=s;for(var c=2;c{n.r(r),n.d(r,{assets:()=>u,contentTitle:()=>o,default:()=>d,frontMatter:()=>i,metadata:()=>s,toc:()=>c});var t=n(58168),a=(n(96540),n(15680));const i={id:"core_features",title:"Features",keywords:["feature"]},o=void 0,s={unversionedId:"get_started/core_features",id:"get_started/core_features",title:"Features",description:"\x3c!--",source:"@site/docs/get_started/core_features.md",sourceDirName:"get_started",slug:"/get_started/core_features",permalink:"/docs/next/get_started/core_features",draft:!1,tags:[],version:"current",frontMatter:{id:"core_features",title:"Features",keywords:["feature"]},sidebar:"docs",previous:{title:"Get Started",permalink:"/docs/next/"},next:{title:"Version details",permalink:"/docs/next/get_started/version"}},u={},c=[{value:"App-aware scheduling",id:"app-aware-scheduling",level:2},{value:"Hierarchy Resource Queues",id:"hierarchy-resource-queues",level:2},{value:"Gang Scheduling",id:"gang-scheduling",level:2},{value:"Job Ordering and Queuing",id:"job-ordering-and-queuing",level:2},{value:"Resource fairness",id:"resource-fairness",level:2},{value:"Resource Reservation",id:"resource-reservation",level:2},{value:"Preemption",id:"preemption",level:2},{value:"Throughput",id:"throughput",level:2},{value:"MaxApplication Enforcement",id:"maxapplication-enforcement",level:2},{value:"CPU Architecture support",id:"cpu-architecture-support",level:2}],l={toc:c},p="wrapper";function d(e){let{components:r,...n}=e;return(0,a.yg)(p,(0,t.A)({},l,n,{components:r,mdxType:"MDXLayout"}),(0,a.yg)("p",null,"The main features of YuniKorn include:"),(0,a.yg)("h2",{id:"app-aware-scheduling"},"App-aware scheduling"),(0,a.yg)("p",null,"One of the key differences of YuniKorn is that it does app-aware scheduling. The default K8s scheduler simply schedules\npod by pod without any context about user, app, or queue. However, YuniKorn recognizes users, apps, and queues, and it considers\na lot more factors, e.g resource, ordering etc, while making scheduling decisions. This gives us the possibility to use\nfine-grained controls on resource quotas, resource fairness, and priorities, which are the most important requirements\nfor a multi-tenancy computing system."),(0,a.yg)("h2",{id:"hierarchy-resource-queues"},"Hierarchy Resource Queues"),(0,a.yg)("p",null,"Hierarchy queues provide an efficient mechanism to manage cluster resources. The hierarchy of the queues can logically\nmap to the structure of an organization. This gives fine-grained control over resources for different tenants. The YuniKorn\nUI provides a centralised view to monitor the usage of resource queues and helps you to gain insight into how the resources are\nused across different tenants. What's more, by leveraging the min/max queue capacity, it can define how elastic it can be\nin terms of the resource consumption for each tenant."),(0,a.yg)("h2",{id:"gang-scheduling"},"Gang Scheduling"),(0,a.yg)("p",null,"An application can request a set of resources, i.e. a gang, to be scheduled all at once.\nThe gang defines all the resources the application requires to start.\nDuring the first scheduling phase all resources requested will be reserved.\nThe application will only be started when all requested resources are available."),(0,a.yg)("p",null,"Reservation duration and application behaviour when the reservation fails are configurable.\nIt is even possible to create multiple gangs of different specifications for one application.\nSee the ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/design/gang_scheduling"},"gang design")," and the Gang Scheduling ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/user_guide/gang_scheduling"},"user guide")," for more details."),(0,a.yg)("h2",{id:"job-ordering-and-queuing"},"Job Ordering and Queuing"),(0,a.yg)("p",null,"Applications can be properly queued in working-queues, the ordering policy determining which application can get resources first.\nThere are various policies such as simple ",(0,a.yg)("inlineCode",{parentName:"p"},"FIFO"),", ",(0,a.yg)("inlineCode",{parentName:"p"},"Fair"),", ",(0,a.yg)("inlineCode",{parentName:"p"},"StateAware"),", or ",(0,a.yg)("inlineCode",{parentName:"p"},"Priority")," based. Queues can maintain the order of applications,\nand based on different policies, the scheduler allocates resources to jobs accordingly. The behavior is much more predictable."),(0,a.yg)("p",null,"What's more, when the queue max-capacity is configured, jobs and tasks can be properly queued up in the resource queue.\nIf the remaining capacity is not enough, they can be waiting in line until some resources are released. This simplifies\nthe client side operation. Unlike the default scheduler, resources are capped by namespace resource quotas which\nare enforced by the quota-admission-controller. If the underlying namespace does not have enough quota, pods cannot be\ncreated. Client side needs complex logic, e.g retry by condition, to handle such scenarios."),(0,a.yg)("h2",{id:"resource-fairness"},"Resource fairness"),(0,a.yg)("p",null,"In a multi-tenant environment, a lot of users share cluster resources. To prevent tenants from competing for resources\nand potentially getting starved, more fine-grained fairness controls are needed to achieve fairness across users, as well as across teams/organizations.\nWith consideration of weights or priorities, more important applications can demand resources beyond their share.\nThis feature is often considered in relation to resource budgets, where a more fine-grained fairness mode can further improve spending efficiency."),(0,a.yg)("h2",{id:"resource-reservation"},"Resource Reservation"),(0,a.yg)("p",null,"YuniKorn automatically does reservations for outstanding requests. If a pod could not be allocated, YuniKorn will try to\nreserve it on a qualified node and tentatively allocate the pod on this reserved node (before trying rest of nodes).\nThis mechanism can prevent the pod from being starved by future smaller, less-picky pods.\nThis feature is important in the batch workloads scenario because when a large amount of heterogeneous pods are submitted\nto the cluster, it's very likely some pods can be starved even when they are submitted much earlier."),(0,a.yg)("h2",{id:"preemption"},"Preemption"),(0,a.yg)("p",null,"YuniKorn's preemption feature allows higher-priority tasks to dynamically reallocate resources by preempting lower-priority ones, ensuring critical workloads get necessary resources in a multi-tenant Kubernetes environment.\nThis proactive mechanism maintains system stability and fairness, integrating with Kubernetes' priority classes and YuniKorn's hierarchical queue system."),(0,a.yg)("h2",{id:"throughput"},"Throughput"),(0,a.yg)("p",null,"Throughput is a key criterion for measuring scheduler performance. It is critical for a large scale distributed system.\nIf throughput is bad, applications may waste time on waiting for scheduling and further impact service SLAs.\nWhen the cluster gets bigger, it also means there is a requirement for higher throughput. The ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/performance/evaluate_perf_function_with_kubemark"},"performance evaluation based on Kube-mark"),"\nreveals some perf numbers."),(0,a.yg)("h2",{id:"maxapplication-enforcement"},"MaxApplication Enforcement"),(0,a.yg)("p",null,"The MaxApplication enforcement feature allows users to limit the number of running applications for a configured queue.\nThis feature is critical in large scale batch workloads.\nWithout this feature, when a large number of concurrent jobs are launched, they would compete for resources, and a certain amount of resources would be wasted, which could lead to job failure.\nThe ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/user_guide/queue_config"},"Partition and Queue Configuration")," provides configuration examples."),(0,a.yg)("h2",{id:"cpu-architecture-support"},"CPU Architecture support"),(0,a.yg)("p",null,"YuniKorn supports running on ARM as well as on AMD/Intel CPUs.\nWith the release of YuniKorn 1.1.0, prebuilt convenience images for both architectures are provided in docker hub."))}d.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/ed3bee84.e599338a.js b/assets/js/ed3bee84.e599338a.js deleted file mode 100644 index d8aaa123ef8..00000000000 --- a/assets/js/ed3bee84.e599338a.js +++ /dev/null @@ -1 +0,0 @@ -"use strict";(self.webpackChunkwebsite=self.webpackChunkwebsite||[]).push([[43169],{15680:(e,r,t)=>{t.d(r,{xA:()=>l,yg:()=>g});var n=t(96540);function a(e,r,t){return r in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function i(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function o(e){for(var r=1;r=0||(a[t]=e[t]);return a}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(a[t]=e[t])}return a}var u=n.createContext({}),c=function(e){var r=n.useContext(u),t=r;return e&&(t="function"==typeof e?e(r):o(o({},r),e)),t},l=function(e){var r=c(e.components);return n.createElement(u.Provider,{value:r},e.children)},p="mdxType",d={inlineCode:"code",wrapper:function(e){var r=e.children;return n.createElement(n.Fragment,{},r)}},h=n.forwardRef((function(e,r){var t=e.components,a=e.mdxType,i=e.originalType,u=e.parentName,l=s(e,["components","mdxType","originalType","parentName"]),p=c(t),h=a,g=p["".concat(u,".").concat(h)]||p[h]||d[h]||i;return t?n.createElement(g,o(o({ref:r},l),{},{components:t})):n.createElement(g,o({ref:r},l))}));function g(e,r){var t=arguments,a=r&&r.mdxType;if("string"==typeof e||a){var i=t.length,o=new Array(i);o[0]=h;var s={};for(var u in r)hasOwnProperty.call(r,u)&&(s[u]=r[u]);s.originalType=e,s[p]="string"==typeof e?e:a,o[1]=s;for(var c=2;c{t.r(r),t.d(r,{assets:()=>u,contentTitle:()=>o,default:()=>d,frontMatter:()=>i,metadata:()=>s,toc:()=>c});var n=t(58168),a=(t(96540),t(15680));const i={id:"core_features",title:"Features",keywords:["feature"]},o=void 0,s={unversionedId:"get_started/core_features",id:"get_started/core_features",title:"Features",description:"\x3c!--",source:"@site/docs/get_started/core_features.md",sourceDirName:"get_started",slug:"/get_started/core_features",permalink:"/docs/next/get_started/core_features",draft:!1,tags:[],version:"current",frontMatter:{id:"core_features",title:"Features",keywords:["feature"]},sidebar:"docs",previous:{title:"Get Started",permalink:"/docs/next/"},next:{title:"Version details",permalink:"/docs/next/get_started/version"}},u={},c=[{value:"App-aware scheduling",id:"app-aware-scheduling",level:2},{value:"Hierarchy Resource Queues",id:"hierarchy-resource-queues",level:2},{value:"Gang Scheduling",id:"gang-scheduling",level:2},{value:"Job Ordering and Queuing",id:"job-ordering-and-queuing",level:2},{value:"Resource fairness",id:"resource-fairness",level:2},{value:"Resource Reservation",id:"resource-reservation",level:2},{value:"Preemption",id:"preemption",level:2},{value:"Throughput",id:"throughput",level:2},{value:"MaxApplication Enforcement",id:"maxapplication-enforcement",level:2},{value:"CPU Architecture support",id:"cpu-architecture-support",level:2}],l={toc:c},p="wrapper";function d(e){let{components:r,...t}=e;return(0,a.yg)(p,(0,n.A)({},l,t,{components:r,mdxType:"MDXLayout"}),(0,a.yg)("p",null,"The main features of YuniKorn include:"),(0,a.yg)("h2",{id:"app-aware-scheduling"},"App-aware scheduling"),(0,a.yg)("p",null,"One of the key differences of YuniKorn is, it does app-aware scheduling. In default K8s scheduler, it simply schedules\npod by pod, without any context about user, app, queue. However, YuniKorn recognizes users, apps, queues, and it considers\na lot more factors, e.g resource, ordering etc, while making scheduling decisions. This gives us the possibility to do\nfine-grained controls on resource quotas, resource fairness and priorities, which are the most important requirements\nfor a multi-tenancy computing system."),(0,a.yg)("h2",{id:"hierarchy-resource-queues"},"Hierarchy Resource Queues"),(0,a.yg)("p",null,"Hierarchy queues provide an efficient mechanism to manage cluster resources. The hierarchy of the queues can logically\nmap to the structure of an organization. This gives fine-grained control over resources for different tenants. The YuniKorn\nUI provides a centralised view to monitor the usage of resource queues, it helps you to get the insight how the resources are\nused across different tenants. What's more, By leveraging the min/max queue capacity, it can define how elastic it can be\nin terms of the resource consumption for each tenant."),(0,a.yg)("h2",{id:"gang-scheduling"},"Gang Scheduling"),(0,a.yg)("p",null,"An application can request a set of resources, i.e. a gang, to be scheduled all at once.\nThe gang defines all the resources the application requires to start.\nDuring the first scheduling phase all resources requested will be reserved.\nThe application will only be started when all requested resources are available."),(0,a.yg)("p",null,"Reservation duration and application behaviour when the reservation fails are configurable.\nIt is even possible to create multiple gangs of different specifications for one application.\nSee the ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/design/gang_scheduling"},"gang design")," and the Gang Scheduling ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/user_guide/gang_scheduling"},"user guide")," for more details."),(0,a.yg)("h2",{id:"job-ordering-and-queuing"},"Job Ordering and Queuing"),(0,a.yg)("p",null,"Applications can be properly queued in working-queues, the ordering policy determines which application can get resources first.\nThe policy can be various, such as simple ",(0,a.yg)("inlineCode",{parentName:"p"},"FIFO"),", ",(0,a.yg)("inlineCode",{parentName:"p"},"Fair"),", ",(0,a.yg)("inlineCode",{parentName:"p"},"StateAware")," or ",(0,a.yg)("inlineCode",{parentName:"p"},"Priority")," based. Queues can maintain the order of applications,\nand based on different policies, the scheduler allocates resources to jobs accordingly. The behavior is much more predictable."),(0,a.yg)("p",null,"What's more, when the queue max-capacity is configured, jobs and tasks can be properly queued up in the resource queue.\nIf the remaining capacity is not enough, they can be waiting in line until some resources are released. This simplifies\nthe client side operation. Unlike the default scheduler, resources are capped by namespace resource quotas,\nand that is enforced by the quota-admission-controller, if the underneath namespace has no enough quota, pods cannot be\ncreated. Client side needs complex logic, e.g retry by condition, to handle such scenarios."),(0,a.yg)("h2",{id:"resource-fairness"},"Resource fairness"),(0,a.yg)("p",null,"In a multi-tenant environment, a lot of users are sharing cluster resources. To avoid tenants from competing resources\nand potential get starving. More fine-grained fairness needs to achieve fairness across users, as well as teams/organizations.\nWith consideration of weights or priorities, some more important applications can get high demand resources that stand over its share.\nThis is often associated with resource budget, a more fine-grained fairness mode can further improve the expense control."),(0,a.yg)("h2",{id:"resource-reservation"},"Resource Reservation"),(0,a.yg)("p",null,"YuniKorn automatically does reservations for outstanding requests. If a pod could not be allocated, YuniKorn will try to\nreserve it on a qualified node and tentatively allocate the pod on this reserved node (before trying rest of nodes).\nThis mechanism can avoid this pod gets starved by later submitted smaller, less-picky pods.\nThis feature is important in the batch workloads scenario because when a large amount of heterogeneous pods is submitted\nto the cluster, it's very likely some pods can be starved even they are submitted much earlier. "),(0,a.yg)("h2",{id:"preemption"},"Preemption"),(0,a.yg)("p",null,"YuniKorn's preemption feature allows higher-priority tasks to dynamically reallocate resources by preempting lower-priority ones, ensuring critical workloads get necessary resources in a multi-tenant Kubernetes environment. This proactive mechanism maintains system stability and fairness, integrating with Kubernetes' priority classes and YuniKorn's hierarchical queue system."),(0,a.yg)("h2",{id:"throughput"},"Throughput"),(0,a.yg)("p",null,"Throughput is a key criterion to measure scheduler performance. It is critical for a large scale distributed system.\nIf throughput is bad, applications may waste time on waiting for scheduling, and further impact service SLAs.\nWhen the cluster gets bigger, it also means the requirement of higher throughput. The ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/performance/evaluate_perf_function_with_kubemark"},"performance evaluation based on Kube-mark"),"\nreveals some perf numbers."),(0,a.yg)("h2",{id:"maxapplication-enforcement"},"MaxApplication Enforcement"),(0,a.yg)("p",null,"MaxApplication enforcement feature allows users to limit the number of running applications for a configured queue.\nThis feature is critical in large scale batch workloads.\nWithout this feature, when there are a large number of concurrent jobs launched, they would compete for resources and a certain a mount of resources will be wasted, which could lead to job failure.\nThe ",(0,a.yg)("a",{parentName:"p",href:"/docs/next/user_guide/queue_config"},"Partition and Queue Configuration")," provides configuration examples."),(0,a.yg)("h2",{id:"cpu-architecture-support"},"CPU Architecture support"),(0,a.yg)("p",null,"YuniKorn supports running on ARM as well as on AMD/Intel CPUs.\nWith the release of YuniKorn 1.1.0 prebuilt convenience images for both architectures are provided in the docker hub."))}d.isMDXComponent=!0}}]); \ No newline at end of file diff --git a/assets/js/runtime~main.8884df51.js b/assets/js/runtime~main.7d45d50f.js similarity index 94% rename from assets/js/runtime~main.8884df51.js rename to assets/js/runtime~main.7d45d50f.js index 5af08a1f9b5..415e98383b7 100644 --- a/assets/js/runtime~main.8884df51.js +++ b/assets/js/runtime~main.7d45d50f.js @@ -1 +1 @@ -(()=>{"use strict";var e,a,f,c,b,d={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,e=[],r.O=(a,f,c,b)=>{if(!f){var d=1/0;for(i=0;i=b)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,b0&&e[i-1][2]>b;i--)e[i]=e[i-1];e[i]=[f,c,b]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,c){if(1&c&&(e=this(e)),8&c)return e;if("object"==typeof e&&e){if(4&c&&e.__esModule)return e;if(16&c&&"function"==typeof e.then)return e}var b=Object.create(null);r.r(b);var d={};a=a||[null,f({}),f([]),f(f)];for(var t=2&c&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,r.d(b,d),b},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({15:"8102b5ac",36:"19e8550d",353:"d8ac4d11",359:"31dd2b75",536:"086d5e3f",1038:"d16572ac",2075:"f933782b",2123:"0b9c6e63",2450:"04768086",2652:"da84cc0d",2932:"ce9e2dcf",2960:"0f3f8c85",3210:"1ef3c4cb",3233:"a5f90f12",3262:"94e4428c",3302:"c8855521",3640:"1626930f",4047:"c0390a80",4105:"1cb009e2",4113:"6947aa75",4432:"548a188b",4886:"13f29f79",4946:"0519d6ff",5005:"17e08b0c",5148:"5d738820",5415:"01627567",5715:"a5b5dcea",5874:"f8b6f1ce",5886:"30de4b0c",6149:"78d8c6ce",6182:"b2f441e1",6249:"97cf841f",6368:"442d4849",6428:"f7c05237",6507:"95c50459",6524:"ae9f1acc",6595:"9f84576c",6669:"bff552dd",7180:"c0873f99",7202:"3c851dde",7292:"19d98c6a",7402:"af25c48f",7420:"bf59ca81",7545:"fc009b8f",8248:"90571119",8250:"e897f185",8387:"6187a22c",8725:"3384d06b",8765:"5c9389cb",8919:"7ce1a762",9045:"54213aa1",9197:"f7f2e981",9371:"3b084a86",9508:"8fce5129",9591:"57d3a897",9669:"e80a80ce",9763:"605a9692",9768:"284c0406",9790:"d3bbc5fd",9895:"d8538008",10325:"197162c9",10394:"7d04a98b",10571:"3dd193dd",10783:"203393bb",10836:"5188416b",10853:"ec5ce2a8",11157:"178e95a2",11200:"564cd4c0",11429:"61e9bb6e",11506:"730062b1",11866:"b8c87182",11969:"a40e4d8d",12031:"f17eea78",12032:"f31b0025",12515:"d1187d43",12646:"354854e1",12726:"c95b781b",12791:"ebb6a828",13021:"6875b121",13089:"1a8d89d5",13843:"6bf8e8e6",13940:"db9c64ed",14140:"20d575d4",14338:"65d34724",14774:"a521008d",15889:"d4751fcb",15929:"b99ad014",16061:"7b6b8da6",16081:"04f93611",16248:"0e6e7f1a",16308:"92ebcf1c",16325:"959f8bcb",16337:"495df45a",16341:"a617c0b8",16626:"ce784664",16939:"eb39d40e",16949:"a1c02285",17303:"d3b31caa",17369:"c52cb584",17657:"30b0614b",17785:"be46464e",18119:"6f2f0c4c",18122:"f63c7767",18181:"d15d046b",18340:"c1d1596b",18401:"17896441",18500:"5652c446",18827:"5d439d21",19411:"53c63e3f",19662:"d443b36e",19699:"0dcca658",21187:"a65c2029",21559:"81215a04",21600:"e0250fe6",21672:"4fd3fe56",22152:"65e91a71",22343:"fa9bdbac",22408:"d4cdbb95",22442:"f0045c87",22483:"fd2b2a05",22600:"80348dae",22773:"a75efafa",22819:"aea8cccb",23014:"0565d9f4",23075:"b8a75ff1",23626:"098cffed",23819:"5cf764b1",23907:"70245927",24045:"a7022165",24165:"dfc96154",24288:"deaca5dd",24451:"2774336d",24616:"528dfaf3",24697:"8daebb13",24944:"e718b7e6",25042:"acc1e0c7",25263:"b6a19a2b",25308:"aa222e6d",25661:"288b5fa4",25729:"9879f36f",25871:"1e0f4596",26021:"5a3f9071",26091:"fadff26c",26133:"deedc2a8",26152:"a6860501",26155:"e951bf48",26328:"fc3648c4",26480:"c6405911",26592:"83f9573b",27029:"3bfd86a6",27083:"761be9ac",27504:"b06b747e",27683:"c3b79105",28079:"52045c4e",28104:"92cca7ce",28112:"0810aeb4",28153:"988211ef",28768:"c452b0b7",28922:"203f692a",29853:"02ad889d",29976:"e9498790",30079:"cd8a45a6",30563:"cc3eb85c",30749:"2c019423",31087:"830bde22",31245:"c65b3d63",31412:"4bbb5eb1",31425:"6c36aa60",31609:"529f7014",31669:"8ad1c52d",31872:"3e90f77d",32102:"39e6d37f",32131:"9e9f5dce",32209:"c0a49dd7",32272:"3deac311",32861:"3dd644e6",32961:"d5f4f3d4",32968:"293bee56",33070:"e75f0651",33109:"284fa5fb",33214:"8b190d09",33261:"da845f06",33270:"d7cf88d1",33386:"cd72eb9e",33523:"3d1791fa",33706:"b1c24be0",33707:"a05f508e",33748:"6bb5aff3",34062:"1f87d76b",34221:"cd9d94be",34412:"df632275",34463:"db881351",34473:"b9526204",34654:"024f5110",34786:"0448914c",34870:"a9bc95bb",35160:"6d7a4f7b",35173:"afe6f65e",35230:"c7eff138",35581:"d28f8723",36154:"09920c24",36253:"83debc9b",36347:"1072df95",36598:"5ba37eca",36645:"a7fed74b",36814:"ae8ddf81",36852:"ce30221e",37310:"c7277ad6",37404:"be6859b2",37571:"067a7414",37586:"229fac93",37681:"f03fab11",37726:"92d75d1c",37802:"facbb56d",37974:"6e3154f7",38090:"77816f9e",38600:"a633adf5",38620:"58597cf2",38622:"cf736a7b",38634:"cacb3d65",39013:"08ea7f98",39038:"6388662f",39221:"f6d558f6",39545:"89a0a60a",39561:"3f99eb33",39667:"29295ff3",40249:"72207194",40523:"7c3e0a90",40570:"4ff49acf",40742:"b695efd2",40802:"2b4143dc",40844:"915fdef3",40905:"b0f84f31",41399:"2757bf0a",41880:"e74fe2a7",42018:"278ee235",42389:"93c6800a",42420:"ac710fda",42656:"45a2a32a",42683:"c928173c",42839:"15abff36",42856:"33aa855a",43162:"2f626edb",43169:"ed3bee84",43289:"91d25720",43514:"88ef04a7",43516:"2b10040d",43568:"99e0db6b",44077:"1d098224",44556:"c25457d3",45071:"dbb33cef",45087:"f6435ed1",45623:"139f73fe",45681:"1e6876ab",45738:"cfabf7e9",45903:"98d35d14",46001:"56be068b",46067:"c78cff6c",46069:"d0cc8b4f",46137:"45f98d44",46484:"a77f4c3b",46571:"78e4148a",46765:"bb9f8df1",47063:"22d92bf3",48098:"e0cfa6fb",48190:"6abe350e",48724:"0dc95480",48866:"8b608a5c",48900:"afee9407",49042:"43c45fbd",49167:"883b80f5",49232:"3f297b93",49294:"1a7d2b73",49364:"85f02d4b",49409:"daba4570",49706:"29a3d0d6",50528:"34af491e",50763:"45113257",50794:"c140d46c",51030:"34d88677",51068:"bcca5012",51103:"1d314591",51200:"bebf10ba",51269:"958e6623",51308:"da3e9658",51645:"244eac16",51791:"0131ba20",51800:"54b2a591",52072:"842b9c6e",52140:"a7cd363d",52153:"d4e92657",52335:"fd8e5d2f",52550:"641fb5ab",52634:"c4f5d8e4",52694:"8aa5df97",52891:"afbdcc09",53045:"f1bf9ead",53320:"5c518724",53409:"c70aa1ed",53416:"9523dcb5",53716:"5c9831a7",53754:"bb9c3ed9",53870:"4d53942d",54357:"1dea1673",54426:"0c902ed6",54727:"f5272822",54838:"8daf2cfc",55286:"474cf6da",55380:"b2399376",55449:"56f4e815",55526:"cff1c286",55570:"43a73887",55991:"c3dff334",56107:"5166b893",56158:"17c1bf74",56176:"bd9c2ce3",56601:"ca87bd6e",56672:"a6514927",56809:"9eea1548",57346:"548f5e59",57387:"be7a0dbe",57426:"b9bde1e9",57618:"649b7061",57813:"1dcb712d",57949:"5c9ba668",58133:"c0bd6a4b",58250:"e5e048c5",58356:"64a11ff0",58465:"e59213c0",58705:"c8ec7de9",58711:"ac22c4de",58755:"829baac4",58764:"8f5ca9a8",58969:"5603f239",59140:"79b08c73",59388:"6454a05b",59449:"92b7280d",59682:"de8ad7db",59783:"33031c96",59911:"484362c2",59960:"116ce0e0",60042:"34672d36",60043:"073760cf",60126:"b16939e2",60491:"e7752ddb",60912:"a649354c",61056:"3951a3d5",61145:"dbbae471",61408:"53ba98a8",61601:"d872d333",61895:"a4a95510",62112:"333ae3de",62138:"1a4e3797",62270:"6069883e",62809:"5df7ef96",62948:"8d20ce23",63184:"b9d8091f",63588:"debcf1ca",63625:"25778245",64078:"bd0b3be5",64476:"a3cf9e9a",64575:"1cb70b87",64660:"1582f434",64705:"e2e6c14f",64818:"96225825",64915:"63d0f0e0",65038:"7c4de6ae",65429:"1c9209f4",65473:"a008f403",65867:"02b8ff39",65880:"21fffddb",66061:"1f391b9e",66115:"3484cec4",66303:"3c15e784",66324:"26c8b3d3",66564:"c512952f",67148:"c07122e1",67228:"e3e676f7",67270:"4d985d8a",67291:"67b585cb",67459:"a38fce19",67546:"e2561c05",68047:"1f5d5f87",68596:"e8ce8f9a",69061:"5ae3e876",69085:"36f1c627",69166:"48b422ba",69465:"a65edd96",69999:"ead72281",70273:"fb133e19",70294:"c3a3eb3c",70377:"b780b841",70699:"b6ccfdca",70706:"09fd6bc3",70747:"49077a33",70806:"0ffa903f",70860:"b31cf73f",70921:"03ef24a9",70948:"a8ec943f",71013:"6b6cd41d",71453:"e15bcb33",71457:"aa392378",71560:"32947c92",72405:"1fec1075",72420:"b027356b",72903:"fd3398f1",72913:"0b7eabf3",72982:"2e1bbbbe",73171:"07de990d",73204:"57176175",73235:"a2c14f61",73509:"c56532b8",73607:"579c441c",74118:"9ce8caa5",74146:"9aa2d1d3",74259:"27e1f4b3",74356:"6a4d9186",74618:"5877df2d",74838:"23b73747",75397:"c2467954",75566:"c9bc13ce",75751:"9a6d52da",76047:"58082863",76108:"d808852d",76120:"8d2ab356",76438:"9a3fbf2b",76635:"13b56c59",76709:"76634d71",76786:"aea5966f",76842:"e62294b1",77007:"9f2f7e81",77039:"d6ce4507",77177:"253fbb59",77401:"68bfee64",77494:"24bb3679",77564:"1b5b94bb",77630:"2cdd7720",77671:"8a525f09",77778:"879025b0",77993:"3826374e",78023:"4bbb7f4a",78187:"d77c210f",78201:"a2c1c70a",78425:"b198df35",78678:"dc8253a3",78763:"d84189a7",79323:"6175b9e3",79798:"9707d709",79862:"17c79707",80047:"447f169e",80097:"6a14e4a6",80266:"b94a2346",80567:"62e81aa6",80715:"c1be4069",81044:"f12e5031",81073:"785bbfee",81270:"0780ab69",81367:"131f5b8d",81516:"98bfff7a",81542:"1a38f637",81618:"3f50cac0",81848:"39455ce1",81874:"efa2f5a1",82175:"ed701816",82206:"392e1a00",82362:"5eab74b1",82413:"cf5a4cff",82495:"3259ac92",82669:"df6ab4bc",82756:"d643cbaf",82862:"47b8b18c",83371:"b56a9dad",83379:"66527541",83416:"48c9bcee",83430:"e36c389f",83486:"6561ff8a",83553:"31c3b644",83683:"4293d558",84795:"1e32b83f",84838:"4e1badf8",84927:"2acaeb1a",84933:"481cf853",85682:"a9215700",85739:"4cd336cf",85775:"e127b1c1",85812:"12af6885",85958:"e7c63a3c",86048:"e0ea7e73",86164:"f3be527a",86260:"04f00c7c",86547:"00aed75b",86618:"5e906dfd",86673:"0a87ba36",87392:"e6aabe98",88353:"51392a58",88464:"97597cd7",88542:"dadaae3f",88714:"1be78505",88852:"e3883bac",89173:"04f5229b",89732:"330bcee0",89753:"427c3667",89760:"cb2f5335",89838:"1f466884",89845:"2a3c922d",89907:"506691da",89983:"34003c72",90046:"bd59b609",90442:"cbc12d17",90455:"6db854fa",91416:"59ca9e65",91467:"92a19523",91494:"12c7c638",91554:"d9f7e22f",91702:"69994b68",91857:"8c9cae58",92052:"c610c5a8",92307:"aa2738c3",92554:"a8d4abbe",92747:"42f05cce",92763:"863d209f",92802:"055b225f",93120:"8e7559bb",93474:"c3efefe4",93637:"e91b02be",93936:"850ece50",93978:"0fe0ccc7",94155:"8a4daa3b",94246:"872379cf",94433:"efe1d13a",94485:"1df0bf2a",94526:"9746ca7b",94530:"6f0123ef",94852:"2308dcf3",94979:"8ac907f8",95016:"8e1bf126",95080:"a3304b48",95105:"4356428f",95309:"5bd52431",95315:"f3634bd2",95316:"e30960a7",95392:"74f9148b",95520:"026b0f1d",95656:"d8aa108f",95843:"4677217b",95851:"648a3482",95966:"15659d54",96321:"30fe064f",96443:"6540f7c7",96529:"2fbebc4d",96553:"70f17b6a",96751:"559ca816",97220:"1094d3ac",97555:"e6f1bbf8",97642:"432ba8c0",97766:"4be882fd",97884:"33b8ac1d",97988:"af30bbb1",98037:"8745e5b0",98206:"0cd5b1a7",98581:"935f2afb",98601:"62cdd780",98808:"d248ca85",99222:"794b0494",99377:"cb5e20e2",99746:"751b68b4",99917:"8a6e3c59"}[e]||e)+"."+{15:"5a964ef2",36:"3686a29b",353:"8e8c45ef",359:"6901161c",536:"d1f0848f",1038:"d4f46ccc",2075:"c96d8315",2123:"5d01f4e4",2450:"2f212502",2652:"8aa7e7ea",2932:"a56703ea",2960:"6fc4c2b7",3210:"77440141",3233:"c97971f7",3262:"e1f79763",3302:"8cc6006e",3640:"b10c6231",4047:"b5121080",4105:"53182f1a",4113:"b87441e5",4432:"fc33c5d6",4886:"232d179a",4946:"5215c332",5005:"83993272",5148:"1dcc1406",5415:"df68d752",5715:"6e771dad",5874:"16fcc295",5886:"1d5dbfc1",6149:"d1d429ba",6182:"3ff25e98",6249:"caf631bb",6368:"aef9f483",6428:"20290017",6507:"06992d81",6524:"ae6db8d8",6595:"42192bfb",6669:"69fbf821",7180:"1e8c74a5",7202:"7ed603e7",7292:"621621f4",7402:"5ff9557f",7420:"e9682986",7545:"6e622072",8248:"ae0dfac2",8250:"90fdf8f0",8387:"8639e517",8725:"121dc9a2",8765:"fd201b3f",8919:"39d14580",9045:"775925b8",9197:"f93b0f50",9371:"e42fe605",9462:"07040a58",9508:"d4e77c68",9591:"eda13b2b",9669:"426096d9",9763:"b0509615",9768:"44d33858",9790:"c1bf1429",9895:"8ab0ad7e",10325:"bb3c417d",10394:"1ed49dce",10571:"5022f444",10783:"dd27116a",10836:"90adea4d",10853:"4f92a6a6",11157:"608b8261",11200:"5063f166",11429:"a1ce5f5e",11506:"c1144b77",11866:"c422fdcf",11969:"0059ad37",12031:"79ce011f",12032:"82ba23d0",12515:"bda2c2b6",12646:"c552c9a3",12726:"5d568b2e",12791:"24c90f6d",13021:"7fc73732",13089:"7cab64c6",13843:"de0a6e99",13940:"3d3ca951",14140:"652d267a",14338:"dc0d393d",14774:"5b88e394",15889:"0641dc20",15929:"f592e3f7",16061:"a8bf30d3",16081:"203c2bbf",16248:"2c6a2766",16308:"7aec25ed",16325:"f64f36b7",16337:"f93bc891",16341:"69192db0",16626:"930d23ee",16939:"14365e5a",16949:"ad523f2e",17303:"3dc7378d",17369:"92a9f3a5",17657:"4a738702",17785:"29f9864d",18119:"ad61da2e",18122:"1e19e7aa",18181:"a477ab86",18340:"d109f0ec",18401:"6c577ab6",18500:"f9368f1a",18827:"c22a1ed6",19411:"5a984885",19662:"6b7ca2c2",19699:"53f7d9e0",21187:"57f31bf8",21559:"4f7292a1",21600:"3953c055",21672:"55a2041e",22152:"3ebd9815",22343:"196c8b5a",22408:"ef0afd9f",22442:"ccf257a5",22483:"18c45391",22600:"2f18b0c3",22773:"13cf295a",22819:"47948051",23014:"b7f8d32a",23075:"f8ba1749",23626:"78e7660e",23819:"11f5e78f",23907:"1ef6c99b",24045:"aa9f2c17",24165:"cbf77003",24288:"7d11da90",24451:"35c327c0",24616:"51ced736",24697:"3c30509f",24944:"189f2bc7",25042:"bc4c9472",25263:"071e3e89",25308:"9bd05114",25661:"4b0e22b7",25729:"44fc744b",25871:"7c472f04",26021:"57af33ff",26091:"828779cb",26133:"458aa83e",26152:"10b0ba83",26155:"8b0689e0",26328:"fb383886",26480:"23f5ca13",26592:"a81aced9",27029:"bcce0b79",27083:"072148cc",27504:"933f321a",27683:"ced521fb",28079:"c06b2a72",28104:"291b54a4",28112:"0ceb896f",28153:"56808091",28768:"0a69a84a",28922:"a3b4b417",29853:"bb795bfb",29976:"f77d3873",30079:"761a32e4",30563:"3926d780",30749:"443e0039",31087:"006b52c1",31245:"593162a9",31412:"7744b5a3",31425:"5b879389",31609:"8e36464d",31669:"b101a2b3",31872:"b451016f",32102:"2ac8c3b4",32131:"9cf90831",32209:"ff370977",32272:"b02c7570",32861:"2859d167",32961:"05e74567",32968:"66b38b11",33070:"f4bcb8b1",33109:"d3bfc8e7",33214:"47578c70",33261:"1575d387",33270:"b1f3737a",33386:"14c5fdd4",33523:"ab484812",33706:"bcdaa26f",33707:"60674ec2",33748:"90e7f1a9",34062:"ec21b66a",34221:"8b3a9d7d",34412:"ac0d9302",34463:"9bf07a8e",34473:"3b257f04",34654:"197b4de2",34786:"3c2c38e5",34870:"679e5caf",35160:"30c173df",35173:"05d7a7a9",35230:"cd946ed5",35581:"88e3fb68",36154:"ad8c9cc3",36253:"f959c57f",36347:"0a4785cc",36598:"550bdd62",36645:"f298292d",36814:"ea95dd0c",36852:"82d99802",37310:"ed792bc2",37404:"b7c61746",37571:"e4e3041c",37586:"75587452",37681:"a237f659",37726:"89f88edf",37802:"eb67ddb5",37974:"f6daf0fa",38090:"e2621978",38600:"f6e61325",38620:"042b3c76",38622:"8ae807a3",38634:"c4bcb762",39013:"a4cbc0a1",39038:"933daf1d",39221:"0d75021a",39545:"37592df3",39561:"e10519c1",39667:"912eaf2e",40249:"c7e990d8",40523:"e1dec477",40570:"db6938c2",40742:"a28c8170",40802:"d37f9f63",40844:"5ed9802a",40905:"f45526dc",41399:"39a2e2ba",41880:"66ab487f",42018:"41f93d69",42389:"9df75aa9",42420:"5571ac44",42656:"e58fedb7",42683:"98b0af3f",42839:"bdb7589e",42856:"d718d3a2",43162:"20c2a1de",43169:"e599338a",43289:"565487b0",43514:"4e0dd92b",43516:"a2a8a3b8",43568:"4899bc55",44077:"d29cbab7",44556:"074cdb24",45071:"68db2c3e",45087:"0ca83ea1",45623:"400c5e2c",45681:"abf0e09a",45738:"10957ba0",45903:"1ea6fb51",46001:"6213e116",46067:"9a1cbdb2",46069:"4d32d640",46137:"f8f1140b",46484:"cd1bb797",46571:"727a8861",46765:"8208be48",47063:"ca0d3a29",48098:"c0a49738",48190:"cb0866ea",48724:"138e97e4",48866:"b18e939c",48900:"ac6d5b00",49042:"38f0ac24",49167:"de65c4bb",49232:"95716fda",49294:"2984e595",49364:"5983d3ce",49409:"e10dd30b",49706:"2f324f58",50528:"17b7001d",50763:"ebf20488",50794:"3d5f997c",51030:"58efa11c",51068:"ef4d81c4",51103:"daff8934",51200:"d50a30e7",51269:"395cfc14",51308:"d4c464e6",51645:"f8a8a582",51791:"94de77a5",51800:"cd72a9c8",52072:"0334cf14",52140:"57c4a6a0",52153:"08152dcb",52335:"c9fe733d",52550:"1f51f540",52634:"c2c96e7e",52694:"3918abfa",52891:"68d4885f",53045:"b9351ac0",53320:"7510ba60",53409:"bdfc4a10",53416:"00881e43",53716:"4efe9117",53754:"08d6ecdd",53870:"e445bf2e",54357:"7128cd15",54426:"ab225051",54727:"d8fbd250",54838:"65bb3e78",55286:"aec0fa6c",55380:"a2d92f6a",55449:"6293fe95",55526:"2db7c80f",55570:"5b107b51",55991:"f8c3aada",56107:"84e6eec2",56158:"d8e95b69",56176:"d39df7e5",56601:"7bd30ea9",56672:"da0e4eb4",56809:"971505a2",57346:"96ba05a3",57387:"c69c2f66",57426:"511cb102",57618:"a6744b9d",57813:"f89be587",57949:"3da6df93",58133:"0daf3fc6",58250:"3b5d3ef9",58356:"82579f78",58465:"c3072d74",58705:"596b4ac9",58711:"a308deaf",58755:"df57ebb4",58764:"b983f476",58913:"4ff08b28",58969:"b80f6412",59140:"284cdda4",59388:"98b2b103",59449:"fcf7efa8",59682:"b926b3df",59783:"525a1e36",59911:"2c3d295e",59960:"3ca47cd7",60042:"a050f1de",60043:"058e0955",60126:"16a76e53",60491:"a133f2f3",60912:"b6560097",61056:"b3236220",61145:"e73fb043",61408:"4b31a0fb",61601:"c4bb4415",61895:"a3d154da",62112:"0a8066cb",62138:"1fcdb111",62270:"cf8e2b0b",62809:"8ef4feb5",62948:"7c101ce7",63184:"01661c11",63588:"cb179c78",63625:"05345bb4",64078:"143de700",64476:"10e6eecf",64575:"e803a7a6",64660:"01cfb7e4",64705:"2da427b4",64818:"7e961fbf",64915:"d14c9f47",65038:"d5ddd3c2",65429:"1d2fde7f",65473:"f1949323",65867:"da26d0fd",65880:"81d24b21",66061:"91dc4570",66115:"1ac9ce21",66303:"cff5a46c",66324:"2f22a7c1",66564:"2c927829",67148:"c743870f",67228:"2b0b2cbd",67270:"cb6bfb45",67291:"b9e1b934",67459:"0ce8b290",67546:"d68b5a74",68047:"e86f6de5",68596:"07513113",69061:"d7f0e02e",69085:"99fdd64e",69166:"ab665378",69465:"58c3f8fa",69999:"a3c702e1",70273:"8ef89665",70294:"847143cf",70377:"8dd1ef35",70699:"0e7c9a4d",70706:"d49a9ba8",70747:"9870bb32",70806:"cbaccdf8",70860:"eda4dd3c",70921:"d774983d",70948:"1e0fc4c1",71013:"8312d127",71453:"c8011a4a",71457:"460b12b3",71560:"8d2a2abf",72405:"1533939c",72420:"dbff02d9",72903:"0366c899",72913:"cae9f960",72982:"524df708",73171:"a3550c1f",73204:"1fe36274",73235:"8b88b3b6",73509:"a881d435",73607:"1ac10b1d",74118:"a1ff0fed",74146:"9d9525b6",74259:"24c9e762",74356:"483fa885",74618:"72c50fea",74838:"2777729d",75049:"c56eddca",75397:"50aac793",75566:"f3fb8dad",75751:"68727c5b",76047:"041cf12c",76108:"c3e32534",76120:"0355ec32",76438:"05a309aa",76635:"0f2a9f10",76709:"cf47cab1",76786:"a31f93d5",76842:"a2ce97b9",77007:"8295426d",77039:"75b21bcd",77177:"62e5ed49",77401:"6de9f51b",77494:"95e1e22d",77564:"a1ce4fe6",77630:"4c8d597b",77671:"b86210df",77778:"778b1548",77993:"12d41389",78023:"961b0c1f",78187:"1434d5d5",78201:"36188326",78425:"a0afe782",78678:"ff25a4f6",78763:"c65e0152",79323:"50f57141",79798:"cc3bfd00",79862:"fd490c44",80047:"8e83ae08",80097:"334893d4",80266:"db4dc7ee",80567:"04de7e6e",80715:"e9c69174",81044:"93136b45",81073:"0a69b641",81270:"066c4ef3",81367:"0aba9e97",81516:"f248aed3",81542:"b5c751fb",81618:"bd8febd0",81774:"5a9c1c53",81848:"5926cc43",81874:"36ea0b89",82175:"55a26d41",82206:"310c0484",82362:"8435b302",82413:"b9a83c8f",82495:"c0ba46bc",82669:"ec8326c4",82756:"f3cc4795",82862:"c91b2207",83371:"9c63da61",83379:"801fd025",83416:"30fc7c3a",83430:"a897ac32",83486:"dd52eb5e",83553:"ccb4b446",83683:"54f7d1d8",84795:"73a9b97c",84838:"1b30031f",84927:"381b11ab",84933:"79fe5c8e",85682:"1ef61d7d",85739:"f8e0e38a",85775:"945a3099",85812:"05951330",85958:"e89edfbd",86048:"30b2ffe0",86164:"a988b932",86260:"7e8643f9",86547:"67959562",86618:"67e1bf35",86673:"30e2e73f",87392:"ebe144b1",88353:"57b7cb15",88464:"de3eb6f2",88542:"1933f7c9",88714:"311931c7",88852:"e8bebdc1",89173:"81c35a15",89732:"5225854e",89753:"045e74f9",89760:"c02cc489",89838:"9e1a40ef",89845:"537d26b5",89907:"f30f04df",89983:"a1d3ed77",90046:"aae6be63",90442:"5ff9841d",90455:"d038a116",91416:"775d7ab6",91467:"0d618fa3",91494:"80348292",91554:"20dfd341",91702:"c1f58964",91857:"7c26a22c",92052:"d6ea1932",92307:"6c921dbf",92554:"1faaa1ea",92663:"fbb06eac",92747:"5c0a7276",92763:"42a72341",92802:"3f59c94f",93120:"72d96532",93474:"d3ac81b4",93637:"b1fcc7e9",93936:"abf546db",93978:"196933a5",94155:"0f7f14e6",94246:"d3c8e7fe",94433:"fa4c2dea",94485:"e75b0971",94526:"01a831c8",94530:"c0557d45",94852:"4fabbede",94979:"bd16dafb",95016:"b956721d",95080:"e960b73b",95105:"e3a07f8a",95309:"13a247ff",95315:"11948511",95316:"03c6fa75",95392:"d8c26e40",95520:"2e1d2fb2",95656:"60c25240",95843:"fbf6cfc5",95851:"51e76f7c",95966:"f31b5766",96321:"57f62191",96443:"7f17b816",96529:"00876c41",96553:"c92e8ab1",96751:"695391b7",97220:"6ff17a4e",97555:"d995c591",97642:"07df9987",97766:"95810b52",97884:"b105c1b5",97988:"812fc592",98037:"e765f107",98206:"ec1ad4e4",98581:"7b072cfc",98601:"b7296a5e",98808:"b7c5be75",99222:"7597dcba",99377:"8946a052",99746:"65459ca0",99917:"b3150068"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),c={},b="website:",r.l=(e,a,f,d)=>{if(c[e])c[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var b=c[e];if(delete c[e],t.parentNode&&t.parentNode.removeChild(t),b&&b.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"18401",25778245:"63625",45113257:"50763",57176175:"73204",58082863:"76047",66527541:"83379",70245927:"23907",72207194:"40249",90571119:"8248",96225825:"64818","8102b5ac":"15","19e8550d":"36",d8ac4d11:"353","31dd2b75":"359","086d5e3f":"536",d16572ac:"1038",f933782b:"2075","0b9c6e63":"2123","04768086":"2450",da84cc0d:"2652",ce9e2dcf:"2932","0f3f8c85":"2960","1ef3c4cb":"3210",a5f90f12:"3233","94e4428c":"3262",c8855521:"3302","1626930f":"3640",c0390a80:"4047","1cb009e2":"4105","6947aa75":"4113","548a188b":"4432","13f29f79":"4886","0519d6ff":"4946","17e08b0c":"5005","5d738820":"5148","01627567":"5415",a5b5dcea:"5715",f8b6f1ce:"5874","30de4b0c":"5886","78d8c6ce":"6149",b2f441e1:"6182","97cf841f":"6249","442d4849":"6368",f7c05237:"6428","95c50459":"6507",ae9f1acc:"6524","9f84576c":"6595",bff552dd:"6669",c0873f99:"7180","3c851dde":"7202","19d98c6a":"7292",af25c48f:"7402",bf59ca81:"7420",fc009b8f:"7545",e897f185:"8250","6187a22c":"8387","3384d06b":"8725","5c9389cb":"8765","7ce1a762":"8919","54213aa1":"9045",f7f2e981:"9197","3b084a86":"9371","8fce5129":"9508","57d3a897":"9591",e80a80ce:"9669","605a9692":"9763","284c0406":"9768",d3bbc5fd:"9790",d8538008:"9895","197162c9":"10325","7d04a98b":"10394","3dd193dd":"10571","203393bb":"10783","5188416b":"10836",ec5ce2a8:"10853","178e95a2":"11157","564cd4c0":"11200","61e9bb6e":"11429","730062b1":"11506",b8c87182:"11866",a40e4d8d:"11969",f17eea78:"12031",f31b0025:"12032",d1187d43:"12515","354854e1":"12646",c95b781b:"12726",ebb6a828:"12791","6875b121":"13021","1a8d89d5":"13089","6bf8e8e6":"13843",db9c64ed:"13940","20d575d4":"14140","65d34724":"14338",a521008d:"14774",d4751fcb:"15889",b99ad014:"15929","7b6b8da6":"16061","04f93611":"16081","0e6e7f1a":"16248","92ebcf1c":"16308","959f8bcb":"16325","495df45a":"16337",a617c0b8:"16341",ce784664:"16626",eb39d40e:"16939",a1c02285:"16949",d3b31caa:"17303",c52cb584:"17369","30b0614b":"17657",be46464e:"17785","6f2f0c4c":"18119",f63c7767:"18122",d15d046b:"18181",c1d1596b:"18340","5652c446":"18500","5d439d21":"18827","53c63e3f":"19411",d443b36e:"19662","0dcca658":"19699",a65c2029:"21187","81215a04":"21559",e0250fe6:"21600","4fd3fe56":"21672","65e91a71":"22152",fa9bdbac:"22343",d4cdbb95:"22408",f0045c87:"22442",fd2b2a05:"22483","80348dae":"22600",a75efafa:"22773",aea8cccb:"22819","0565d9f4":"23014",b8a75ff1:"23075","098cffed":"23626","5cf764b1":"23819",a7022165:"24045",dfc96154:"24165",deaca5dd:"24288","2774336d":"24451","528dfaf3":"24616","8daebb13":"24697",e718b7e6:"24944",acc1e0c7:"25042",b6a19a2b:"25263",aa222e6d:"25308","288b5fa4":"25661","9879f36f":"25729","1e0f4596":"25871","5a3f9071":"26021",fadff26c:"26091",deedc2a8:"26133",a6860501:"26152",e951bf48:"26155",fc3648c4:"26328",c6405911:"26480","83f9573b":"26592","3bfd86a6":"27029","761be9ac":"27083",b06b747e:"27504",c3b79105:"27683","52045c4e":"28079","92cca7ce":"28104","0810aeb4":"28112","988211ef":"28153",c452b0b7:"28768","203f692a":"28922","02ad889d":"29853",e9498790:"29976",cd8a45a6:"30079",cc3eb85c:"30563","2c019423":"30749","830bde22":"31087",c65b3d63:"31245","4bbb5eb1":"31412","6c36aa60":"31425","529f7014":"31609","8ad1c52d":"31669","3e90f77d":"31872","39e6d37f":"32102","9e9f5dce":"32131",c0a49dd7:"32209","3deac311":"32272","3dd644e6":"32861",d5f4f3d4:"32961","293bee56":"32968",e75f0651:"33070","284fa5fb":"33109","8b190d09":"33214",da845f06:"33261",d7cf88d1:"33270",cd72eb9e:"33386","3d1791fa":"33523",b1c24be0:"33706",a05f508e:"33707","6bb5aff3":"33748","1f87d76b":"34062",cd9d94be:"34221",df632275:"34412",db881351:"34463",b9526204:"34473","024f5110":"34654","0448914c":"34786",a9bc95bb:"34870","6d7a4f7b":"35160",afe6f65e:"35173",c7eff138:"35230",d28f8723:"35581","09920c24":"36154","83debc9b":"36253","1072df95":"36347","5ba37eca":"36598",a7fed74b:"36645",ae8ddf81:"36814",ce30221e:"36852",c7277ad6:"37310",be6859b2:"37404","067a7414":"37571","229fac93":"37586",f03fab11:"37681","92d75d1c":"37726",facbb56d:"37802","6e3154f7":"37974","77816f9e":"38090",a633adf5:"38600","58597cf2":"38620",cf736a7b:"38622",cacb3d65:"38634","08ea7f98":"39013","6388662f":"39038",f6d558f6:"39221","89a0a60a":"39545","3f99eb33":"39561","29295ff3":"39667","7c3e0a90":"40523","4ff49acf":"40570",b695efd2:"40742","2b4143dc":"40802","915fdef3":"40844",b0f84f31:"40905","2757bf0a":"41399",e74fe2a7:"41880","278ee235":"42018","93c6800a":"42389",ac710fda:"42420","45a2a32a":"42656",c928173c:"42683","15abff36":"42839","33aa855a":"42856","2f626edb":"43162",ed3bee84:"43169","91d25720":"43289","88ef04a7":"43514","2b10040d":"43516","99e0db6b":"43568","1d098224":"44077",c25457d3:"44556",dbb33cef:"45071",f6435ed1:"45087","139f73fe":"45623","1e6876ab":"45681",cfabf7e9:"45738","98d35d14":"45903","56be068b":"46001",c78cff6c:"46067",d0cc8b4f:"46069","45f98d44":"46137",a77f4c3b:"46484","78e4148a":"46571",bb9f8df1:"46765","22d92bf3":"47063",e0cfa6fb:"48098","6abe350e":"48190","0dc95480":"48724","8b608a5c":"48866",afee9407:"48900","43c45fbd":"49042","883b80f5":"49167","3f297b93":"49232","1a7d2b73":"49294","85f02d4b":"49364",daba4570:"49409","29a3d0d6":"49706","34af491e":"50528",c140d46c:"50794","34d88677":"51030",bcca5012:"51068","1d314591":"51103",bebf10ba:"51200","958e6623":"51269",da3e9658:"51308","244eac16":"51645","0131ba20":"51791","54b2a591":"51800","842b9c6e":"52072",a7cd363d:"52140",d4e92657:"52153",fd8e5d2f:"52335","641fb5ab":"52550",c4f5d8e4:"52634","8aa5df97":"52694",afbdcc09:"52891",f1bf9ead:"53045","5c518724":"53320",c70aa1ed:"53409","9523dcb5":"53416","5c9831a7":"53716",bb9c3ed9:"53754","4d53942d":"53870","1dea1673":"54357","0c902ed6":"54426",f5272822:"54727","8daf2cfc":"54838","474cf6da":"55286",b2399376:"55380","56f4e815":"55449",cff1c286:"55526","43a73887":"55570",c3dff334:"55991","5166b893":"56107","17c1bf74":"56158",bd9c2ce3:"56176",ca87bd6e:"56601",a6514927:"56672","9eea1548":"56809","548f5e59":"57346",be7a0dbe:"57387",b9bde1e9:"57426","649b7061":"57618","1dcb712d":"57813","5c9ba668":"57949",c0bd6a4b:"58133",e5e048c5:"58250","64a11ff0":"58356",e59213c0:"58465",c8ec7de9:"58705",ac22c4de:"58711","829baac4":"58755","8f5ca9a8":"58764","5603f239":"58969","79b08c73":"59140","6454a05b":"59388","92b7280d":"59449",de8ad7db:"59682","33031c96":"59783","484362c2":"59911","116ce0e0":"59960","34672d36":"60042","073760cf":"60043",b16939e2:"60126",e7752ddb:"60491",a649354c:"60912","3951a3d5":"61056",dbbae471:"61145","53ba98a8":"61408",d872d333:"61601",a4a95510:"61895","333ae3de":"62112","1a4e3797":"62138","6069883e":"62270","5df7ef96":"62809","8d20ce23":"62948",b9d8091f:"63184",debcf1ca:"63588",bd0b3be5:"64078",a3cf9e9a:"64476","1cb70b87":"64575","1582f434":"64660",e2e6c14f:"64705","63d0f0e0":"64915","7c4de6ae":"65038","1c9209f4":"65429",a008f403:"65473","02b8ff39":"65867","21fffddb":"65880","1f391b9e":"66061","3484cec4":"66115","3c15e784":"66303","26c8b3d3":"66324",c512952f:"66564",c07122e1:"67148",e3e676f7:"67228","4d985d8a":"67270","67b585cb":"67291",a38fce19:"67459",e2561c05:"67546","1f5d5f87":"68047",e8ce8f9a:"68596","5ae3e876":"69061","36f1c627":"69085","48b422ba":"69166",a65edd96:"69465",ead72281:"69999",fb133e19:"70273",c3a3eb3c:"70294",b780b841:"70377",b6ccfdca:"70699","09fd6bc3":"70706","49077a33":"70747","0ffa903f":"70806",b31cf73f:"70860","03ef24a9":"70921",a8ec943f:"70948","6b6cd41d":"71013",e15bcb33:"71453",aa392378:"71457","32947c92":"71560","1fec1075":"72405",b027356b:"72420",fd3398f1:"72903","0b7eabf3":"72913","2e1bbbbe":"72982","07de990d":"73171",a2c14f61:"73235",c56532b8:"73509","579c441c":"73607","9ce8caa5":"74118","9aa2d1d3":"74146","27e1f4b3":"74259","6a4d9186":"74356","5877df2d":"74618","23b73747":"74838",c2467954:"75397",c9bc13ce:"75566","9a6d52da":"75751",d808852d:"76108","8d2ab356":"76120","9a3fbf2b":"76438","13b56c59":"76635","76634d71":"76709",aea5966f:"76786",e62294b1:"76842","9f2f7e81":"77007",d6ce4507:"77039","253fbb59":"77177","68bfee64":"77401","24bb3679":"77494","1b5b94bb":"77564","2cdd7720":"77630","8a525f09":"77671","879025b0":"77778","3826374e":"77993","4bbb7f4a":"78023",d77c210f:"78187",a2c1c70a:"78201",b198df35:"78425",dc8253a3:"78678",d84189a7:"78763","6175b9e3":"79323","9707d709":"79798","17c79707":"79862","447f169e":"80047","6a14e4a6":"80097",b94a2346:"80266","62e81aa6":"80567",c1be4069:"80715",f12e5031:"81044","785bbfee":"81073","0780ab69":"81270","131f5b8d":"81367","98bfff7a":"81516","1a38f637":"81542","3f50cac0":"81618","39455ce1":"81848",efa2f5a1:"81874",ed701816:"82175","392e1a00":"82206","5eab74b1":"82362",cf5a4cff:"82413","3259ac92":"82495",df6ab4bc:"82669",d643cbaf:"82756","47b8b18c":"82862",b56a9dad:"83371","48c9bcee":"83416",e36c389f:"83430","6561ff8a":"83486","31c3b644":"83553","4293d558":"83683","1e32b83f":"84795","4e1badf8":"84838","2acaeb1a":"84927","481cf853":"84933",a9215700:"85682","4cd336cf":"85739",e127b1c1:"85775","12af6885":"85812",e7c63a3c:"85958",e0ea7e73:"86048",f3be527a:"86164","04f00c7c":"86260","00aed75b":"86547","5e906dfd":"86618","0a87ba36":"86673",e6aabe98:"87392","51392a58":"88353","97597cd7":"88464",dadaae3f:"88542","1be78505":"88714",e3883bac:"88852","04f5229b":"89173","330bcee0":"89732","427c3667":"89753",cb2f5335:"89760","1f466884":"89838","2a3c922d":"89845","506691da":"89907","34003c72":"89983",bd59b609:"90046",cbc12d17:"90442","6db854fa":"90455","59ca9e65":"91416","92a19523":"91467","12c7c638":"91494",d9f7e22f:"91554","69994b68":"91702","8c9cae58":"91857",c610c5a8:"92052",aa2738c3:"92307",a8d4abbe:"92554","42f05cce":"92747","863d209f":"92763","055b225f":"92802","8e7559bb":"93120",c3efefe4:"93474",e91b02be:"93637","850ece50":"93936","0fe0ccc7":"93978","8a4daa3b":"94155","872379cf":"94246",efe1d13a:"94433","1df0bf2a":"94485","9746ca7b":"94526","6f0123ef":"94530","2308dcf3":"94852","8ac907f8":"94979","8e1bf126":"95016",a3304b48:"95080","4356428f":"95105","5bd52431":"95309",f3634bd2:"95315",e30960a7:"95316","74f9148b":"95392","026b0f1d":"95520",d8aa108f:"95656","4677217b":"95843","648a3482":"95851","15659d54":"95966","30fe064f":"96321","6540f7c7":"96443","2fbebc4d":"96529","70f17b6a":"96553","559ca816":"96751","1094d3ac":"97220",e6f1bbf8:"97555","432ba8c0":"97642","4be882fd":"97766","33b8ac1d":"97884",af30bbb1:"97988","8745e5b0":"98037","0cd5b1a7":"98206","935f2afb":"98581","62cdd780":"98601",d248ca85:"98808","794b0494":"99222",cb5e20e2:"99377","751b68b4":"99746","8a6e3c59":"99917"}[e]||e,r.p+r.u(e)},(()=>{var e={45354:0,71869:0};r.f.j=(a,f)=>{var c=r.o(e,a)?e[a]:void 0;if(0!==c)if(c)f.push(c[2]);else if(/^(45354|71869)$/.test(a))e[a]=0;else{var b=new Promise(((f,b)=>c=e[a]=[f,b]));f.push(c[2]=b);var d=r.p+r.u(a),t=new Error;r.l(d,(f=>{if(r.o(e,a)&&(0!==(c=e[a])&&(e[a]=void 0),c)){var b=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+b+": "+d+")",t.name="ChunkLoadError",t.type=b,t.request=d,c[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var c,b,d=f[0],t=f[1],o=f[2],n=0;if(d.some((a=>0!==e[a]))){for(c in t)r.o(t,c)&&(r.m[c]=t[c]);if(o)var i=o(r)}for(a&&a(f);n{"use strict";var e,a,f,b,c,d={},t={};function r(e){var a=t[e];if(void 0!==a)return a.exports;var f=t[e]={id:e,loaded:!1,exports:{}};return d[e].call(f.exports,f,f.exports,r),f.loaded=!0,f.exports}r.m=d,r.c=t,e=[],r.O=(a,f,b,c)=>{if(!f){var d=1/0;for(i=0;i=c)&&Object.keys(r.O).every((e=>r.O[e](f[o])))?f.splice(o--,1):(t=!1,c0&&e[i-1][2]>c;i--)e[i]=e[i-1];e[i]=[f,b,c]},r.n=e=>{var a=e&&e.__esModule?()=>e.default:()=>e;return r.d(a,{a:a}),a},f=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,r.t=function(e,b){if(1&b&&(e=this(e)),8&b)return e;if("object"==typeof e&&e){if(4&b&&e.__esModule)return e;if(16&b&&"function"==typeof e.then)return e}var c=Object.create(null);r.r(c);var d={};a=a||[null,f({}),f([]),f(f)];for(var t=2&b&&e;"object"==typeof t&&!~a.indexOf(t);t=f(t))Object.getOwnPropertyNames(t).forEach((a=>d[a]=()=>e[a]));return d.default=()=>e,r.d(c,d),c},r.d=(e,a)=>{for(var f in a)r.o(a,f)&&!r.o(e,f)&&Object.defineProperty(e,f,{enumerable:!0,get:a[f]})},r.f={},r.e=e=>Promise.all(Object.keys(r.f).reduce(((a,f)=>(r.f[f](e,a),a)),[])),r.u=e=>"assets/js/"+({15:"8102b5ac",36:"19e8550d",353:"d8ac4d11",359:"31dd2b75",536:"086d5e3f",1038:"d16572ac",2075:"f933782b",2123:"0b9c6e63",2450:"04768086",2652:"da84cc0d",2932:"ce9e2dcf",2960:"0f3f8c85",3210:"1ef3c4cb",3233:"a5f90f12",3262:"94e4428c",3302:"c8855521",3640:"1626930f",4047:"c0390a80",4105:"1cb009e2",4113:"6947aa75",4432:"548a188b",4886:"13f29f79",4946:"0519d6ff",5005:"17e08b0c",5148:"5d738820",5415:"01627567",5715:"a5b5dcea",5874:"f8b6f1ce",5886:"30de4b0c",6149:"78d8c6ce",6182:"b2f441e1",6249:"97cf841f",6368:"442d4849",6428:"f7c05237",6507:"95c50459",6524:"ae9f1acc",6595:"9f84576c",6669:"bff552dd",7180:"c0873f99",7202:"3c851dde",7292:"19d98c6a",7402:"af25c48f",7420:"bf59ca81",7545:"fc009b8f",8248:"90571119",8250:"e897f185",8387:"6187a22c",8725:"3384d06b",8765:"5c9389cb",8919:"7ce1a762",9045:"54213aa1",9197:"f7f2e981",9371:"3b084a86",9508:"8fce5129",9591:"57d3a897",9669:"e80a80ce",9763:"605a9692",9768:"284c0406",9790:"d3bbc5fd",9895:"d8538008",10325:"197162c9",10394:"7d04a98b",10571:"3dd193dd",10783:"203393bb",10836:"5188416b",10853:"ec5ce2a8",11157:"178e95a2",11200:"564cd4c0",11429:"61e9bb6e",11506:"730062b1",11866:"b8c87182",11969:"a40e4d8d",12031:"f17eea78",12032:"f31b0025",12515:"d1187d43",12646:"354854e1",12726:"c95b781b",12791:"ebb6a828",13021:"6875b121",13089:"1a8d89d5",13843:"6bf8e8e6",13940:"db9c64ed",14140:"20d575d4",14338:"65d34724",14774:"a521008d",15889:"d4751fcb",15929:"b99ad014",16061:"7b6b8da6",16081:"04f93611",16248:"0e6e7f1a",16308:"92ebcf1c",16325:"959f8bcb",16337:"495df45a",16341:"a617c0b8",16626:"ce784664",16939:"eb39d40e",16949:"a1c02285",17303:"d3b31caa",17369:"c52cb584",17657:"30b0614b",17785:"be46464e",18119:"6f2f0c4c",18122:"f63c7767",18181:"d15d046b",18340:"c1d1596b",18401:"17896441",18500:"5652c446",18827:"5d439d21",19411:"53c63e3f",19662:"d443b36e",19699:"0dcca658",21187:"a65c2029",21559:"81215a04",21600:"e0250fe6",21672:"4fd3fe56",22152:"65e91a71",22343:"fa9bdbac",22408:"d4cdbb95",22442:"f0045c87",22483:"fd2b2a05",22600:"80348dae",22773:"a75efafa",22819:"aea8cccb",23014:"0565d9f4",23075:"b8a75ff1",23626:"098cffed",23819:"5cf764b1",23907:"70245927",24045:"a7022165",24165:"dfc96154",24288:"deaca5dd",24451:"2774336d",24616:"528dfaf3",24697:"8daebb13",24944:"e718b7e6",25042:"acc1e0c7",25263:"b6a19a2b",25308:"aa222e6d",25661:"288b5fa4",25729:"9879f36f",25871:"1e0f4596",26021:"5a3f9071",26091:"fadff26c",26133:"deedc2a8",26152:"a6860501",26155:"e951bf48",26328:"fc3648c4",26480:"c6405911",26592:"83f9573b",27029:"3bfd86a6",27083:"761be9ac",27504:"b06b747e",27683:"c3b79105",28079:"52045c4e",28104:"92cca7ce",28112:"0810aeb4",28153:"988211ef",28768:"c452b0b7",28922:"203f692a",29853:"02ad889d",29976:"e9498790",30079:"cd8a45a6",30563:"cc3eb85c",30749:"2c019423",31087:"830bde22",31245:"c65b3d63",31412:"4bbb5eb1",31425:"6c36aa60",31609:"529f7014",31669:"8ad1c52d",31872:"3e90f77d",32102:"39e6d37f",32131:"9e9f5dce",32209:"c0a49dd7",32272:"3deac311",32861:"3dd644e6",32961:"d5f4f3d4",32968:"293bee56",33070:"e75f0651",33109:"284fa5fb",33214:"8b190d09",33261:"da845f06",33270:"d7cf88d1",33386:"cd72eb9e",33523:"3d1791fa",33706:"b1c24be0",33707:"a05f508e",33748:"6bb5aff3",34062:"1f87d76b",34221:"cd9d94be",34412:"df632275",34463:"db881351",34473:"b9526204",34654:"024f5110",34786:"0448914c",34870:"a9bc95bb",35160:"6d7a4f7b",35173:"afe6f65e",35230:"c7eff138",35581:"d28f8723",36154:"09920c24",36253:"83debc9b",36347:"1072df95",36598:"5ba37eca",36645:"a7fed74b",36814:"ae8ddf81",36852:"ce30221e",37310:"c7277ad6",37404:"be6859b2",37571:"067a7414",37586:"229fac93",37681:"f03fab11",37726:"92d75d1c",37802:"facbb56d",37974:"6e3154f7",38090:"77816f9e",38600:"a633adf5",38620:"58597cf2",38622:"cf736a7b",38634:"cacb3d65",39013:"08ea7f98",39038:"6388662f",39221:"f6d558f6",39545:"89a0a60a",39561:"3f99eb33",39667:"29295ff3",40249:"72207194",40523:"7c3e0a90",40570:"4ff49acf",40742:"b695efd2",40802:"2b4143dc",40844:"915fdef3",40905:"b0f84f31",41399:"2757bf0a",41880:"e74fe2a7",42018:"278ee235",42389:"93c6800a",42420:"ac710fda",42656:"45a2a32a",42683:"c928173c",42839:"15abff36",42856:"33aa855a",43162:"2f626edb",43169:"ed3bee84",43289:"91d25720",43514:"88ef04a7",43516:"2b10040d",43568:"99e0db6b",44077:"1d098224",44556:"c25457d3",45071:"dbb33cef",45087:"f6435ed1",45623:"139f73fe",45681:"1e6876ab",45738:"cfabf7e9",45903:"98d35d14",46001:"56be068b",46067:"c78cff6c",46069:"d0cc8b4f",46137:"45f98d44",46484:"a77f4c3b",46571:"78e4148a",46765:"bb9f8df1",47063:"22d92bf3",48098:"e0cfa6fb",48190:"6abe350e",48724:"0dc95480",48866:"8b608a5c",48900:"afee9407",49042:"43c45fbd",49167:"883b80f5",49232:"3f297b93",49294:"1a7d2b73",49364:"85f02d4b",49409:"daba4570",49706:"29a3d0d6",50528:"34af491e",50763:"45113257",50794:"c140d46c",51030:"34d88677",51068:"bcca5012",51103:"1d314591",51200:"bebf10ba",51269:"958e6623",51308:"da3e9658",51645:"244eac16",51791:"0131ba20",51800:"54b2a591",52072:"842b9c6e",52140:"a7cd363d",52153:"d4e92657",52335:"fd8e5d2f",52550:"641fb5ab",52634:"c4f5d8e4",52694:"8aa5df97",52891:"afbdcc09",53045:"f1bf9ead",53320:"5c518724",53409:"c70aa1ed",53416:"9523dcb5",53716:"5c9831a7",53754:"bb9c3ed9",53870:"4d53942d",54357:"1dea1673",54426:"0c902ed6",54727:"f5272822",54838:"8daf2cfc",55286:"474cf6da",55380:"b2399376",55449:"56f4e815",55526:"cff1c286",55570:"43a73887",55991:"c3dff334",56107:"5166b893",56158:"17c1bf74",56176:"bd9c2ce3",56601:"ca87bd6e",56672:"a6514927",56809:"9eea1548",57346:"548f5e59",57387:"be7a0dbe",57426:"b9bde1e9",57618:"649b7061",57813:"1dcb712d",57949:"5c9ba668",58133:"c0bd6a4b",58250:"e5e048c5",58356:"64a11ff0",58465:"e59213c0",58705:"c8ec7de9",58711:"ac22c4de",58755:"829baac4",58764:"8f5ca9a8",58969:"5603f239",59140:"79b08c73",59388:"6454a05b",59449:"92b7280d",59682:"de8ad7db",59783:"33031c96",59911:"484362c2",59960:"116ce0e0",60042:"34672d36",60043:"073760cf",60126:"b16939e2",60491:"e7752ddb",60912:"a649354c",61056:"3951a3d5",61145:"dbbae471",61408:"53ba98a8",61601:"d872d333",61895:"a4a95510",62112:"333ae3de",62138:"1a4e3797",62270:"6069883e",62809:"5df7ef96",62948:"8d20ce23",63184:"b9d8091f",63588:"debcf1ca",63625:"25778245",64078:"bd0b3be5",64476:"a3cf9e9a",64575:"1cb70b87",64660:"1582f434",64705:"e2e6c14f",64818:"96225825",64915:"63d0f0e0",65038:"7c4de6ae",65429:"1c9209f4",65473:"a008f403",65867:"02b8ff39",65880:"21fffddb",66061:"1f391b9e",66115:"3484cec4",66303:"3c15e784",66324:"26c8b3d3",66564:"c512952f",67148:"c07122e1",67228:"e3e676f7",67270:"4d985d8a",67291:"67b585cb",67459:"a38fce19",67546:"e2561c05",68047:"1f5d5f87",68596:"e8ce8f9a",69061:"5ae3e876",69085:"36f1c627",69166:"48b422ba",69465:"a65edd96",69999:"ead72281",70273:"fb133e19",70294:"c3a3eb3c",70377:"b780b841",70699:"b6ccfdca",70706:"09fd6bc3",70747:"49077a33",70806:"0ffa903f",70860:"b31cf73f",70921:"03ef24a9",70948:"a8ec943f",71013:"6b6cd41d",71453:"e15bcb33",71457:"aa392378",71560:"32947c92",72405:"1fec1075",72420:"b027356b",72903:"fd3398f1",72913:"0b7eabf3",72982:"2e1bbbbe",73171:"07de990d",73204:"57176175",73235:"a2c14f61",73509:"c56532b8",73607:"579c441c",74118:"9ce8caa5",74146:"9aa2d1d3",74259:"27e1f4b3",74356:"6a4d9186",74618:"5877df2d",74838:"23b73747",75397:"c2467954",75566:"c9bc13ce",75751:"9a6d52da",76047:"58082863",76108:"d808852d",76120:"8d2ab356",76438:"9a3fbf2b",76635:"13b56c59",76709:"76634d71",76786:"aea5966f",76842:"e62294b1",77007:"9f2f7e81",77039:"d6ce4507",77177:"253fbb59",77401:"68bfee64",77494:"24bb3679",77564:"1b5b94bb",77630:"2cdd7720",77671:"8a525f09",77778:"879025b0",77993:"3826374e",78023:"4bbb7f4a",78187:"d77c210f",78201:"a2c1c70a",78425:"b198df35",78678:"dc8253a3",78763:"d84189a7",79323:"6175b9e3",79798:"9707d709",79862:"17c79707",80047:"447f169e",80097:"6a14e4a6",80266:"b94a2346",80567:"62e81aa6",80715:"c1be4069",81044:"f12e5031",81073:"785bbfee",81270:"0780ab69",81367:"131f5b8d",81516:"98bfff7a",81542:"1a38f637",81618:"3f50cac0",81848:"39455ce1",81874:"efa2f5a1",82175:"ed701816",82206:"392e1a00",82362:"5eab74b1",82413:"cf5a4cff",82495:"3259ac92",82669:"df6ab4bc",82756:"d643cbaf",82862:"47b8b18c",83371:"b56a9dad",83379:"66527541",83416:"48c9bcee",83430:"e36c389f",83486:"6561ff8a",83553:"31c3b644",83683:"4293d558",84795:"1e32b83f",84838:"4e1badf8",84927:"2acaeb1a",84933:"481cf853",85682:"a9215700",85739:"4cd336cf",85775:"e127b1c1",85812:"12af6885",85958:"e7c63a3c",86048:"e0ea7e73",86164:"f3be527a",86260:"04f00c7c",86547:"00aed75b",86618:"5e906dfd",86673:"0a87ba36",87392:"e6aabe98",88353:"51392a58",88464:"97597cd7",88542:"dadaae3f",88714:"1be78505",88852:"e3883bac",89173:"04f5229b",89732:"330bcee0",89753:"427c3667",89760:"cb2f5335",89838:"1f466884",89845:"2a3c922d",89907:"506691da",89983:"34003c72",90046:"bd59b609",90442:"cbc12d17",90455:"6db854fa",91416:"59ca9e65",91467:"92a19523",91494:"12c7c638",91554:"d9f7e22f",91702:"69994b68",91857:"8c9cae58",92052:"c610c5a8",92307:"aa2738c3",92554:"a8d4abbe",92747:"42f05cce",92763:"863d209f",92802:"055b225f",93120:"8e7559bb",93474:"c3efefe4",93637:"e91b02be",93936:"850ece50",93978:"0fe0ccc7",94155:"8a4daa3b",94246:"872379cf",94433:"efe1d13a",94485:"1df0bf2a",94526:"9746ca7b",94530:"6f0123ef",94852:"2308dcf3",94979:"8ac907f8",95016:"8e1bf126",95080:"a3304b48",95105:"4356428f",95309:"5bd52431",95315:"f3634bd2",95316:"e30960a7",95392:"74f9148b",95520:"026b0f1d",95656:"d8aa108f",95843:"4677217b",95851:"648a3482",95966:"15659d54",96321:"30fe064f",96443:"6540f7c7",96529:"2fbebc4d",96553:"70f17b6a",96751:"559ca816",97220:"1094d3ac",97555:"e6f1bbf8",97642:"432ba8c0",97766:"4be882fd",97884:"33b8ac1d",97988:"af30bbb1",98037:"8745e5b0",98206:"0cd5b1a7",98581:"935f2afb",98601:"62cdd780",98808:"d248ca85",99222:"794b0494",99377:"cb5e20e2",99746:"751b68b4",99917:"8a6e3c59"}[e]||e)+"."+{15:"5a964ef2",36:"3686a29b",353:"8e8c45ef",359:"6901161c",536:"d1f0848f",1038:"d4f46ccc",2075:"c96d8315",2123:"5d01f4e4",2450:"2f212502",2652:"8aa7e7ea",2932:"a56703ea",2960:"6fc4c2b7",3210:"77440141",3233:"c97971f7",3262:"e1f79763",3302:"8cc6006e",3640:"b10c6231",4047:"b5121080",4105:"53182f1a",4113:"b87441e5",4432:"fc33c5d6",4886:"232d179a",4946:"5215c332",5005:"83993272",5148:"1dcc1406",5415:"df68d752",5715:"6e771dad",5874:"16fcc295",5886:"1d5dbfc1",6149:"d1d429ba",6182:"3ff25e98",6249:"caf631bb",6368:"aef9f483",6428:"20290017",6507:"06992d81",6524:"ae6db8d8",6595:"42192bfb",6669:"69fbf821",7180:"1e8c74a5",7202:"7ed603e7",7292:"621621f4",7402:"5ff9557f",7420:"e9682986",7545:"6e622072",8248:"ae0dfac2",8250:"90fdf8f0",8387:"8639e517",8725:"121dc9a2",8765:"fd201b3f",8919:"39d14580",9045:"775925b8",9197:"f93b0f50",9371:"e42fe605",9462:"07040a58",9508:"d4e77c68",9591:"eda13b2b",9669:"426096d9",9763:"b0509615",9768:"44d33858",9790:"c1bf1429",9895:"8ab0ad7e",10325:"bb3c417d",10394:"1ed49dce",10571:"5022f444",10783:"dd27116a",10836:"90adea4d",10853:"4f92a6a6",11157:"608b8261",11200:"5063f166",11429:"a1ce5f5e",11506:"c1144b77",11866:"c422fdcf",11969:"0059ad37",12031:"79ce011f",12032:"82ba23d0",12515:"bda2c2b6",12646:"c552c9a3",12726:"5d568b2e",12791:"24c90f6d",13021:"7fc73732",13089:"7cab64c6",13843:"de0a6e99",13940:"3d3ca951",14140:"652d267a",14338:"dc0d393d",14774:"5b88e394",15889:"0641dc20",15929:"f592e3f7",16061:"a8bf30d3",16081:"203c2bbf",16248:"2c6a2766",16308:"7aec25ed",16325:"f64f36b7",16337:"f93bc891",16341:"69192db0",16626:"930d23ee",16939:"14365e5a",16949:"ad523f2e",17303:"3dc7378d",17369:"92a9f3a5",17657:"4a738702",17785:"29f9864d",18119:"ad61da2e",18122:"1e19e7aa",18181:"a477ab86",18340:"d109f0ec",18401:"6c577ab6",18500:"f9368f1a",18827:"c22a1ed6",19411:"5a984885",19662:"6b7ca2c2",19699:"53f7d9e0",21187:"57f31bf8",21559:"4f7292a1",21600:"3953c055",21672:"55a2041e",22152:"3ebd9815",22343:"196c8b5a",22408:"ef0afd9f",22442:"ccf257a5",22483:"18c45391",22600:"2f18b0c3",22773:"13cf295a",22819:"47948051",23014:"b7f8d32a",23075:"f8ba1749",23626:"78e7660e",23819:"11f5e78f",23907:"1ef6c99b",24045:"aa9f2c17",24165:"cbf77003",24288:"7d11da90",24451:"35c327c0",24616:"51ced736",24697:"3c30509f",24944:"189f2bc7",25042:"bc4c9472",25263:"071e3e89",25308:"9bd05114",25661:"4b0e22b7",25729:"44fc744b",25871:"7c472f04",26021:"57af33ff",26091:"828779cb",26133:"458aa83e",26152:"10b0ba83",26155:"8b0689e0",26328:"fb383886",26480:"23f5ca13",26592:"a81aced9",27029:"bcce0b79",27083:"072148cc",27504:"933f321a",27683:"ced521fb",28079:"c06b2a72",28104:"291b54a4",28112:"0ceb896f",28153:"56808091",28768:"0a69a84a",28922:"a3b4b417",29853:"bb795bfb",29976:"f77d3873",30079:"761a32e4",30563:"3926d780",30749:"443e0039",31087:"006b52c1",31245:"593162a9",31412:"7744b5a3",31425:"5b879389",31609:"8e36464d",31669:"b101a2b3",31872:"b451016f",32102:"2ac8c3b4",32131:"9cf90831",32209:"ff370977",32272:"b02c7570",32861:"2859d167",32961:"05e74567",32968:"66b38b11",33070:"f4bcb8b1",33109:"d3bfc8e7",33214:"47578c70",33261:"1575d387",33270:"b1f3737a",33386:"14c5fdd4",33523:"ab484812",33706:"bcdaa26f",33707:"60674ec2",33748:"90e7f1a9",34062:"ec21b66a",34221:"8b3a9d7d",34412:"ac0d9302",34463:"9bf07a8e",34473:"3b257f04",34654:"197b4de2",34786:"3c2c38e5",34870:"679e5caf",35160:"30c173df",35173:"05d7a7a9",35230:"cd946ed5",35581:"88e3fb68",36154:"ad8c9cc3",36253:"f959c57f",36347:"0a4785cc",36598:"550bdd62",36645:"f298292d",36814:"ea95dd0c",36852:"82d99802",37310:"ed792bc2",37404:"b7c61746",37571:"e4e3041c",37586:"75587452",37681:"a237f659",37726:"89f88edf",37802:"eb67ddb5",37974:"f6daf0fa",38090:"e2621978",38600:"f6e61325",38620:"042b3c76",38622:"8ae807a3",38634:"c4bcb762",39013:"a4cbc0a1",39038:"933daf1d",39221:"0d75021a",39545:"37592df3",39561:"e10519c1",39667:"912eaf2e",40249:"c7e990d8",40523:"e1dec477",40570:"db6938c2",40742:"a28c8170",40802:"d37f9f63",40844:"5ed9802a",40905:"f45526dc",41399:"39a2e2ba",41880:"66ab487f",42018:"41f93d69",42389:"9df75aa9",42420:"5571ac44",42656:"e58fedb7",42683:"98b0af3f",42839:"bdb7589e",42856:"d718d3a2",43162:"20c2a1de",43169:"017edf74",43289:"565487b0",43514:"4e0dd92b",43516:"a2a8a3b8",43568:"4899bc55",44077:"d29cbab7",44556:"074cdb24",45071:"68db2c3e",45087:"0ca83ea1",45623:"400c5e2c",45681:"abf0e09a",45738:"10957ba0",45903:"1ea6fb51",46001:"6213e116",46067:"9a1cbdb2",46069:"4d32d640",46137:"f8f1140b",46484:"cd1bb797",46571:"727a8861",46765:"8208be48",47063:"ca0d3a29",48098:"c0a49738",48190:"cb0866ea",48724:"138e97e4",48866:"b18e939c",48900:"ac6d5b00",49042:"38f0ac24",49167:"de65c4bb",49232:"95716fda",49294:"2984e595",49364:"5983d3ce",49409:"e10dd30b",49706:"2f324f58",50528:"17b7001d",50763:"ebf20488",50794:"3d5f997c",51030:"58efa11c",51068:"ef4d81c4",51103:"daff8934",51200:"d50a30e7",51269:"395cfc14",51308:"d4c464e6",51645:"f8a8a582",51791:"94de77a5",51800:"cd72a9c8",52072:"0334cf14",52140:"57c4a6a0",52153:"08152dcb",52335:"c9fe733d",52550:"1f51f540",52634:"c2c96e7e",52694:"3918abfa",52891:"68d4885f",53045:"b9351ac0",53320:"7510ba60",53409:"bdfc4a10",53416:"00881e43",53716:"4efe9117",53754:"08d6ecdd",53870:"e445bf2e",54357:"7128cd15",54426:"ab225051",54727:"d8fbd250",54838:"65bb3e78",55286:"aec0fa6c",55380:"a2d92f6a",55449:"6293fe95",55526:"2db7c80f",55570:"5b107b51",55991:"f8c3aada",56107:"84e6eec2",56158:"d8e95b69",56176:"d39df7e5",56601:"7bd30ea9",56672:"da0e4eb4",56809:"971505a2",57346:"96ba05a3",57387:"c69c2f66",57426:"511cb102",57618:"a6744b9d",57813:"f89be587",57949:"3da6df93",58133:"0daf3fc6",58250:"3b5d3ef9",58356:"82579f78",58465:"c3072d74",58705:"596b4ac9",58711:"a308deaf",58755:"df57ebb4",58764:"b983f476",58913:"4ff08b28",58969:"b80f6412",59140:"284cdda4",59388:"98b2b103",59449:"fcf7efa8",59682:"b926b3df",59783:"525a1e36",59911:"2c3d295e",59960:"3ca47cd7",60042:"a050f1de",60043:"058e0955",60126:"16a76e53",60491:"a133f2f3",60912:"b6560097",61056:"b3236220",61145:"e73fb043",61408:"4b31a0fb",61601:"c4bb4415",61895:"a3d154da",62112:"0a8066cb",62138:"1fcdb111",62270:"cf8e2b0b",62809:"8ef4feb5",62948:"7c101ce7",63184:"01661c11",63588:"cb179c78",63625:"05345bb4",64078:"143de700",64476:"10e6eecf",64575:"e803a7a6",64660:"01cfb7e4",64705:"2da427b4",64818:"7e961fbf",64915:"d14c9f47",65038:"d5ddd3c2",65429:"1d2fde7f",65473:"f1949323",65867:"da26d0fd",65880:"81d24b21",66061:"91dc4570",66115:"1ac9ce21",66303:"cff5a46c",66324:"2f22a7c1",66564:"2c927829",67148:"c743870f",67228:"2b0b2cbd",67270:"cb6bfb45",67291:"b9e1b934",67459:"0ce8b290",67546:"d68b5a74",68047:"e86f6de5",68596:"07513113",69061:"d7f0e02e",69085:"99fdd64e",69166:"ab665378",69465:"58c3f8fa",69999:"a3c702e1",70273:"8ef89665",70294:"847143cf",70377:"8dd1ef35",70699:"0e7c9a4d",70706:"d49a9ba8",70747:"9870bb32",70806:"cbaccdf8",70860:"eda4dd3c",70921:"d774983d",70948:"1e0fc4c1",71013:"8312d127",71453:"c8011a4a",71457:"460b12b3",71560:"8d2a2abf",72405:"1533939c",72420:"dbff02d9",72903:"0366c899",72913:"cae9f960",72982:"524df708",73171:"a3550c1f",73204:"1fe36274",73235:"8b88b3b6",73509:"a881d435",73607:"1ac10b1d",74118:"a1ff0fed",74146:"9d9525b6",74259:"24c9e762",74356:"483fa885",74618:"72c50fea",74838:"2777729d",75049:"c56eddca",75397:"50aac793",75566:"f3fb8dad",75751:"68727c5b",76047:"041cf12c",76108:"c3e32534",76120:"0355ec32",76438:"05a309aa",76635:"0f2a9f10",76709:"cf47cab1",76786:"a31f93d5",76842:"a2ce97b9",77007:"8295426d",77039:"75b21bcd",77177:"62e5ed49",77401:"6de9f51b",77494:"95e1e22d",77564:"a1ce4fe6",77630:"4c8d597b",77671:"b86210df",77778:"778b1548",77993:"12d41389",78023:"961b0c1f",78187:"1434d5d5",78201:"36188326",78425:"a0afe782",78678:"ff25a4f6",78763:"c65e0152",79323:"50f57141",79798:"cc3bfd00",79862:"fd490c44",80047:"8e83ae08",80097:"334893d4",80266:"db4dc7ee",80567:"04de7e6e",80715:"e9c69174",81044:"93136b45",81073:"0a69b641",81270:"066c4ef3",81367:"0aba9e97",81516:"f248aed3",81542:"b5c751fb",81618:"bd8febd0",81774:"5a9c1c53",81848:"5926cc43",81874:"36ea0b89",82175:"55a26d41",82206:"310c0484",82362:"8435b302",82413:"b9a83c8f",82495:"c0ba46bc",82669:"ec8326c4",82756:"f3cc4795",82862:"c91b2207",83371:"9c63da61",83379:"801fd025",83416:"30fc7c3a",83430:"a897ac32",83486:"dd52eb5e",83553:"ccb4b446",83683:"54f7d1d8",84795:"73a9b97c",84838:"1b30031f",84927:"381b11ab",84933:"79fe5c8e",85682:"1ef61d7d",85739:"f8e0e38a",85775:"945a3099",85812:"05951330",85958:"e89edfbd",86048:"30b2ffe0",86164:"a988b932",86260:"7e8643f9",86547:"67959562",86618:"67e1bf35",86673:"30e2e73f",87392:"ebe144b1",88353:"57b7cb15",88464:"de3eb6f2",88542:"1933f7c9",88714:"311931c7",88852:"e8bebdc1",89173:"81c35a15",89732:"5225854e",89753:"045e74f9",89760:"c02cc489",89838:"9e1a40ef",89845:"537d26b5",89907:"f30f04df",89983:"a1d3ed77",90046:"aae6be63",90442:"5ff9841d",90455:"d038a116",91416:"775d7ab6",91467:"0d618fa3",91494:"80348292",91554:"20dfd341",91702:"c1f58964",91857:"7c26a22c",92052:"d6ea1932",92307:"6c921dbf",92554:"1faaa1ea",92663:"fbb06eac",92747:"5c0a7276",92763:"42a72341",92802:"3f59c94f",93120:"72d96532",93474:"d3ac81b4",93637:"b1fcc7e9",93936:"abf546db",93978:"196933a5",94155:"0f7f14e6",94246:"d3c8e7fe",94433:"fa4c2dea",94485:"e75b0971",94526:"01a831c8",94530:"c0557d45",94852:"4fabbede",94979:"bd16dafb",95016:"b956721d",95080:"e960b73b",95105:"e3a07f8a",95309:"13a247ff",95315:"11948511",95316:"03c6fa75",95392:"d8c26e40",95520:"2e1d2fb2",95656:"60c25240",95843:"fbf6cfc5",95851:"51e76f7c",95966:"f31b5766",96321:"57f62191",96443:"7f17b816",96529:"00876c41",96553:"c92e8ab1",96751:"695391b7",97220:"6ff17a4e",97555:"d995c591",97642:"07df9987",97766:"95810b52",97884:"b105c1b5",97988:"812fc592",98037:"e765f107",98206:"ec1ad4e4",98581:"7b072cfc",98601:"b7296a5e",98808:"b7c5be75",99222:"7597dcba",99377:"8946a052",99746:"65459ca0",99917:"b3150068"}[e]+".js",r.miniCssF=e=>{},r.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),r.o=(e,a)=>Object.prototype.hasOwnProperty.call(e,a),b={},c="website:",r.l=(e,a,f,d)=>{if(b[e])b[e].push(a);else{var t,o;if(void 0!==f)for(var n=document.getElementsByTagName("script"),i=0;i{t.onerror=t.onload=null,clearTimeout(s);var c=b[e];if(delete b[e],t.parentNode&&t.parentNode.removeChild(t),c&&c.forEach((e=>e(f))),a)return a(f)},s=setTimeout(l.bind(null,void 0,{type:"timeout",target:t}),12e4);t.onerror=l.bind(null,t.onerror),t.onload=l.bind(null,t.onload),o&&document.head.appendChild(t)}},r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.p="/",r.gca=function(e){return e={17896441:"18401",25778245:"63625",45113257:"50763",57176175:"73204",58082863:"76047",66527541:"83379",70245927:"23907",72207194:"40249",90571119:"8248",96225825:"64818","8102b5ac":"15","19e8550d":"36",d8ac4d11:"353","31dd2b75":"359","086d5e3f":"536",d16572ac:"1038",f933782b:"2075","0b9c6e63":"2123","04768086":"2450",da84cc0d:"2652",ce9e2dcf:"2932","0f3f8c85":"2960","1ef3c4cb":"3210",a5f90f12:"3233","94e4428c":"3262",c8855521:"3302","1626930f":"3640",c0390a80:"4047","1cb009e2":"4105","6947aa75":"4113","548a188b":"4432","13f29f79":"4886","0519d6ff":"4946","17e08b0c":"5005","5d738820":"5148","01627567":"5415",a5b5dcea:"5715",f8b6f1ce:"5874","30de4b0c":"5886","78d8c6ce":"6149",b2f441e1:"6182","97cf841f":"6249","442d4849":"6368",f7c05237:"6428","95c50459":"6507",ae9f1acc:"6524","9f84576c":"6595",bff552dd:"6669",c0873f99:"7180","3c851dde":"7202","19d98c6a":"7292",af25c48f:"7402",bf59ca81:"7420",fc009b8f:"7545",e897f185:"8250","6187a22c":"8387","3384d06b":"8725","5c9389cb":"8765","7ce1a762":"8919","54213aa1":"9045",f7f2e981:"9197","3b084a86":"9371","8fce5129":"9508","57d3a897":"9591",e80a80ce:"9669","605a9692":"9763","284c0406":"9768",d3bbc5fd:"9790",d8538008:"9895","197162c9":"10325","7d04a98b":"10394","3dd193dd":"10571","203393bb":"10783","5188416b":"10836",ec5ce2a8:"10853","178e95a2":"11157","564cd4c0":"11200","61e9bb6e":"11429","730062b1":"11506",b8c87182:"11866",a40e4d8d:"11969",f17eea78:"12031",f31b0025:"12032",d1187d43:"12515","354854e1":"12646",c95b781b:"12726",ebb6a828:"12791","6875b121":"13021","1a8d89d5":"13089","6bf8e8e6":"13843",db9c64ed:"13940","20d575d4":"14140","65d34724":"14338",a521008d:"14774",d4751fcb:"15889",b99ad014:"15929","7b6b8da6":"16061","04f93611":"16081","0e6e7f1a":"16248","92ebcf1c":"16308","959f8bcb":"16325","495df45a":"16337",a617c0b8:"16341",ce784664:"16626",eb39d40e:"16939",a1c02285:"16949",d3b31caa:"17303",c52cb584:"17369","30b0614b":"17657",be46464e:"17785","6f2f0c4c":"18119",f63c7767:"18122",d15d046b:"18181",c1d1596b:"18340","5652c446":"18500","5d439d21":"18827","53c63e3f":"19411",d443b36e:"19662","0dcca658":"19699",a65c2029:"21187","81215a04":"21559",e0250fe6:"21600","4fd3fe56":"21672","65e91a71":"22152",fa9bdbac:"22343",d4cdbb95:"22408",f0045c87:"22442",fd2b2a05:"22483","80348dae":"22600",a75efafa:"22773",aea8cccb:"22819","0565d9f4":"23014",b8a75ff1:"23075","098cffed":"23626","5cf764b1":"23819",a7022165:"24045",dfc96154:"24165",deaca5dd:"24288","2774336d":"24451","528dfaf3":"24616","8daebb13":"24697",e718b7e6:"24944",acc1e0c7:"25042",b6a19a2b:"25263",aa222e6d:"25308","288b5fa4":"25661","9879f36f":"25729","1e0f4596":"25871","5a3f9071":"26021",fadff26c:"26091",deedc2a8:"26133",a6860501:"26152",e951bf48:"26155",fc3648c4:"26328",c6405911:"26480","83f9573b":"26592","3bfd86a6":"27029","761be9ac":"27083",b06b747e:"27504",c3b79105:"27683","52045c4e":"28079","92cca7ce":"28104","0810aeb4":"28112","988211ef":"28153",c452b0b7:"28768","203f692a":"28922","02ad889d":"29853",e9498790:"29976",cd8a45a6:"30079",cc3eb85c:"30563","2c019423":"30749","830bde22":"31087",c65b3d63:"31245","4bbb5eb1":"31412","6c36aa60":"31425","529f7014":"31609","8ad1c52d":"31669","3e90f77d":"31872","39e6d37f":"32102","9e9f5dce":"32131",c0a49dd7:"32209","3deac311":"32272","3dd644e6":"32861",d5f4f3d4:"32961","293bee56":"32968",e75f0651:"33070","284fa5fb":"33109","8b190d09":"33214",da845f06:"33261",d7cf88d1:"33270",cd72eb9e:"33386","3d1791fa":"33523",b1c24be0:"33706",a05f508e:"33707","6bb5aff3":"33748","1f87d76b":"34062",cd9d94be:"34221",df632275:"34412",db881351:"34463",b9526204:"34473","024f5110":"34654","0448914c":"34786",a9bc95bb:"34870","6d7a4f7b":"35160",afe6f65e:"35173",c7eff138:"35230",d28f8723:"35581","09920c24":"36154","83debc9b":"36253","1072df95":"36347","5ba37eca":"36598",a7fed74b:"36645",ae8ddf81:"36814",ce30221e:"36852",c7277ad6:"37310",be6859b2:"37404","067a7414":"37571","229fac93":"37586",f03fab11:"37681","92d75d1c":"37726",facbb56d:"37802","6e3154f7":"37974","77816f9e":"38090",a633adf5:"38600","58597cf2":"38620",cf736a7b:"38622",cacb3d65:"38634","08ea7f98":"39013","6388662f":"39038",f6d558f6:"39221","89a0a60a":"39545","3f99eb33":"39561","29295ff3":"39667","7c3e0a90":"40523","4ff49acf":"40570",b695efd2:"40742","2b4143dc":"40802","915fdef3":"40844",b0f84f31:"40905","2757bf0a":"41399",e74fe2a7:"41880","278ee235":"42018","93c6800a":"42389",ac710fda:"42420","45a2a32a":"42656",c928173c:"42683","15abff36":"42839","33aa855a":"42856","2f626edb":"43162",ed3bee84:"43169","91d25720":"43289","88ef04a7":"43514","2b10040d":"43516","99e0db6b":"43568","1d098224":"44077",c25457d3:"44556",dbb33cef:"45071",f6435ed1:"45087","139f73fe":"45623","1e6876ab":"45681",cfabf7e9:"45738","98d35d14":"45903","56be068b":"46001",c78cff6c:"46067",d0cc8b4f:"46069","45f98d44":"46137",a77f4c3b:"46484","78e4148a":"46571",bb9f8df1:"46765","22d92bf3":"47063",e0cfa6fb:"48098","6abe350e":"48190","0dc95480":"48724","8b608a5c":"48866",afee9407:"48900","43c45fbd":"49042","883b80f5":"49167","3f297b93":"49232","1a7d2b73":"49294","85f02d4b":"49364",daba4570:"49409","29a3d0d6":"49706","34af491e":"50528",c140d46c:"50794","34d88677":"51030",bcca5012:"51068","1d314591":"51103",bebf10ba:"51200","958e6623":"51269",da3e9658:"51308","244eac16":"51645","0131ba20":"51791","54b2a591":"51800","842b9c6e":"52072",a7cd363d:"52140",d4e92657:"52153",fd8e5d2f:"52335","641fb5ab":"52550",c4f5d8e4:"52634","8aa5df97":"52694",afbdcc09:"52891",f1bf9ead:"53045","5c518724":"53320",c70aa1ed:"53409","9523dcb5":"53416","5c9831a7":"53716",bb9c3ed9:"53754","4d53942d":"53870","1dea1673":"54357","0c902ed6":"54426",f5272822:"54727","8daf2cfc":"54838","474cf6da":"55286",b2399376:"55380","56f4e815":"55449",cff1c286:"55526","43a73887":"55570",c3dff334:"55991","5166b893":"56107","17c1bf74":"56158",bd9c2ce3:"56176",ca87bd6e:"56601",a6514927:"56672","9eea1548":"56809","548f5e59":"57346",be7a0dbe:"57387",b9bde1e9:"57426","649b7061":"57618","1dcb712d":"57813","5c9ba668":"57949",c0bd6a4b:"58133",e5e048c5:"58250","64a11ff0":"58356",e59213c0:"58465",c8ec7de9:"58705",ac22c4de:"58711","829baac4":"58755","8f5ca9a8":"58764","5603f239":"58969","79b08c73":"59140","6454a05b":"59388","92b7280d":"59449",de8ad7db:"59682","33031c96":"59783","484362c2":"59911","116ce0e0":"59960","34672d36":"60042","073760cf":"60043",b16939e2:"60126",e7752ddb:"60491",a649354c:"60912","3951a3d5":"61056",dbbae471:"61145","53ba98a8":"61408",d872d333:"61601",a4a95510:"61895","333ae3de":"62112","1a4e3797":"62138","6069883e":"62270","5df7ef96":"62809","8d20ce23":"62948",b9d8091f:"63184",debcf1ca:"63588",bd0b3be5:"64078",a3cf9e9a:"64476","1cb70b87":"64575","1582f434":"64660",e2e6c14f:"64705","63d0f0e0":"64915","7c4de6ae":"65038","1c9209f4":"65429",a008f403:"65473","02b8ff39":"65867","21fffddb":"65880","1f391b9e":"66061","3484cec4":"66115","3c15e784":"66303","26c8b3d3":"66324",c512952f:"66564",c07122e1:"67148",e3e676f7:"67228","4d985d8a":"67270","67b585cb":"67291",a38fce19:"67459",e2561c05:"67546","1f5d5f87":"68047",e8ce8f9a:"68596","5ae3e876":"69061","36f1c627":"69085","48b422ba":"69166",a65edd96:"69465",ead72281:"69999",fb133e19:"70273",c3a3eb3c:"70294",b780b841:"70377",b6ccfdca:"70699","09fd6bc3":"70706","49077a33":"70747","0ffa903f":"70806",b31cf73f:"70860","03ef24a9":"70921",a8ec943f:"70948","6b6cd41d":"71013",e15bcb33:"71453",aa392378:"71457","32947c92":"71560","1fec1075":"72405",b027356b:"72420",fd3398f1:"72903","0b7eabf3":"72913","2e1bbbbe":"72982","07de990d":"73171",a2c14f61:"73235",c56532b8:"73509","579c441c":"73607","9ce8caa5":"74118","9aa2d1d3":"74146","27e1f4b3":"74259","6a4d9186":"74356","5877df2d":"74618","23b73747":"74838",c2467954:"75397",c9bc13ce:"75566","9a6d52da":"75751",d808852d:"76108","8d2ab356":"76120","9a3fbf2b":"76438","13b56c59":"76635","76634d71":"76709",aea5966f:"76786",e62294b1:"76842","9f2f7e81":"77007",d6ce4507:"77039","253fbb59":"77177","68bfee64":"77401","24bb3679":"77494","1b5b94bb":"77564","2cdd7720":"77630","8a525f09":"77671","879025b0":"77778","3826374e":"77993","4bbb7f4a":"78023",d77c210f:"78187",a2c1c70a:"78201",b198df35:"78425",dc8253a3:"78678",d84189a7:"78763","6175b9e3":"79323","9707d709":"79798","17c79707":"79862","447f169e":"80047","6a14e4a6":"80097",b94a2346:"80266","62e81aa6":"80567",c1be4069:"80715",f12e5031:"81044","785bbfee":"81073","0780ab69":"81270","131f5b8d":"81367","98bfff7a":"81516","1a38f637":"81542","3f50cac0":"81618","39455ce1":"81848",efa2f5a1:"81874",ed701816:"82175","392e1a00":"82206","5eab74b1":"82362",cf5a4cff:"82413","3259ac92":"82495",df6ab4bc:"82669",d643cbaf:"82756","47b8b18c":"82862",b56a9dad:"83371","48c9bcee":"83416",e36c389f:"83430","6561ff8a":"83486","31c3b644":"83553","4293d558":"83683","1e32b83f":"84795","4e1badf8":"84838","2acaeb1a":"84927","481cf853":"84933",a9215700:"85682","4cd336cf":"85739",e127b1c1:"85775","12af6885":"85812",e7c63a3c:"85958",e0ea7e73:"86048",f3be527a:"86164","04f00c7c":"86260","00aed75b":"86547","5e906dfd":"86618","0a87ba36":"86673",e6aabe98:"87392","51392a58":"88353","97597cd7":"88464",dadaae3f:"88542","1be78505":"88714",e3883bac:"88852","04f5229b":"89173","330bcee0":"89732","427c3667":"89753",cb2f5335:"89760","1f466884":"89838","2a3c922d":"89845","506691da":"89907","34003c72":"89983",bd59b609:"90046",cbc12d17:"90442","6db854fa":"90455","59ca9e65":"91416","92a19523":"91467","12c7c638":"91494",d9f7e22f:"91554","69994b68":"91702","8c9cae58":"91857",c610c5a8:"92052",aa2738c3:"92307",a8d4abbe:"92554","42f05cce":"92747","863d209f":"92763","055b225f":"92802","8e7559bb":"93120",c3efefe4:"93474",e91b02be:"93637","850ece50":"93936","0fe0ccc7":"93978","8a4daa3b":"94155","872379cf":"94246",efe1d13a:"94433","1df0bf2a":"94485","9746ca7b":"94526","6f0123ef":"94530","2308dcf3":"94852","8ac907f8":"94979","8e1bf126":"95016",a3304b48:"95080","4356428f":"95105","5bd52431":"95309",f3634bd2:"95315",e30960a7:"95316","74f9148b":"95392","026b0f1d":"95520",d8aa108f:"95656","4677217b":"95843","648a3482":"95851","15659d54":"95966","30fe064f":"96321","6540f7c7":"96443","2fbebc4d":"96529","70f17b6a":"96553","559ca816":"96751","1094d3ac":"97220",e6f1bbf8:"97555","432ba8c0":"97642","4be882fd":"97766","33b8ac1d":"97884",af30bbb1:"97988","8745e5b0":"98037","0cd5b1a7":"98206","935f2afb":"98581","62cdd780":"98601",d248ca85:"98808","794b0494":"99222",cb5e20e2:"99377","751b68b4":"99746","8a6e3c59":"99917"}[e]||e,r.p+r.u(e)},(()=>{var e={45354:0,71869:0};r.f.j=(a,f)=>{var b=r.o(e,a)?e[a]:void 0;if(0!==b)if(b)f.push(b[2]);else if(/^(45354|71869)$/.test(a))e[a]=0;else{var c=new Promise(((f,c)=>b=e[a]=[f,c]));f.push(b[2]=c);var d=r.p+r.u(a),t=new Error;r.l(d,(f=>{if(r.o(e,a)&&(0!==(b=e[a])&&(e[a]=void 0),b)){var c=f&&("load"===f.type?"missing":f.type),d=f&&f.target&&f.target.src;t.message="Loading chunk "+a+" failed.\n("+c+": "+d+")",t.name="ChunkLoadError",t.type=c,t.request=d,b[1](t)}}),"chunk-"+a,a)}},r.O.j=a=>0===e[a];var a=(a,f)=>{var b,c,d=f[0],t=f[1],o=f[2],n=0;if(d.some((a=>0!==e[a]))){for(b in t)r.o(t,b)&&(r.m[b]=t[b]);if(o)var i=o(r)}for(a&&a(f);n 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 c0a05bd93b8..80028da079b 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 17ec92ac066..31c72490c97 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 308d93fe580..b6e399c10ce 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 929ab8fcc9b..1f9fd6e5ce9 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 4fb6d8214a7..afc5f45ae0a 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 90c96a7277a..c12c34c7a85 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 18fdf165eef..bfc50baace9 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 2a45f63b997..b2cb2d3d395 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 9b97ac10fef..efaa59070a8 100644 --- a/community/roadmap/index.html +++ b/community/roadmap/index.html @@ -4,7 +4,7 @@ Roadmap | 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.10.0/api/cluster/index.html b/docs/0.10.0/api/cluster/index.html index 601120b70d6..7b507d09fe5 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 50853f1bfad..1c4bf7a4b71 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 3312a3c484e..8fb39dd0ac3 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 d32964c714b..3df8c1b0714 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 c8bc544d8af..7eca06fcd84 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 c36cfd1bf60..c60f1107ce2 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 72a6b3a4da0..535ffe69b62 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 cd65d848b4d..2846f892ad9 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 47a024ac1db..eb5a42e959c 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 44a42b675a5..02acc51a2d3 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 7d344ce80a1..70655d5cec3 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 abbc5e12070..e12c4d057a6 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 686ba538848..83ed39db415 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 5997e033a38..e682c3e6aad 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 117218f2d6c..527569d6b94 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 6577896101a..4b26f8ac370 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 a22fc5dbf2c..76213accfb0 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 283ac18054c..3da63bbc6a4 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 60cf0ddfdcd..f84cf9f59eb 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 50cf0626806..f8205f88a5a 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 1d66b0a0143..2b5368ce4c9 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 41a96a4938f..ebd166c524d 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 0265c5852d1..7f6d8fc0bd7 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 009551bce70..809aa7b67c0 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 d7a07a048a1..5a4a705a44c 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 69b89d25fc0..c6f45e79345 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 067382e0654..64e1e317c15 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 70271f1bcbc..1ec2834abe6 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 9def9f21cc2..48c3429f0d6 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 87fe2a78086..28e0ed91e15 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 c6793ebadd0..bd124b62d20 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 78b82af0569..34b1b95501f 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 1ea488f09af..d8febd3d8e6 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 2c361a4051b..47d3980f537 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 5e64ec394b6..4e28e303fff 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 94ae2e8a43b..94a7912c86e 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 a18f68b23ca..727b7467951 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 3a14487f576..c0028a4b778 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 df2500199c3..8b5fecc9365 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 fa00d416edf..1d060507298 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 596cfd5e33d..4379160552b 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 85d2dfe7a33..9c0fd2d6a97 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 4671dd5781f..62706a9749a 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 1841f112dbc..c48932a2342 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 a2d72422b6b..1bd67698716 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 ec04732de1f..5e4c0144263 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 fda766fc687..07f25a95b7a 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 e51d7d1dde1..65266992b0f 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 508d44836b5..2f9b9ea8727 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 b6e2f3a0da6..f5bdc0f2482 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 ac56399e8ea..c3aec2a27ef 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 c9bd25c1a46..f5754df53e1 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 5056561659c..ff28fe3c698 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 1376263f727..1affd6e795b 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 e3db89f8f9e..4daa061140d 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 b65a93927de..27df56c87cf 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 20966f43c3c..fa4333114ac 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 b89e99446e1..941e85c63ca 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 43ed57ed38a..14f606ed9ee 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 432678a7163..e37118eda43 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 6403bcb60d4..1ecff0ed238 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 fa3913a0b8d..f72015007d2 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 9375568aa5d..74a952ac4ce 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 c5c419715f5..461a807f973 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 ea157326b21..5a13b4456dc 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 812f8157a10..ea2e52d876b 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 82abceaafd3..ab8dfd0441d 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 9ed0c0dd5a4..5c2a48d0856 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 d6a473f63ae..41421782318 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 6b5be2f961b..078703faf3a 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 e4c10e33359..4c6c6139309 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 6a98a15bcb0..09b80f45c74 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 2aafff02a64..e167b1d7470 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 2abccd60e8a..0f2a56d8f4f 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 34affc74135..44d38618ff2 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 e9867d67ce3..e3cc7a8e364 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 6a58dd5c735..4f6d388b12f 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 f8efaba85b4..457bbe85b7a 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 d2de012fd2d..5148ea5e173 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 fd30bbe5486..4a6cca7e581 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 86f3d4c192e..c162fca6147 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 15d2049cfc0..beecd24b436 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 b4fa24fe1af..846b2606709 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 4365af993ad..7b1dcac3458 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 0227576ed20..d7375e6544d 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 03bd55a0a12..3c0d1e76bc4 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 d427f1da187..4734533126e 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 d03aecfa1af..0a03277cb79 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 f4fc01105e7..5e3d6f3cdd3 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 88fcd78e748..9042154898d 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 0d875aea096..fa0361fa70e 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 15c6c029d88..e84480cfe7b 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 70187fac999..86e57f94393 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 7554981fb6e..e58a5ee6094 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 34b30c6566c..898339ff55c 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 d9e99729f57..af982d0337d 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 ba2548ba957..a41bbda9e61 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 749a11386e5..3924c99022a 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 283273fe0d4..db0fce842d4 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 800bc19bb65..00c87838920 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 31123b99904..7dbb9abaf84 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 1566f2460d7..32f2a724e5b 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 42ec7e72da0..ae2bed26ab0 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 390df841d1a..516061e8300 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 55c8c5053ae..992ebf73956 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 d985a7abe70..50eb6ff65cd 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 cdf7509c717..9360f98b6c1 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 c5a4f66ef23..9b8620af434 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 869d544ad6b..7a11b2618d6 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 fd185806e37..8742968b8df 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 a565c7eaca8..8739557ff87 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 b033fd3e5cf..1b2b3a98f77 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 0916e670bad..75416a51e41 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 63e9a725238..65a2fe22f3f 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 34d8497ecd7..d91f286b933 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 3b04dafc99d..fd000c370aa 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 ec75c2b90c0..52375811018 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 2a492ff25fa..e877e392fac 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 a7b1317664f..fb606334457 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 cdea935d8f4..bfc9319fa97 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 7126f8b2ac5..85b4139d7ff 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 b975feeb2c6..95eb97865eb 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 7a7d1f6cbd4..c0e576152b9 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 73190fc4d66..e8e9c74bdc1 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 2197d725024..69389883970 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 0c25462b0d1..00c2deb64bb 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 795d4677d19..40f4d45712e 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 96604a5bbe7..e861b736fef 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 581520f4ddd..8eabd386046 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 0a3a53fbbdd..18c2362e865 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 44b6120c2d7..d60cc1071c4 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 053e26ac909..68f7a9ded6f 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 8b01cdc6127..0a14ce5efab 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 ceadfd69ca8..1bcb774ffda 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 d4fe1a3f8bb..86da5c33e1b 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 07e6138d850..10c349f76e1 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 08904f26f25..e5663ebddd0 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 e6485664036..928dda537a0 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 52b5d4143c5..d05f1e0c8b5 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 c555aa45347..508ca6072ed 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 a3aaef206bc..8665895d8b1 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 3a4db527643..f931fa986f4 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 dc93d6871de..dd05061fe80 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 856d91fcb0a..1860b4227df 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 022f86e2d4a..90064c3fbd2 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 ae0882bc6c4..406c381c41c 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 0bdec2df737..63e5ee05ed9 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 e6e87efdedc..c3bd84fcfa4 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 58b521d03ef..74b575beba5 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 2e8ff0013e0..f2c2d1630ee 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 62c54ddd062..a7942c6b00f 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 24d8d7567db..a083dd5c8a5 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 0abbabe6332..b93ec6bcfde 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 7399dd64e6b..2b94bffe387 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 43098f10ec7..36f4734fbae 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 ae18619cafb..5db92f258eb 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 30165cb91ea..7ddf0e706b4 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 6b3942ab4f4..8ef1271d24b 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 00a033657b7..09c4dd199b5 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 fa6f58981b8..eb05f134146 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 df620ec23f0..17ecd97ca4b 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 225b87fece5..ad52e6654fc 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 1f153079488..1e225981270 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 d0ab9ff7cab..519c3f5dbe3 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 b9b381bb2ff..b500554b26d 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 d12f613f1f2..25d870d8f26 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 4397353d7a4..d8e8c4669af 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 ef9068582e8..acbbfb5078c 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 bde4a1e82ba..560364101f2 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 eeaba64c26d..8a3d730387f 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 a767871ca7f..9afeffd6ec2 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 76eb7660533..12adeb27355 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 8e9a8ae9099..c3539434ec6 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 da281a41c9b..bc1c12eb835 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 35464b6c83b..52683e036d7 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 945c13e93c2..f466caf0917 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 c074b254df4..88177a7e434 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 65e600e4ae7..b06ed53efb0 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 681671f72c6..a35c49524a9 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 e87c2b5e36b..3aed39c2382 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 00423a45627..2fec0622834 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 3465cde9a8d..0aefd504b31 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 39d9af88801..a9f3d210ec2 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 e891a3d3048..3e24231fa2f 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 7db63c4ab90..427c3044a8f 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 42963732dab..f4b6a133f3f 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 16c9d6eabf5..da8eb31da8c 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 11298e9e82b..95cfb8a80c5 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 b7223ac726c..4b1f01bda95 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 6bd31491650..30a90aa4b7e 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 9878c021beb..d9fb3316209 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 8c578bc1dab..73d8da5a7e9 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 e855be840eb..3205ffdae48 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 00bc5c7ce48..b764816af28 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 37f9aa42f47..76a9e2670ea 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 a6884f2f3ee..9c66731f3b8 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 fd0c155a2e8..a9f96d7625d 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 b2e3ab0a27b..d5ea3b38c3b 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 211bc67fdda..04ffc6e72b7 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 0e466f4ec54..9f60ad56d33 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 5388a9f4474..da1048a2875 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 285209fea61..439d963646a 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 9efb2027184..8d87ed1b4f9 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 d5639025f9e..2cfccab4032 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 9b5fd731a5f..b1f27a41a48 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 f36f9e59dcb..bc7ab8f3870 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 7fa9ef4683e..d046e945874 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 d3dec0b3148..cbd29f2021c 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 fa66e002616..d0be800b899 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 19b1cdf86b4..a4457f5e4d6 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 ac32c6a9001..4501659d07c 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 0fe9479a8ce..cb160f64b92 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 d7962b90d3f..ac54d8973ef 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 827b89b9d74..1be8159fbad 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 0392dab479e..4b81a3699f9 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 50941dc0479..27e131caa62 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 b51a08fb9a3..59b457359ea 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 5f912c86579..bdf6236872f 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 30cc1acb840..326eb7c0fec 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 cd67ed9d0cb..bb8ce860e95 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 3b3b406dc23..408a04cda93 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 9539e346743..c021f716fdc 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 a6eeaf43e0d..84948e89652 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 9e9bc4ffee2..5f7ed6c469f 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 8f82faca632..be5ad55553c 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 a0b58c83bcc..2e83275daff 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 94d85964622..2ec3a6f62a2 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 2f7e2825a84..4beeea8c54c 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 1fc6e586f12..89eead3d0ad 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 f74d650e743..628aac02210 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 c2b70c61f02..a7ecb7dda7f 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 3158ac2eb3c..cf6c59d3c3f 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 fe9cf6f8181..286cf3244a7 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 77a9b01b904..fe681c99c88 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 6b34dcd2c55..0d4ea50ca03 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 40ba836846e..85904d3d42f 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 c9840a40d5c..a3cd35c772b 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 d25f66ee1fe..63082a6a902 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 67076b7bbca..87b78c8cd86 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 0c5d603bae2..6a9a0db6ae4 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 31462c4ff8f..57c1c38e0e4 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 991bfe12d94..90dc958e1bb 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 54526476b65..91455cd63ea 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 b82283072ee..4812511ef93 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 af350f22ffd..c2a768f96c7 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 8130e9ef6a1..69f3b49bd51 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 5771c9bf8da..4c080637dea 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 74321cfdf58..154663e2b92 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 bac34b2b87e..4878ef9c3f2 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 ae148fa5a4a..19f9f2339e1 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 16e80ea0aa9..b98fb4197a3 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 b8d4befe6be..2a41cab3fcb 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 19df50bf875..944e2eda604 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 466c6044a47..2362151b078 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 ecdc2b7b384..d87fc13b064 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 cd08a49babc..c3de2d901aa 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 6d18cd915f4..cf68dca9211 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 df4c9c49edc..cc928df18eb 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 85b37987508..ebaf7d8382b 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 407c2ed0d52..865bc50959e 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 08901b4a1c9..33dc1f5d3b7 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 ee62107e309..f71c988ac23 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 3d3172be5bc..7388418baab 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 4dd0713570d..ffdee96c768 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 1fe4cc19e24..06df74a86ec 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 cbfd9c2a05a..3555ba52e06 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 b64575d6429..78d661bc833 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 8266f566563..9f648aa2107 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 8cee2976f63..e13603f88ae 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 100533bc4b2..74ac1f48585 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 d8779ca8b49..0739a1f770b 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 cf4f7552cd4..3965706360c 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 2c1fb512486..113c79da1e6 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 c73224ce18c..5f76231b366 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 4ada17f70aa..ebb3689efbe 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 8d01a4a9c11..2a85438c726 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 25cc54a0bc1..fa0b23764e7 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 a05a7aced2c..dfc9e7095f9 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 d45822b0317..2c31552e4cf 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 c47e28db9b6..f099cc30b60 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 d2178f19139..58cab6ac39c 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 93957795a00..1675a133f17 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 a0b05cfae0e..866f17034a3 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 5df41a9ed93..dff431aa5bb 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 60912e3714a..2e34fd8c5cb 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 894e6ad54de..c852c1cb687 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 6e270909845..b64a64b6a4f 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 19c79bd87c2..ac27c7cb978 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 e5007af3395..76fe01246c5 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 585999aaea6..46fa63bd1c5 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 4ff667d8c73..04bdffbd997 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 639e8cdea09..d38d38ed2bd 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 b28ae5ee69a..ca677eb5cfb 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 fa8c2c26fd3..7ff7fa17636 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 6ff6bfe8aa5..5df02b201db 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 5968ee16295..630248ad7fb 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 90e4c5ffe23..2d2a797373a 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 fb031e1a0ae..80b259919d6 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 d6a2445658d..f567063dea7 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 434b0f3dd27..1b83583705d 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 4d3b1ce41b9..7d1af29ec43 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 b0b76891160..82ee12a3a88 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 4d3b0af9051..02d6946a1b9 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 d46c2995cfb..38089895d80 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 87859c56492..99980440d85 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 fb0feb0611d..95dca4dae71 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 d24047708c5..c3a220df602 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 d04ce4e364c..234a7ec2ab1 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 cbd776ff5cd..649781a8288 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 1c95010d745..cbc219a548c 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 9598dc56322..f31a9b5e3c9 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 bd177b15bf4..35ee5db5d13 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 6d702c32ad8..52ceb8edcce 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 bb68e5b8177..ae063c0225c 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 035e90afc93..b70662180d3 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 f2637285f3d..d0a264b3151 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 8e564058e55..c6608e26c46 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 ace75c30bb4..b14bf680646 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/get_started/core_features/index.html b/docs/1.2.0/get_started/core_features/index.html index 33e7cb39bad..97ce6bd7800 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 573f3c869e1..d57c5fe5285 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 958d8fa0a05..0ec904d5a79 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 c63ad75e3a1..0a2102a2454 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 4d1ba6f623e..d24c8b41002 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 9955145e97c..4fd1163fd38 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 6f1c5e73ea6..bd98b221a61 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 f988093f441..c15727d8e44 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 b339e1a89f8..9546240d085 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 ff405b07b3e..c4d0d741713 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 b2aff60b4b9..ef96c92bfb5 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 37595d454a1..d2ab69de673 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 6a4746b92c2..1ae26399cdd 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 c3f04705660..a696980351c 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 1bfc898445c..f42107d271c 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 5e8e473b3b5..91d8e59a8da 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 5bb89281af5..878108de147 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 8e708833bdf..61a6ad3cb79 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 456d87b393a..36096c2f610 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 5da5a095531..3b4cce4dd98 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 943710cfee8..c5a34a80471 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 5f492bcc28b..86b5bfdf609 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 9cddcb212fa..605371ae577 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 319b2674805..b3d8224019b 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/1.3.0/api/cluster/index.html b/docs/1.3.0/api/cluster/index.html index 9ca7c638b64..0ed85176c90 100644 --- a/docs/1.3.0/api/cluster/index.html +++ b/docs/1.3.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.3.0/api/scheduler/index.html b/docs/1.3.0/api/scheduler/index.html index c26583a6b12..403ac1fe9d2 100644 --- a/docs/1.3.0/api/scheduler/index.html +++ b/docs/1.3.0/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/1.3.0/api/system/index.html b/docs/1.3.0/api/system/index.html index ab7729699da..f76c5ef87c6 100644 --- a/docs/1.3.0/api/system/index.html +++ b/docs/1.3.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.3.0/archived_design/cross_queue_preemption/index.html b/docs/1.3.0/archived_design/cross_queue_preemption/index.html index 583f69456e1..881022e0540 100644 --- a/docs/1.3.0/archived_design/cross_queue_preemption/index.html +++ b/docs/1.3.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.3.0/archived_design/k8shim/index.html b/docs/1.3.0/archived_design/k8shim/index.html index 79b972726bc..348d9657485 100644 --- a/docs/1.3.0/archived_design/k8shim/index.html +++ b/docs/1.3.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.3.0/archived_design/namespace_resource_quota/index.html b/docs/1.3.0/archived_design/namespace_resource_quota/index.html index dfa9560fa03..b7032df5e12 100644 --- a/docs/1.3.0/archived_design/namespace_resource_quota/index.html +++ b/docs/1.3.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.3.0/archived_design/predicates/index.html b/docs/1.3.0/archived_design/predicates/index.html index aae176fd481..cca46becc2d 100644 --- a/docs/1.3.0/archived_design/predicates/index.html +++ b/docs/1.3.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.3.0/archived_design/scheduler_core_design/index.html b/docs/1.3.0/archived_design/scheduler_core_design/index.html index 87a39296c33..bfe961bfb1d 100644 --- a/docs/1.3.0/archived_design/scheduler_core_design/index.html +++ b/docs/1.3.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.3.0/design/architecture/index.html b/docs/1.3.0/design/architecture/index.html index 169690ff87b..2f312e4d55e 100644 --- a/docs/1.3.0/design/architecture/index.html +++ b/docs/1.3.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.3.0/design/cache_removal/index.html b/docs/1.3.0/design/cache_removal/index.html index 3064633345c..5e931f54c7e 100644 --- a/docs/1.3.0/design/cache_removal/index.html +++ b/docs/1.3.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.3.0/design/config_v2/index.html b/docs/1.3.0/design/config_v2/index.html index 49d2d242d97..dce0870ae42 100644 --- a/docs/1.3.0/design/config_v2/index.html +++ b/docs/1.3.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.3.0/design/gang_scheduling/index.html b/docs/1.3.0/design/gang_scheduling/index.html index bc8157548a7..aec4d2ab19e 100644 --- a/docs/1.3.0/design/gang_scheduling/index.html +++ b/docs/1.3.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.3.0/design/generic_resource/index.html b/docs/1.3.0/design/generic_resource/index.html index 5d2b3d4c646..4a4f2c05f6a 100644 --- a/docs/1.3.0/design/generic_resource/index.html +++ b/docs/1.3.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.3.0/design/interface_message_simplification/index.html b/docs/1.3.0/design/interface_message_simplification/index.html index 25e9dc735d5..fa5f7731748 100644 --- a/docs/1.3.0/design/interface_message_simplification/index.html +++ b/docs/1.3.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.3.0/design/pluggable_app_management/index.html b/docs/1.3.0/design/pluggable_app_management/index.html index 2b925dd22ec..4f854f41639 100644 --- a/docs/1.3.0/design/pluggable_app_management/index.html +++ b/docs/1.3.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.3.0/design/preemption/index.html b/docs/1.3.0/design/preemption/index.html index 70741a1a819..21e562ac48e 100644 --- a/docs/1.3.0/design/preemption/index.html +++ b/docs/1.3.0/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/1.3.0/design/priority_scheduling/index.html b/docs/1.3.0/design/priority_scheduling/index.html index 62d7a0c4ce0..09709d7257a 100644 --- a/docs/1.3.0/design/priority_scheduling/index.html +++ b/docs/1.3.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.3.0/design/resilience/index.html b/docs/1.3.0/design/resilience/index.html index 3186bd8b240..03581e643f4 100644 --- a/docs/1.3.0/design/resilience/index.html +++ b/docs/1.3.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.3.0/design/scheduler_configuration/index.html b/docs/1.3.0/design/scheduler_configuration/index.html index 8cd27cba799..6c2d819515d 100644 --- a/docs/1.3.0/design/scheduler_configuration/index.html +++ b/docs/1.3.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.3.0/design/scheduler_object_states/index.html b/docs/1.3.0/design/scheduler_object_states/index.html index 8f4731cfc00..ba7b09bfecc 100644 --- a/docs/1.3.0/design/scheduler_object_states/index.html +++ b/docs/1.3.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.3.0/design/scheduler_plugin/index.html b/docs/1.3.0/design/scheduler_plugin/index.html index a8fa74b2446..a1ee22ba61c 100644 --- a/docs/1.3.0/design/scheduler_plugin/index.html +++ b/docs/1.3.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.3.0/design/simple_preemptor/index.html b/docs/1.3.0/design/simple_preemptor/index.html index c1370636d04..b0eedc93285 100644 --- a/docs/1.3.0/design/simple_preemptor/index.html +++ b/docs/1.3.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.3.0/design/state_aware_scheduling/index.html b/docs/1.3.0/design/state_aware_scheduling/index.html index a1249b744b4..e565800dfc2 100644 --- a/docs/1.3.0/design/state_aware_scheduling/index.html +++ b/docs/1.3.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.3.0/design/user_based_resource_usage_tracking/index.html b/docs/1.3.0/design/user_based_resource_usage_tracking/index.html index 53ac36119ce..63994bc104e 100644 --- a/docs/1.3.0/design/user_based_resource_usage_tracking/index.html +++ b/docs/1.3.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.3.0/design/user_group/index.html b/docs/1.3.0/design/user_group/index.html index 2df77da25f9..c547b674b6c 100644 --- a/docs/1.3.0/design/user_group/index.html +++ b/docs/1.3.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.3.0/design/user_group_resource_usage_enforcement/index.html b/docs/1.3.0/design/user_group_resource_usage_enforcement/index.html index e74cec9cd88..6fe837ac3df 100644 --- a/docs/1.3.0/design/user_group_resource_usage_enforcement/index.html +++ b/docs/1.3.0/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/1.3.0/developer_guide/build/index.html b/docs/1.3.0/developer_guide/build/index.html index 1fa93969789..9dbcafc66bd 100644 --- a/docs/1.3.0/developer_guide/build/index.html +++ b/docs/1.3.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.3.0/developer_guide/dependencies/index.html b/docs/1.3.0/developer_guide/dependencies/index.html index 12ad156e8da..44b12e7ed8c 100644 --- a/docs/1.3.0/developer_guide/dependencies/index.html +++ b/docs/1.3.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.3.0/developer_guide/deployment/index.html b/docs/1.3.0/developer_guide/deployment/index.html index c2600ecfa8e..7032fb43542 100644 --- a/docs/1.3.0/developer_guide/deployment/index.html +++ b/docs/1.3.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.3.0/developer_guide/env_setup/index.html b/docs/1.3.0/developer_guide/env_setup/index.html index e8f5ceaa6df..ebce5ed957f 100644 --- a/docs/1.3.0/developer_guide/env_setup/index.html +++ b/docs/1.3.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.3.0/developer_guide/openshift_development/index.html b/docs/1.3.0/developer_guide/openshift_development/index.html index 12d2b240da4..aa133d4eaf9 100644 --- a/docs/1.3.0/developer_guide/openshift_development/index.html +++ b/docs/1.3.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.3.0/get_started/core_features/index.html b/docs/1.3.0/get_started/core_features/index.html index 7728f4ace9c..2d12e8dcb51 100644 --- a/docs/1.3.0/get_started/core_features/index.html +++ b/docs/1.3.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.3.0/index.html b/docs/1.3.0/index.html index 0fbd2c7074f..c8cb9751856 100644 --- a/docs/1.3.0/index.html +++ b/docs/1.3.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.3.0/performance/evaluate_perf_function_with_kubemark/index.html b/docs/1.3.0/performance/evaluate_perf_function_with_kubemark/index.html index 9b197e86527..251d9ecacdb 100644 --- a/docs/1.3.0/performance/evaluate_perf_function_with_kubemark/index.html +++ b/docs/1.3.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.3.0/performance/metrics/index.html b/docs/1.3.0/performance/metrics/index.html index ef442861457..e5d4f782243 100644 --- a/docs/1.3.0/performance/metrics/index.html +++ b/docs/1.3.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.3.0/performance/performance_tutorial/index.html b/docs/1.3.0/performance/performance_tutorial/index.html index 3cd743c4857..9799990adad 100644 --- a/docs/1.3.0/performance/performance_tutorial/index.html +++ b/docs/1.3.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.3.0/performance/profiling/index.html b/docs/1.3.0/performance/profiling/index.html index 02f930fdbfd..ee3ed97d883 100644 --- a/docs/1.3.0/performance/profiling/index.html +++ b/docs/1.3.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.3.0/user_guide/acls/index.html b/docs/1.3.0/user_guide/acls/index.html index 29b61effff5..fe8684e59ba 100644 --- a/docs/1.3.0/user_guide/acls/index.html +++ b/docs/1.3.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.3.0/user_guide/deployment_modes/index.html b/docs/1.3.0/user_guide/deployment_modes/index.html index 96c2b170001..80b40f305aa 100644 --- a/docs/1.3.0/user_guide/deployment_modes/index.html +++ b/docs/1.3.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.3.0/user_guide/gang_scheduling/index.html b/docs/1.3.0/user_guide/gang_scheduling/index.html index a9bed75a23b..f4aca6ca13a 100644 --- a/docs/1.3.0/user_guide/gang_scheduling/index.html +++ b/docs/1.3.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.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html b/docs/1.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html index 92f0c414fb6..d7914f05240 100644 --- a/docs/1.3.0/user_guide/labels_and_annotations_in_yunikorn/index.html +++ b/docs/1.3.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.3.0/user_guide/placement_rules/index.html b/docs/1.3.0/user_guide/placement_rules/index.html index a22835f9227..00ee31bdea5 100644 --- a/docs/1.3.0/user_guide/placement_rules/index.html +++ b/docs/1.3.0/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/1.3.0/user_guide/priorities/index.html b/docs/1.3.0/user_guide/priorities/index.html index c131e0272b8..3ebac130afc 100644 --- a/docs/1.3.0/user_guide/priorities/index.html +++ b/docs/1.3.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.3.0/user_guide/prometheus/index.html b/docs/1.3.0/user_guide/prometheus/index.html index aeab650ef1e..05061d67190 100644 --- a/docs/1.3.0/user_guide/prometheus/index.html +++ b/docs/1.3.0/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/1.3.0/user_guide/queue_config/index.html b/docs/1.3.0/user_guide/queue_config/index.html index c89e13d05ea..16ab2450602 100644 --- a/docs/1.3.0/user_guide/queue_config/index.html +++ b/docs/1.3.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.3.0/user_guide/resource_quota_management/index.html b/docs/1.3.0/user_guide/resource_quota_management/index.html index 07cdfbf103f..9e9170c1d49 100644 --- a/docs/1.3.0/user_guide/resource_quota_management/index.html +++ b/docs/1.3.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.3.0/user_guide/service_config/index.html b/docs/1.3.0/user_guide/service_config/index.html index 0349153ce24..c25a81a67e9 100644 --- a/docs/1.3.0/user_guide/service_config/index.html +++ b/docs/1.3.0/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/1.3.0/user_guide/sorting_policies/index.html b/docs/1.3.0/user_guide/sorting_policies/index.html index 0fab2d51d42..3e43b697002 100644 --- a/docs/1.3.0/user_guide/sorting_policies/index.html +++ b/docs/1.3.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.3.0/user_guide/troubleshooting/index.html b/docs/1.3.0/user_guide/troubleshooting/index.html index 9afeb9e79e2..fcf63ffccb2 100644 --- a/docs/1.3.0/user_guide/troubleshooting/index.html +++ b/docs/1.3.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.3.0/user_guide/use_cases/index.html b/docs/1.3.0/user_guide/use_cases/index.html index 67039bb60b8..f6f52b022db 100644 --- a/docs/1.3.0/user_guide/use_cases/index.html +++ b/docs/1.3.0/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/1.3.0/user_guide/usergroup_resolution/index.html b/docs/1.3.0/user_guide/usergroup_resolution/index.html index 2edc99b3c29..c87695551c5 100644 --- a/docs/1.3.0/user_guide/usergroup_resolution/index.html +++ b/docs/1.3.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.3.0/user_guide/workloads/run_flink/index.html b/docs/1.3.0/user_guide/workloads/run_flink/index.html index 5cf853d1480..d7b0d0dff9a 100644 --- a/docs/1.3.0/user_guide/workloads/run_flink/index.html +++ b/docs/1.3.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.3.0/user_guide/workloads/run_mpi/index.html b/docs/1.3.0/user_guide/workloads/run_mpi/index.html index 23a22192df6..d549caa44c3 100644 --- a/docs/1.3.0/user_guide/workloads/run_mpi/index.html +++ b/docs/1.3.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.3.0/user_guide/workloads/run_nvidia/index.html b/docs/1.3.0/user_guide/workloads/run_nvidia/index.html index 431416f97c7..077b7a9f938 100644 --- a/docs/1.3.0/user_guide/workloads/run_nvidia/index.html +++ b/docs/1.3.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.3.0/user_guide/workloads/run_spark/index.html b/docs/1.3.0/user_guide/workloads/run_spark/index.html index 0f859fcc28f..773527dabd4 100644 --- a/docs/1.3.0/user_guide/workloads/run_spark/index.html +++ b/docs/1.3.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.3.0/user_guide/workloads/run_tf/index.html b/docs/1.3.0/user_guide/workloads/run_tf/index.html index 6f8f470957d..4d45d687b41 100644 --- a/docs/1.3.0/user_guide/workloads/run_tf/index.html +++ b/docs/1.3.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.3.0/user_guide/workloads/workload_overview/index.html b/docs/1.3.0/user_guide/workloads/workload_overview/index.html index 72361167752..5d1fd0387cc 100644 --- a/docs/1.3.0/user_guide/workloads/workload_overview/index.html +++ b/docs/1.3.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 ef7fb603090..64c234109ee 100644 --- a/docs/api/cluster/index.html +++ b/docs/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/api/scheduler/index.html b/docs/api/scheduler/index.html index abe1f9ae9f7..eb1d5aac33d 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 c4ff3a53646..2634d41ac53 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 f75f1fa92e0..dd3e0ae95bc 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 0e3d17fbf36..8cbd238f4e2 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 40a6aa679e6..6fac978daeb 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/pluggable_app_management/index.html b/docs/archived_design/pluggable_app_management/index.html index 4d06f5aa09f..5c89d1af233 100644 --- a/docs/archived_design/pluggable_app_management/index.html +++ b/docs/archived_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/archived_design/predicates/index.html b/docs/archived_design/predicates/index.html index c4b171d7d96..fec30582294 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 6641a33e6d4..29c448ffc4f 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 c584a471e05..bbbc9d3f7c3 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 21a2f73d88e..5f6814d29ca 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 116ecf7c966..26cf6a42e11 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 83c00c889d8..8c6f60d6f14 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 2852f2ac19f..585246b9ed1 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/historical_usage_tracking/index.html b/docs/design/historical_usage_tracking/index.html index ef9eeae435c..0a7a027574b 100644 --- a/docs/design/historical_usage_tracking/index.html +++ b/docs/design/historical_usage_tracking/index.html @@ -4,7 +4,7 @@ Historical Usage Tracking | Apache YuniKorn - + @@ -196,7 +196,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache 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 3f56a166ac1..e2298bd7a67 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/preemption/index.html b/docs/design/preemption/index.html index f22c3d38358..90c593c1a47 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 af74250aafb..cba250b3419 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 c91408bdf07..0b536855362 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 1ac27a1919c..b71e5aa2841 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 eacd8ac8906..bab2d21bb35 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 3d91a2991b7..d1ab140963c 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 1679fd98d56..c17db26cb38 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 119e1d5d0c3..30e9aacf7a7 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 42e46a6bf4c..80faeb09437 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 84ad13478a8..f5016463f32 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 e3cf8cf1672..67ba881b07a 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 be3b80eeea1..5a7290f7bde 100644 --- a/docs/developer_guide/build/index.html +++ b/docs/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/developer_guide/dependencies/index.html b/docs/developer_guide/dependencies/index.html index 71a3489841a..f09f44ac9bc 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 1692bce2ad8..8b8e6b4414d 100644 --- a/docs/developer_guide/deployment/index.html +++ b/docs/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/developer_guide/env_setup/index.html b/docs/developer_guide/env_setup/index.html index 374f2352b43..360bd36f426 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 - + @@ -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/developer_guide/openshift_development/index.html b/docs/developer_guide/openshift_development/index.html index 319f05244f2..2f14289ef18 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/get_started/core_features/index.html b/docs/get_started/core_features/index.html index cd1bafa48b1..53ff96b74b7 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 c9044f1dff2..eb26688cc41 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/metrics/queue/index.html b/docs/metrics/queue/index.html index fb2bddeea67..ef833383e50 100644 --- a/docs/metrics/queue/index.html +++ b/docs/metrics/queue/index.html @@ -4,7 +4,7 @@ Queue | 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/metrics/runtime/index.html b/docs/metrics/runtime/index.html index fce44d1867d..ec39b39fc77 100644 --- a/docs/metrics/runtime/index.html +++ b/docs/metrics/runtime/index.html @@ -4,7 +4,7 @@ Runtime | 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/metrics/scheduler/index.html b/docs/metrics/scheduler/index.html index 355f980b979..151f6db62a7 100644 --- a/docs/metrics/scheduler/index.html +++ b/docs/metrics/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | 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/api/cluster/index.html b/docs/next/api/cluster/index.html index 45736611d7c..18e74dd71dc 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 0afd44f9a5a..f7abd6f14cf 100644 --- a/docs/next/api/scheduler/index.html +++ b/docs/next/api/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | 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/next/api/system/index.html b/docs/next/api/system/index.html index be7e1df2c62..642963f36a2 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 c803124ebb8..da9306f3944 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 f824dc7041a..20f7167ec45 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 0248c315ca3..6b2cda7dc4b 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/pluggable_app_management/index.html b/docs/next/archived_design/pluggable_app_management/index.html index e9bdc9b65fd..439cd391b21 100644 --- a/docs/next/archived_design/pluggable_app_management/index.html +++ b/docs/next/archived_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/archived_design/predicates/index.html b/docs/next/archived_design/predicates/index.html index e947626c830..2c900361e85 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 8d9047ba1e4..10250096c4c 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 0803678cabc..e1d7bfb2fb3 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 95642da8ba2..b3ac521aa7b 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 9fa9f92417d..9931499c383 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 f2b24576bdf..a9d16d95248 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 f57855fa53c..feb6294f848 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/historical_usage_tracking/index.html b/docs/next/design/historical_usage_tracking/index.html index ae6ebde4375..e93adc0c4ab 100644 --- a/docs/next/design/historical_usage_tracking/index.html +++ b/docs/next/design/historical_usage_tracking/index.html @@ -4,7 +4,7 @@ Historical Usage Tracking | Apache YuniKorn - + @@ -196,7 +196,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache 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 230c568c168..b172d692fb8 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/preemption/index.html b/docs/next/design/preemption/index.html index 3b0b1eadb26..d67e730322d 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 4484ed53212..f494bc4bd21 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 2836b33a70c..4bc12539a96 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 b696937fb01..64a1191b569 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_plugin/index.html b/docs/next/design/scheduler_plugin/index.html index f5340da12ac..35b27f7daa4 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 54e1b54c2ae..ddfd9cbcb07 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 af3abe032e9..0021a63785c 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 fc83890f295..6c4e89778af 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 723828f2bf6..7463dcb53cf 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 f50e4f09efd..424dcfb187d 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 4afa82c71de..c61c8ea26bb 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 95412965085..b370ad2d44d 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 c940c740b47..b153aaec29f 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 15d5d90d063..7b7e23cd63d 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 86c04df65e7..edad6aecf06 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/scheduler_object_states/index.html b/docs/next/developer_guide/scheduler_object_states/index.html index d4360e6c8ad..85aaef27f5e 100644 --- a/docs/next/developer_guide/scheduler_object_states/index.html +++ b/docs/next/developer_guide/scheduler_object_states/index.html @@ -4,7 +4,7 @@ Scheduler Object States | 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/get_started/core_features/index.html b/docs/next/get_started/core_features/index.html index 08c30288a22..f02d8edab11 100644 --- a/docs/next/get_started/core_features/index.html +++ b/docs/next/get_started/core_features/index.html @@ -4,52 +4,53 @@ Features | Apache YuniKorn - +
-
Version: Next

Features

The main features of YuniKorn include:

App-aware scheduling​

One of the key differences of YuniKorn is, it does app-aware scheduling. In default K8s scheduler, it simply schedules -pod by pod, without any context about user, app, queue. However, YuniKorn recognizes users, apps, queues, and it considers -a lot more factors, e.g resource, ordering etc, while making scheduling decisions. This gives us the possibility to do -fine-grained controls on resource quotas, resource fairness and priorities, which are the most important requirements +

Version: Next

Features

The main features of YuniKorn include:

App-aware scheduling​

One of the key differences of YuniKorn is that it does app-aware scheduling. The default K8s scheduler simply schedules +pod by pod without any context about user, app, or queue. However, YuniKorn recognizes users, apps, and queues, and it considers +a lot more factors, e.g resource, ordering etc, while making scheduling decisions. This gives us the possibility to use +fine-grained controls on resource quotas, resource fairness, and priorities, which are the most important requirements for a multi-tenancy computing system.

Hierarchy Resource Queues​

Hierarchy queues provide an efficient mechanism to manage cluster resources. The hierarchy of the queues can logically map to the structure of an organization. This gives fine-grained control over resources for different tenants. The YuniKorn -UI provides a centralised view to monitor the usage of resource queues, it helps you to get the insight how the resources are -used across different tenants. What's more, By leveraging the min/max queue capacity, it can define how elastic it can be +UI provides a centralised view to monitor the usage of resource queues and helps you to gain insight into how the resources are +used across different tenants. What's more, by leveraging the min/max queue capacity, it can define how elastic it can be in terms of the resource consumption for each tenant.

Gang Scheduling​

An application can request a set of resources, i.e. a gang, to be scheduled all at once. The gang defines all the resources the application requires to start. During the first scheduling phase all resources requested will be reserved. The application will only be started when all requested resources are available.

Reservation duration and application behaviour when the reservation fails are configurable. It is even possible to create multiple gangs of different specifications for one application. -See the gang design and the Gang Scheduling user guide for more details.

Job Ordering and Queuing​

Applications can be properly queued in working-queues, the ordering policy determines which application can get resources first. -The policy can be various, such as simple FIFO, Fair, StateAware or Priority based. Queues can maintain the order of applications, +See the gang design and the Gang Scheduling user guide for more details.

Job Ordering and Queuing​

Applications can be properly queued in working-queues, the ordering policy determining which application can get resources first. +There are various policies such as simple FIFO, Fair, StateAware, or Priority based. Queues can maintain the order of applications, and based on different policies, the scheduler allocates resources to jobs accordingly. The behavior is much more predictable.

What's more, when the queue max-capacity is configured, jobs and tasks can be properly queued up in the resource queue. If the remaining capacity is not enough, they can be waiting in line until some resources are released. This simplifies -the client side operation. Unlike the default scheduler, resources are capped by namespace resource quotas, -and that is enforced by the quota-admission-controller, if the underneath namespace has no enough quota, pods cannot be -created. Client side needs complex logic, e.g retry by condition, to handle such scenarios.

Resource fairness​

In a multi-tenant environment, a lot of users are sharing cluster resources. To avoid tenants from competing resources -and potential get starving. More fine-grained fairness needs to achieve fairness across users, as well as teams/organizations. -With consideration of weights or priorities, some more important applications can get high demand resources that stand over its share. -This is often associated with resource budget, a more fine-grained fairness mode can further improve the expense control.

Resource Reservation​

YuniKorn automatically does reservations for outstanding requests. If a pod could not be allocated, YuniKorn will try to +the client side operation. Unlike the default scheduler, resources are capped by namespace resource quotas which +are enforced by the quota-admission-controller. If the underlying namespace does not have enough quota, pods cannot be +created. Client side needs complex logic, e.g retry by condition, to handle such scenarios.

Resource fairness​

In a multi-tenant environment, a lot of users share cluster resources. To prevent tenants from competing for resources +and potentially getting starved, more fine-grained fairness controls are needed to achieve fairness across users, as well as across teams/organizations. +With consideration of weights or priorities, more important applications can demand resources beyond their share. +This feature is often considered in relation to resource budgets, where a more fine-grained fairness mode can further improve spending efficiency.

Resource Reservation​

YuniKorn automatically does reservations for outstanding requests. If a pod could not be allocated, YuniKorn will try to reserve it on a qualified node and tentatively allocate the pod on this reserved node (before trying rest of nodes). -This mechanism can avoid this pod gets starved by later submitted smaller, less-picky pods. -This feature is important in the batch workloads scenario because when a large amount of heterogeneous pods is submitted -to the cluster, it's very likely some pods can be starved even they are submitted much earlier.

Preemption​

YuniKorn's preemption feature allows higher-priority tasks to dynamically reallocate resources by preempting lower-priority ones, ensuring critical workloads get necessary resources in a multi-tenant Kubernetes environment. This proactive mechanism maintains system stability and fairness, integrating with Kubernetes' priority classes and YuniKorn's hierarchical queue system.

Throughput​

Throughput is a key criterion to measure scheduler performance. It is critical for a large scale distributed system. -If throughput is bad, applications may waste time on waiting for scheduling, and further impact service SLAs. -When the cluster gets bigger, it also means the requirement of higher throughput. The performance evaluation based on Kube-mark -reveals some perf numbers.

MaxApplication Enforcement​

MaxApplication enforcement feature allows users to limit the number of running applications for a configured queue. +This mechanism can prevent the pod from being starved by future smaller, less-picky pods. +This feature is important in the batch workloads scenario because when a large amount of heterogeneous pods are submitted +to the cluster, it's very likely some pods can be starved even when they are submitted much earlier.

Preemption​

YuniKorn's preemption feature allows higher-priority tasks to dynamically reallocate resources by preempting lower-priority ones, ensuring critical workloads get necessary resources in a multi-tenant Kubernetes environment. +This proactive mechanism maintains system stability and fairness, integrating with Kubernetes' priority classes and YuniKorn's hierarchical queue system.

Throughput​

Throughput is a key criterion for measuring scheduler performance. It is critical for a large scale distributed system. +If throughput is bad, applications may waste time on waiting for scheduling and further impact service SLAs. +When the cluster gets bigger, it also means there is a requirement for higher throughput. The performance evaluation based on Kube-mark +reveals some perf numbers.

MaxApplication Enforcement​

The MaxApplication enforcement feature allows users to limit the number of running applications for a configured queue. This feature is critical in large scale batch workloads. -Without this feature, when there are a large number of concurrent jobs launched, they would compete for resources and a certain a mount of resources will be wasted, which could lead to job failure. +Without this feature, when a large number of concurrent jobs are launched, they would compete for resources, and a certain amount of resources would be wasted, which could lead to job failure. The Partition and Queue Configuration provides configuration examples.

CPU Architecture support​

YuniKorn supports running on ARM as well as on AMD/Intel CPUs. -With the release of YuniKorn 1.1.0 prebuilt convenience images for both architectures are provided in the docker hub.

- + \ No newline at end of file diff --git a/docs/next/get_started/version/index.html b/docs/next/get_started/version/index.html index cba8c88c672..9302e453b2a 100644 --- a/docs/next/get_started/version/index.html +++ b/docs/next/get_started/version/index.html @@ -4,7 +4,7 @@ Version details | 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/index.html b/docs/next/index.html index 35bce98806b..c63d33fb016 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/metrics/queue/index.html b/docs/next/metrics/queue/index.html index 28b6c3cf4b1..ead8e74c573 100644 --- a/docs/next/metrics/queue/index.html +++ b/docs/next/metrics/queue/index.html @@ -4,7 +4,7 @@ Queue | 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/metrics/runtime/index.html b/docs/next/metrics/runtime/index.html index d15a30a5da5..ac888f21f8b 100644 --- a/docs/next/metrics/runtime/index.html +++ b/docs/next/metrics/runtime/index.html @@ -4,7 +4,7 @@ Runtime | 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/metrics/scheduler/index.html b/docs/next/metrics/scheduler/index.html index 4aed0887deb..3b0643e6118 100644 --- a/docs/next/metrics/scheduler/index.html +++ b/docs/next/metrics/scheduler/index.html @@ -4,7 +4,7 @@ Scheduler | 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/performance/evaluate_perf_function_with_kubemark/index.html b/docs/next/performance/evaluate_perf_function_with_kubemark/index.html index 5102853a8bf..d30f85743b5 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/evaluate_perf_function_with_kwok/index.html b/docs/next/performance/evaluate_perf_function_with_kwok/index.html index 8bc2e2094a8..e2934140f48 100644 --- a/docs/next/performance/evaluate_perf_function_with_kwok/index.html +++ b/docs/next/performance/evaluate_perf_function_with_kwok/index.html @@ -4,7 +4,7 @@ Evaluate YuniKorn Performance with KWOK | 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 cd22cc24cde..13278873871 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 9fbb0b539de..0bbed2d0ba0 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 cda6a2f565f..6522d5d64ea 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 55703cbad80..b29325333b6 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 aac309d969a..a7df7414831 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 5bd2fd66c16..efb599003c6 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 7e1df195852..0d60094eaee 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 fd6864ecbce..ad170472606 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 77933fdec46..ab2a4643498 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 ff6ec32786c..b11a680fc23 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 a697d1121c2..bc34c001274 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 971ac8baa9a..342ad44c4f1 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 - + @@ -105,7 +105,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache 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 42bf8b053d7..d3048258e45 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 0ec03d7fe80..9be1eecea88 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 - + @@ -95,7 +95,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache 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 d518b7922a5..ae73386ca06 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 96dd91c0751..b5205ece016 100644 --- a/docs/next/user_guide/troubleshooting/index.html +++ b/docs/next/user_guide/troubleshooting/index.html @@ -4,7 +4,7 @@ Troubleshooting | Apache YuniKorn - + @@ -46,7 +46,7 @@

The Apache Software Foundation Apache YuniKorn, YuniKorn, Apache, the Apache feather, and the Apache 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 24f05774bd5..70c300b65c1 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 0e1d31c517f..11765acbcf3 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 ab49ffbd95b..d21b36060b3 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 760a3f3bda4..3f93559d047 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 e69383d6032..a1de4198e96 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 dd73e14cee0..79d5f979507 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 e3d9c0cfc88..cb0507d5b76 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 1ee2b7e7c32..a6741a0be60 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 a8dccbe72c6..0fc924424e7 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 4af0db07255..a141a1970d6 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 b3e8aaa4379..adc15e048a4 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 5d9704aae92..3cd3100e5b8 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 a4501257c91..e3679fb0302 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 7578197242f..11e2618b9a0 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 1562a22fbf0..0819efe34e6 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 dde188678fd..3a62b94b47f 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 6c3ba92e1a9..279ba6695af 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/preemption_cases/index.html b/docs/user_guide/preemption_cases/index.html index 5b9726e2d09..66760d593b3 100644 --- a/docs/user_guide/preemption_cases/index.html +++ b/docs/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/user_guide/priorities/index.html b/docs/user_guide/priorities/index.html index 60c4475b74b..16212aaabbf 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 8c7fb5811db..e47271a4cbc 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 47d0a9aba42..bfb8caa9504 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 d383815491e..187ccde8c61 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 - + @@ -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/user_guide/service_config/index.html b/docs/user_guide/service_config/index.html index a7e278a6214..cd5038adf66 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 - + @@ -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/user_guide/sorting_policies/index.html b/docs/user_guide/sorting_policies/index.html index 5e094889126..e516a38ed3f 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 991e2fa3ff0..8421edf1efe 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 43ea669c1ac..b328b702d87 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 26e68d3b46b..9750a7a8390 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 5ebabf1cb42..8105d43c493 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 455bc9428a3..fe0cf24262f 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 ed548255c0c..e006d6bc72b 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 b5023788a9d..ceccf0aba1e 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 0a87b6be6e2..3570524dae8 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 4e4c3dd872b..e0a2049b380 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 1882c65f5f9..0b019e8e31e 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 cbf38e5e9c5..bcde0ff98be 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 3b59f90aa35..ec5ccfd8200 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 70eb741edce..406a129b99f 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 3b616a87c0e..db14a74acca 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 0ac2002dea2..023004adc32 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 86eca28b7b2..644a4f85a80 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 7907492b0b6..c7e6bb49a4b 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 c5da80a797e..3701284b51f 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 0d4df85d716..01efeb4f312 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 8d5c14f9e67..e04858d5ee2 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/1.4.0/index.html b/release-announce/1.4.0/index.html index b28bcebaf34..3ccb8434d87 100644 --- a/release-announce/1.4.0/index.html +++ b/release-announce/1.4.0/index.html @@ -4,7 +4,7 @@ Release Announcement v1.4.0 | 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/release-announce/index.html b/release-announce/index.html index aab038a716f..272e4d0716d 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 c138cc29485..6f6d7213d5d 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