{{partial "header.html" .}}

{{ i18n "download-kyuubi" }}

{{ i18n "instructions" }}

{{ i18n "chose-kyuubi-version-to-download" }}

{{ i18n "please-verify-release" }} {{ i18n "project-release-keys" }}.

{{ i18n "check-hashes-and-signatures" }} {{ i18n "verify-instructions" }} {{i18n "page"}}.

{{ i18n "the-latest-release" }}

{{ partial "release_table_head.html" .}} {{ $langVar := "" }} {{ if ne .Site.Language.Lang "en" }} {{ $langVar = .Site.Language.Lang }} {{ end }} {{ range where (where (where .Site.Pages "Section" "release") ".Params.linked" true) ".File.BaseFileName" .Site.Params.latestRelease }} {{ $dir := print "kyuubi-" .File.BaseFileName "/" }} {{ $source := print "apache-kyuubi-" .File.BaseFileName "-source.tgz" }} {{ $bin := print "apache-kyuubi-" .File.BaseFileName "-bin.tgz" }} {{ $link_base := "" }} {{ if strings.Contains .File.BaseFileName "incubating" }} {{ $link_base = .Site.Params.downloadLinkIncubator }} {{ else }} {{ $link_base = .Site.Params.downloadLink }} {{ end }} {{ if eq $langVar "zh"}} {{ else }} {{ end }} {{end}}
{{ .File.BaseFileName }}{{ dateFormat "2006年01月02日" .Date }}{{ dateFormat "2006 Jan 2 " .Date }} source (sha512, signature) binary (sha512, signature) {{ lower (i18n "release-notes") }}

{{ i18n "all-archived-releases"}}

Note

{{ i18n "consider-use-the-latest-kyuubi" }}

{{ partial "release_table_head.html" .}} {{ range sort (where (where .Site.Pages "Section" "release") ".Params.linked" true) ".Date" "desc" }} {{ $dir := print "kyuubi-" .File.BaseFileName "/" }} {{ $source := print "apache-kyuubi-" .File.BaseFileName "-source.tgz" }} {{ $bin := print "apache-kyuubi-" .File.BaseFileName "-bin.tgz" }} {{ $link_base := "" }} {{ if strings.Contains .File.BaseFileName "incubating" }} {{ $link_base = .Site.Params.downloadLinkIncubator }} {{ else }} {{ $link_base = .Site.Params.downloadLink }} {{ end }} {{ if eq $langVar "zh"}} {{ else }} {{ end }} {{end}}
{{.File.BaseFileName }}{{dateFormat "2006年01月02日" .Date}}{{dateFormat "2006 Jan 2 " .Date}} source (sha512, signature) binary (sha512, signature) {{ lower (i18n "release-notes") }}

{{ i18n "all-kyuubi-shaded-releases"}}

{{ partial "shaded_release_table_head.html" .}} {{ range (where (where .Site.Pages "Section" "shaded-release") ".Params.linked" true) }} {{ $dir := print "kyuubi-shaded-" .File.BaseFileName "/" }} {{ $source := print "apache-kyuubi-shaded" .File.BaseFileName "-source.tgz" }} {{ $link_base := .Site.Params.downloadLink }} {{ if eq $langVar "zh"}} {{ else }} {{ end }} {{end}}
{{.File.BaseFileName }}{{dateFormat "2006年01月02日" .Date}}{{dateFormat "2006 Jan 2 " .Date}} source (sha512, signature) {{ lower (i18n "release-notes") }}
{{.Content}}
{{partial "footer.html" .}}