答复: Local website build check 2nd language page not working

2022-01-28 Thread 陈 翔
docusaurus seems to have made some mandatory checks on broken links between 
files after using i18n. The build failure may be caused by the absolute / 
relative paths problem after multiple versions.
Next, I should finish the https://issues.apache.org/jira/browse/YUNIKORN-1035 
first and write out how to use docusaurus i18n to complete a new language, 
which will help later friends to do related things.

发件人: Weiwei Yang 
日期: 星期六, 2022年1月29日 上午2:27
收件人: dev@yunikorn.apache.org 
主题: Re: Local website build check 2nd language page not working
Update:

Craig has posted a fix
https://github.com/apache/incubator-yunikorn-site/pull/122 and now
everything gets back to work again.
Thank you for the quick turnaround! Thank you everyone for collaborating on
this!!

On Fri, Jan 28, 2022 at 9:44 AM Weiwei Yang  wrote:

> Hi Chen Xiang
>
> I've merged https://github.com/apache/incubator-yunikorn-site/pull/117 but
> still see the build failure.
> Could you please help to take a look at how to fix this? Thanks
>
> On Fri, Jan 28, 2022 at 5:39 AM Wilfred Spiegelenburg 
> wrote:
>
>> Thank you for that, I found the reference in the docusaurus i18n
>> tutorial now too.
>> I'll open a jira to get the script updated so a choice can be made
>> which locale we should run in the dev setup.
>>
>> Wilfred
>>
>> On Fri, 28 Jan 2022 at 23:43, 陈 翔  wrote:
>> >
>> > You can run:  yarn run start -- --locale zh-cn
>> > Different languages need to be started independently in dev mode, but
>> they will be packaged together in the build phase.
>> >
>> > By the way, at present, my last submission of the master branch will
>> report an error when building. I have submitted a new PR to solve this
>> problem
>> >
>> >
>> > 发件人: Wilfred Spiegelenburg 
>> > 日期: 星期五, 2022年1月28日 下午6:49
>> > 收件人: dev@yunikorn.apache.org 
>> > 主题: Local website build check 2nd language page not working
>> > I have tried to build the website locally to confirm a change is
>> working.
>> > Is there anything special that needs to be done to allow browsing the
>> > translated pages?
>> > The only thing I get when I try to access the Chinese version (i.e.
>> > http://localhost:3000/zh-cn/) is an english page with "Page Not Found"
>> > message.
>> >
>> > I just execute the standard: local_build.sh run
>> > The logs show that it has built the zh-cn locale successfully and I
>> > can see the files in the build directory also. I tried cleaning up
>> > everything and re-ran the whole build from scratch.Used multiple
>> > browsers, cleaned the caches, nothing helped.
>> >
>> > Wilfred
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
>> > For additional commands, e-mail: dev-h...@yunikorn.apache.org
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
>> For additional commands, e-mail: dev-h...@yunikorn.apache.org
>>
>>


[jira] [Resolved] (YUNIKORN-1062) fix table layout in md files

2022-01-28 Thread Craig Condit (Jira)


 [ 
https://issues.apache.org/jira/browse/YUNIKORN-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Condit resolved YUNIKORN-1062.

Fix Version/s: 1.0.0
   Resolution: Fixed

Merged to master.

> fix table layout in md files
> 
>
> Key: YUNIKORN-1062
> URL: https://issues.apache.org/jira/browse/YUNIKORN-1062
> Project: Apache YuniKorn
>  Issue Type: Improvement
>  Components: website
>Reporter: Wilfred Spiegelenburg
>Assignee: Wilfred Spiegelenburg
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.0.0
>
>
> On numerous pages we use tables in md files to display data.
> The tables contain mixed spaces and tabs and do not comply with the rules for 
> tables in md files. This does not affect the layout on the website itself as 
> the tables are converted into html.
> The md editor(s) used to update the files complain about the incorrect layout.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



[jira] [Resolved] (YUNIKORN-962) announce old rest path deprecation in the docs

2022-01-28 Thread Craig Condit (Jira)


 [ 
https://issues.apache.org/jira/browse/YUNIKORN-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Condit resolved YUNIKORN-962.
---
Fix Version/s: 0.12.2
   Resolution: Fixed

Resolving this one as API docs have been updated, and 0.12.2 release notes will 
contain the notice as well.

> announce old rest path deprecation in the docs
> --
>
> Key: YUNIKORN-962
> URL: https://issues.apache.org/jira/browse/YUNIKORN-962
> Project: Apache YuniKorn
>  Issue Type: Improvement
>  Components: documentation
>Reporter: Wilfred Spiegelenburg
>Assignee: Wilfred Spiegelenburg
>Priority: Blocker
>  Labels: pull-request-available
> Fix For: 0.12.2
>
>
> As part of v0.12 we should announce the deprecation of the old paths in the 
> rest call so we can remove the old paths and clean up the code as part of 
> v1.0.0



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



[jira] [Resolved] (YUNIKORN-1063) Fix build issues on website

2022-01-28 Thread Craig Condit (Jira)


 [ 
https://issues.apache.org/jira/browse/YUNIKORN-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Condit resolved YUNIKORN-1063.

Fix Version/s: 1.0.0
   Resolution: Fixed

Merged into master and site verified to build properly.

> Fix build issues on website
> ---
>
> Key: YUNIKORN-1063
> URL: https://issues.apache.org/jira/browse/YUNIKORN-1063
> Project: Apache YuniKorn
>  Issue Type: Bug
>  Components: website
>Reporter: Craig Condit
>Assignee: Craig Condit
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.0.0
>
>
> The YK website is failing to build after the last several commits. Need to 
> investigate and fix this.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



Re: Local website build check 2nd language page not working

2022-01-28 Thread Weiwei Yang
Update:

Craig has posted a fix
https://github.com/apache/incubator-yunikorn-site/pull/122 and now
everything gets back to work again.
Thank you for the quick turnaround! Thank you everyone for collaborating on
this!!

On Fri, Jan 28, 2022 at 9:44 AM Weiwei Yang  wrote:

> Hi Chen Xiang
>
> I've merged https://github.com/apache/incubator-yunikorn-site/pull/117 but
> still see the build failure.
> Could you please help to take a look at how to fix this? Thanks
>
> On Fri, Jan 28, 2022 at 5:39 AM Wilfred Spiegelenburg 
> wrote:
>
>> Thank you for that, I found the reference in the docusaurus i18n
>> tutorial now too.
>> I'll open a jira to get the script updated so a choice can be made
>> which locale we should run in the dev setup.
>>
>> Wilfred
>>
>> On Fri, 28 Jan 2022 at 23:43, 陈 翔  wrote:
>> >
>> > You can run:  yarn run start -- --locale zh-cn
>> > Different languages need to be started independently in dev mode, but
>> they will be packaged together in the build phase.
>> >
>> > By the way, at present, my last submission of the master branch will
>> report an error when building. I have submitted a new PR to solve this
>> problem
>> >
>> >
>> > 发件人: Wilfred Spiegelenburg 
>> > 日期: 星期五, 2022年1月28日 下午6:49
>> > 收件人: dev@yunikorn.apache.org 
>> > 主题: Local website build check 2nd language page not working
>> > I have tried to build the website locally to confirm a change is
>> working.
>> > Is there anything special that needs to be done to allow browsing the
>> > translated pages?
>> > The only thing I get when I try to access the Chinese version (i.e.
>> > http://localhost:3000/zh-cn/) is an english page with "Page Not Found"
>> > message.
>> >
>> > I just execute the standard: local_build.sh run
>> > The logs show that it has built the zh-cn locale successfully and I
>> > can see the files in the build directory also. I tried cleaning up
>> > everything and re-ran the whole build from scratch.Used multiple
>> > browsers, cleaned the caches, nothing helped.
>> >
>> > Wilfred
>> >
>> > -
>> > To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
>> > For additional commands, e-mail: dev-h...@yunikorn.apache.org
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
>> For additional commands, e-mail: dev-h...@yunikorn.apache.org
>>
>>


[jira] [Created] (YUNIKORN-1063) Fix build issues on website

2022-01-28 Thread Craig Condit (Jira)
Craig Condit created YUNIKORN-1063:
--

 Summary: Fix build issues on website
 Key: YUNIKORN-1063
 URL: https://issues.apache.org/jira/browse/YUNIKORN-1063
 Project: Apache YuniKorn
  Issue Type: Bug
  Components: website
Reporter: Craig Condit


The YK website is failing to build after the last several commits. Need to 
investigate and fix this.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



Re: Local website build check 2nd language page not working

2022-01-28 Thread Weiwei Yang
Hi Chen Xiang

I've merged https://github.com/apache/incubator-yunikorn-site/pull/117 but
still see the build failure.
Could you please help to take a look at how to fix this? Thanks

On Fri, Jan 28, 2022 at 5:39 AM Wilfred Spiegelenburg 
wrote:

> Thank you for that, I found the reference in the docusaurus i18n
> tutorial now too.
> I'll open a jira to get the script updated so a choice can be made
> which locale we should run in the dev setup.
>
> Wilfred
>
> On Fri, 28 Jan 2022 at 23:43, 陈 翔  wrote:
> >
> > You can run:  yarn run start -- --locale zh-cn
> > Different languages need to be started independently in dev mode, but
> they will be packaged together in the build phase.
> >
> > By the way, at present, my last submission of the master branch will
> report an error when building. I have submitted a new PR to solve this
> problem
> >
> >
> > 发件人: Wilfred Spiegelenburg 
> > 日期: 星期五, 2022年1月28日 下午6:49
> > 收件人: dev@yunikorn.apache.org 
> > 主题: Local website build check 2nd language page not working
> > I have tried to build the website locally to confirm a change is working.
> > Is there anything special that needs to be done to allow browsing the
> > translated pages?
> > The only thing I get when I try to access the Chinese version (i.e.
> > http://localhost:3000/zh-cn/) is an english page with "Page Not Found"
> > message.
> >
> > I just execute the standard: local_build.sh run
> > The logs show that it has built the zh-cn locale successfully and I
> > can see the files in the build directory also. I tried cleaning up
> > everything and re-ran the whole build from scratch.Used multiple
> > browsers, cleaned the caches, nothing helped.
> >
> > Wilfred
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
> > For additional commands, e-mail: dev-h...@yunikorn.apache.org
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
> For additional commands, e-mail: dev-h...@yunikorn.apache.org
>
>


Re: Apache YuniKorn (Incubating) - Community Graduation Vote

2022-01-28 Thread Li Gao
+1

On Thu, Jan 27, 2022 at 9:46 PM Manikandan R  wrote:

> +1
>
> On Fri, Jan 28, 2022 at 12:32 AM Subru Krishnan  wrote:
>
> > +1.
> >
> > On Wed, Jan 26, 2022 at 11:10 PM WenChih Lo  wrote:
> >
> > > +1
> > >
> > > DB Tsai  於 2022年1月27日 週四 下午2:36寫道:
> > >
> > >> +1
> > >> DB Tsai  |  https://www.dbtsai.com/  |  PGP 42E5B25A8F7A82C1
> > >>
> > >>
> > >> On Wed, Jan 26, 2022 at 10:29 PM Akhil PB  wrote:
> > >>
> > >> > +1
> > >> >
> > >> > On Thu, Jan 27, 2022 at 7:29 AM Sunil Govindan 
> > >> wrote:
> > >> >
> > >> >> +1
> > >> >>
> > >> >> Sunil
> > >> >>
> > >> >> On Tue, Jan 25, 2022 at 9:09 PM Weiwei Yang 
> wrote:
> > >> >>
> > >> >>> Hi YuniKorn community and mentors
> > >> >>>
> > >> >>> Based on the discussion thread [1], after 2 years time of
> > incubating,
> > >> it
> > >> >>> is considered that now is a good time to graduate YuniKorn from
> the
> > >> ASF
> > >> >>> incubator and become a top-level Apache project. We have reviewed
> > the
> > >> ASF
> > >> >>> project maturity model [2] and provided some assessment of the
> > >> project's
> > >> >>> maturity based on the guidelines. Details are included as the
> > >> following. I
> > >> >>> have enough reasons to believe the project has done sustainable
> > >> development
> > >> >>> successfully in the Apache way. Please read this and add your vote
> > by
> > >> >>> replying to this email, your feedback will be much appreciated!!!
> > >> Note,
> > >> >>> this vote is not just for committers or PPMC members, we welcome
> > >> anyone in
> > >> >>> the community to vote, thanks!
> > >> >>>
> > >> >>> *Code, License, and Copyright*
> > >> >>>
> > >> >>> All code is maintained on github, under Apache 2.0 license. We
> have
> > >> >>> reviewed all the dependencies and ensured they do not bring any
> > >> license
> > >> >>> issues. All the status files, license headers, and copyright are
> up
> > >> to date.
> > >> >>>
> > >> >>> *Release*
> > >> >>>
> > >> >>> The community has released 5 releases in the past 2 years, i.e
> v0.8,
> > >> >>> v0.9, v0.10, v0,11, and v0.12. These releases were done by 5
> > different
> > >> >>> release managers [3] and indicate the community can create
> releases
> > >> >>> independently. We have also a well-documented release process,
> > >> automated
> > >> >>> tools to help new release managers with the process.
> > >> >>>
> > >> >>> *Quality*
> > >> >>>
> > >> >>> The community has developed a comprehensive CI/CD pipeline as a
> > guard
> > >> of
> > >> >>> the code quality. The pipeline runs per-commit license check,
> > >> code-format
> > >> >>> check, code-coverage check, UT, and end-to-end tests. All these
> are
> > >> built
> > >> >>> as automated github actions, new contributors can easily trigger
> and
> > >> view
> > >> >>> results when submitting patches.
> > >> >>>
> > >> >>> *Community*
> > >> >>>
> > >> >>> The community has developed an easy-to-read homepage for the
> project
> > >> >>> [4], the website hosts all the materials related to the project
> > >> including
> > >> >>> versioned documentation, user docs, developer docs, design docs,
> > >> >>> performance docs. It provides the top-level navigation to the
> > software
> > >> >>> download page, where links to all our previous releases. It also
> has
> > >> the
> > >> >>> pages for the new contributors on-boarding with the project, such
> as
> > >> how to
> > >> >>> join community meetings, events links, etc.
> > >> >>>
> > >> >>> The community shows appreciation to all contributors and welcomes
> > all
> > >> >>> kinds of contributions (not just for code). We have built an open,
> > >> diverse
> > >> >>> community and gathered many people to work together. With that, we
> > >> have 41
> > >> >>> unique code contributors and some non-code contributors as well.
> > Many
> > >> of
> > >> >>> them have becoming to be committers and PPMC members while working
> > >> with the
> > >> >>> community. There were 2 new mentors, 8 new committers, 4 new PPMC
> > from
> > >> >>> 6 different organizations [5] added in the incubating phase. And
> in
> > >> total,
> > >> >>> the project has 6 mentors, 23 PPMC, and 29 committers from at
> least
> > 14
> > >> >>> different organizations. All the info are generally available on
> the
> > >> >>> project website, including some guidelines to help people become
> > >> >>> committer/PPMC member [6]. Community collaboration was done in a
> > >> >>> wide-public, open manner, we leverage regular bi-weekly/weekly
> > >> >>> community meetings for 2 different timezones [7] and dev/user
> slack
> > >> >>> channels, mailing lists for offline discussions.
> > >> >>>
> > >> >>> *Independence*
> > >> >>>
> > >> >>> The project was initially donated by Cloudera, but with a diverse
> > open
> > >> >>> source community, it has been operated as an independent project
> > >> since it
> > >> >>> entered into ASF incubator. The committers and PPMC members are a
> > >> group of
> > >> >>> passionate people from at least 14 different 

[jira] [Resolved] (YUNIKORN-1045) Add maturity matrix to the website

2022-01-28 Thread Weiwei Yang (Jira)


 [ 
https://issues.apache.org/jira/browse/YUNIKORN-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Weiwei Yang resolved YUNIKORN-1045.
---
Fix Version/s: 1.0.0
   Resolution: Fixed

> Add maturity matrix to the website
> --
>
> Key: YUNIKORN-1045
> URL: https://issues.apache.org/jira/browse/YUNIKORN-1045
> Project: Apache YuniKorn
>  Issue Type: Sub-task
>  Components: website
>Reporter: Wilfred Spiegelenburg
>Assignee: Wilfred Spiegelenburg
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.0.0
>
>
> As part of the graduation we need to fill out and make sure we have looked at 
> all points in the maturity model 
> ([https://community.apache.org/apache-way/apache-project-maturity-model.html)]
> We should document the answers in a clear way for everyone to access as part 
> of the website. 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



[GitHub] [incubator-yunikorn-release] wilfred-s opened a new pull request #76: [YUNIKORN-1047] move release procedure doc to website

2022-01-28 Thread GitBox


wilfred-s opened a new pull request #76:
URL: https://github.com/apache/incubator-yunikorn-release/pull/76


   cleanup of the release repo


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



Yunikorn metrics improvements

2022-01-28 Thread Peter Bacsko
Hi all,

recently I've started to work on enhancing YK metrics. This simply means
collecting more data (counters, statistics, distributions, etc) that helps
debugging and troubleshooting various issues, mostly performance related. I
created YUNIKORN-1049  for
this purpose.

I had an idea that looking at what Hadoop YARN exposes as metrics (
https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-common/Metrics.html)
could be a good starting point because of the inherent similarities between
the two projects. Obviously YARN is more than just a scheduler, but it's
still useful as an input.

I documented my findings. It was originally an internal document, which I
now made public under YUNIKORN-1050
. It's nowhere near
complete, so feel free to take a look and add your suggestions/comments
(there are already some from Wilfred, Craig, Sunil). It's viewable for
everyone, but suggestions/edits are restricted so just ask for it.

I didn't want to make too many subtasks under the JIRA, so I only created
some generic ones, those can be broken down later if it's deemed necessary.

Thanks,
Peter


[jira] [Created] (YUNIKORN-1062) fix table layout in md files

2022-01-28 Thread Wilfred Spiegelenburg (Jira)
Wilfred Spiegelenburg created YUNIKORN-1062:
---

 Summary: fix table layout in md files
 Key: YUNIKORN-1062
 URL: https://issues.apache.org/jira/browse/YUNIKORN-1062
 Project: Apache YuniKorn
  Issue Type: Improvement
  Components: website
Reporter: Wilfred Spiegelenburg
Assignee: Wilfred Spiegelenburg


On numerous pages we use tables in md files to display data.

The tables contain mixed spaces and tabs and do not comply with the rules for 
tables in md files. This does not affect the layout on the website itself as 
the tables are converted into html.

The md editor(s) used to update the files complain about the incorrect layout.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



Re: Local website build check 2nd language page not working

2022-01-28 Thread Wilfred Spiegelenburg
Thank you for that, I found the reference in the docusaurus i18n
tutorial now too.
I'll open a jira to get the script updated so a choice can be made
which locale we should run in the dev setup.

Wilfred

On Fri, 28 Jan 2022 at 23:43, 陈 翔  wrote:
>
> You can run:  yarn run start -- --locale zh-cn
> Different languages need to be started independently in dev mode, but they 
> will be packaged together in the build phase.
>
> By the way, at present, my last submission of the master branch will report 
> an error when building. I have submitted a new PR to solve this problem
>
>
> 发件人: Wilfred Spiegelenburg 
> 日期: 星期五, 2022年1月28日 下午6:49
> 收件人: dev@yunikorn.apache.org 
> 主题: Local website build check 2nd language page not working
> I have tried to build the website locally to confirm a change is working.
> Is there anything special that needs to be done to allow browsing the
> translated pages?
> The only thing I get when I try to access the Chinese version (i.e.
> http://localhost:3000/zh-cn/) is an english page with "Page Not Found"
> message.
>
> I just execute the standard: local_build.sh run
> The logs show that it has built the zh-cn locale successfully and I
> can see the files in the build directory also. I tried cleaning up
> everything and re-ran the whole build from scratch.Used multiple
> browsers, cleaned the caches, nothing helped.
>
> Wilfred
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
> For additional commands, e-mail: dev-h...@yunikorn.apache.org

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



答复: Local website build check 2nd language page not working

2022-01-28 Thread 陈 翔
You can run:  yarn run start -- --locale zh-cn
Different languages need to be started independently in dev mode, but they will 
be packaged together in the build phase.

By the way, at present, my last submission of the master branch will report an 
error when building. I have submitted a new PR to solve this problem


发件人: Wilfred Spiegelenburg 
日期: 星期五, 2022年1月28日 下午6:49
收件人: dev@yunikorn.apache.org 
主题: Local website build check 2nd language page not working
I have tried to build the website locally to confirm a change is working.
Is there anything special that needs to be done to allow browsing the
translated pages?
The only thing I get when I try to access the Chinese version (i.e.
http://localhost:3000/zh-cn/) is an english page with "Page Not Found"
message.

I just execute the standard: local_build.sh run
The logs show that it has built the zh-cn locale successfully and I
can see the files in the build directory also. I tried cleaning up
everything and re-ran the whole build from scratch.Used multiple
browsers, cleaned the caches, nothing helped.

Wilfred

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org


Re: [VOTE] Release Apache YuniKorn (incubating) 0.12.2 RC4

2022-01-28 Thread Wilfred Spiegelenburg
+1 (binding)

Checked the following:
* no unexpected binaries or files
* signature confirmed
* hash confirmed
* build from source
* deployed into kind 1.22.4 using helm charts and local build
* checked REST calls
* checked Web UI
* killed scheduler pod and made sure it was restarted and available

Wilfred

On Fri, 28 Jan 2022 at 18:21, Weiwei Yang  wrote:
>
> +1 (binding)
>
> - Build the docker images from the source
> - Verified the image SHAs are at the correct commit
> - Install on a local cluster with helm charts, verified installation is good
> - Run simple job and verify the K8s events
>
>
> On Thu, Jan 27, 2022 at 9:04 PM Sunil Govindan  wrote:
>
> > +1 (binding)
> >
> > Thanks Craig for the efforts
> >
> >
> >- Verified checksum and signature
> >- compiled and built the binaries from source code
> >- brought a yunikorn cluster locally
> >- Ran basic jobs
> >
> >
> > Thanks
> > Sunil
> >
> > On Wed, Jan 26, 2022 at 10:11 AM Craig Condit 
> > wrote:
> >
> > > Sorry, description should say RC4.
> > >
> > >
> > > > On Jan 26, 2022, at 12:10 PM, Craig Condit 
> > > wrote:
> > > >
> > > > Hello everyone,
> > > >
> > > > I’d like to call a vote for releasing Apache YuniKorn (incubating)
> > > 0.12.2 RC3.
> > > >
> > > > The release artifacts have been uploaded here:
> > > https://dist.apache.org/repos/dist/dev/incubator/yunikorn/0.12.2-rc4/ <
> > > https://dist.apache.org/repos/dist/dev/incubator/yunikorn/0.12.2-rc4/>
> > > >
> > > > My public key is located here:
> > > https://downloads.apache.org/incubator/yunikorn/KEYS <
> > > https://downloads.apache.org/incubator/yunikorn/KEYS>
> > > >
> > > > JIRA issues that have been resolved in this release:
> > > https://issues.apache.org/jira/issues/?filter=12351270 <
> > > https://issues.apache.org/jira/issues/?filter=12351270>
> > > >
> > > > Git tags for each component are as follows:
> > > >
> > > > incubator-yunikorn-scheduler-interface: v0.12.2-1
> > > > incubator-yunikorn-core: v0.12.2-1
> > > > incubator-yunikorn-k8shim: v0.12.2-4
> > > > incubator-yunikorn-web: v0.12.2-1
> > > > https://github.com/apache/incubator-yunikorn-release: <
> > > https://github.com/apache/incubator-yunikorn-release:> v0.12.2-4
> > > >
> > > > One the release is voted on and approved, all repos will be tagged
> > > 0.12.2 for consistency.
> > > >
> > > > Please review and vote. The vote will be open for at least 72 hours and
> > > closes on Monday, January 31 2022, 1pm PDT.
> > > >
> > > > [ ] +1 Approve
> > > > [ ] +0 No opinion
> > > > [ ] -1 Disapprove (and the reason why)
> > > >
> > > >
> > > > Thank you,
> > > > Craig
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
> > > For additional commands, e-mail: dev-h...@yunikorn.apache.org
> > >
> > >
> >

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



Local website build check 2nd language page not working

2022-01-28 Thread Wilfred Spiegelenburg
I have tried to build the website locally to confirm a change is working.
Is there anything special that needs to be done to allow browsing the
translated pages?
The only thing I get when I try to access the Chinese version (i.e.
http://localhost:3000/zh-cn/) is an english page with "Page Not Found"
message.

I just execute the standard: local_build.sh run
The logs show that it has built the zh-cn locale successfully and I
can see the files in the build directory also. I tried cleaning up
everything and re-ran the whole build from scratch.Used multiple
browsers, cleaned the caches, nothing helped.

Wilfred

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org



[jira] [Resolved] (YUNIKORN-1059) Add Chinese translation for get started documents

2022-01-28 Thread Chaoran Yu (Jira)


 [ 
https://issues.apache.org/jira/browse/YUNIKORN-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chaoran Yu resolved YUNIKORN-1059.
--
Resolution: Done

> Add Chinese translation for get started documents
> -
>
> Key: YUNIKORN-1059
> URL: https://issues.apache.org/jira/browse/YUNIKORN-1059
> Project: Apache YuniKorn
>  Issue Type: Sub-task
>Reporter: cdmikechen
>Assignee: cdmikechen
>Priority: Major
>  Labels: pull-request-available
>
> Add Chinese translation for get started documents, this is a sub task on 
> https://issues.apache.org/jira/browse/YUNIKORN-1029
> This issue include YuniKorn site get started documents.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

-
To unsubscribe, e-mail: dev-unsubscr...@yunikorn.apache.org
For additional commands, e-mail: dev-h...@yunikorn.apache.org