Repository: mahout Updated Branches: refs/heads/asf-site 5112e9ec8 -> 20ceb66e4
http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/sparkbindings/faq.html ---------------------------------------------------------------------- diff --git a/users/sparkbindings/faq.html b/users/sparkbindings/faq.html index 7dfe20b..739057f 100644 --- a/users/sparkbindings/faq.html +++ b/users/sparkbindings/faq.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/sparkbindings/home.html ---------------------------------------------------------------------- diff --git a/users/sparkbindings/home.html b/users/sparkbindings/home.html index d9931fb..f295b5d 100644 --- a/users/sparkbindings/home.html +++ b/users/sparkbindings/home.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li> http://git-wip-us.apache.org/repos/asf/mahout/blob/20ceb66e/users/sparkbindings/play-with-shell.html ---------------------------------------------------------------------- diff --git a/users/sparkbindings/play-with-shell.html b/users/sparkbindings/play-with-shell.html index fa89d74..e903e79 100644 --- a/users/sparkbindings/play-with-shell.html +++ b/users/sparkbindings/play-with-shell.html @@ -28,7 +28,15 @@ </head> - +<script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-98314020-1', 'auto'); + ga('send', 'pageview'); +</script> <body> <nav class="navbar navbar-expand-lg navbar-light bg-light navbar-mahout"> @@ -49,11 +57,11 @@ <!-- Download --> <li class="nav-item"> - <a class="nav-link" href="/downloads/">Download</a> + <a class="nav-link" href="/general/downloads">Download</a> </li> <li class="nav-item"> - <a class="nav-link" href="/docs/0.13.1-SNAPSHOT/index.html">Overview</a> + <a class="nav-link" href="/docs/latest/index.html">Overview</a> </li> <!-- Developers --> @@ -70,11 +78,11 @@ <!-- <a class="dropdown-item" href="/developers/version-control/">Version Control</a> --> <div class="dropdown-divider"></div> <h6 class="dropdown-header">How To's</h6> - <a class="dropdown-item" href="/developers/how-to-contribute/">How to Contribute</a> - <a class="dropdown-item" href="/developers/githubPRs/">Github PRs</a> - <a class="dropdown-item" href="/developers/how-to-become-a-committer/">How to Become a Committer</a> - <a class="dropdown-item" href="/developers/how-to-release/">How to Release</a> - <a class="dropdown-item" href="/developers/how-to-update-the-website/">How to Update the Website</a> + <a class="dropdown-item" href="/developers/how-to-contribute">How to Contribute</a> + <a class="dropdown-item" href="/developers/githubPRs">Github PRs</a> + <a class="dropdown-item" href="/developers/how-to-become-a-committer">How to Become a Committer</a> + <a class="dropdown-item" href="/developers/how-to-release">How to Release</a> + <a class="dropdown-item" href="/developers/how-to-update-the-website">How to Update the Website</a> </div> </li> @@ -94,22 +102,21 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" href="" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Community</a> <div class="dropdown-menu dropdown-menu-right"> - <a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a> - <a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a> - <a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a> + <!--<a class="dropdown-item" href="/community/history/">History of the Apache Mahout Project</a>--> + <!--<a class="dropdown-item" href="/community/blogs/">Blog Posts About Mahout</a>--> + <!--<a class="dropdown-item" href="/community/recent-upcoming-talks/">Recent and Upcoming Talks</a>--> <!-- <a class="dropdown-item" href="/community/books-tutorials-and-talks/">Books Tutorials and Talks</a> --> - <a class="dropdown-item" href="/community/buildingmahout/">Building Mahout</a> <!-- <a class="dropdown-item" href="/community/faq/">FAQ</a> needs a lot of updating --> - <a class="dropdown-item" href="/community/gsoc/">GSoC</a> + <a class="dropdown-item" href="/developers/gsoc">GSoC</a> <!-- Is OK- updated Map/Reduce verbage to reflect Samsara --> <!-- <a class="dropdown-item" href="/community/mahout-benchmarks/">Mahout Benchmarks</a> These are old, Keep them? --> <!-- <a class="dropdown-item" href="/community/mahout-wiki/">Mahout Wiki</a> at very least needs links cleanedup - do we still want this even?--> - <a class="dropdown-item" href="/community/mailing-lists/">Mailing Lists</a> + <a class="dropdown-item" href="/general/mailing-lists">Mailing Lists</a> <!-- Clean and pretty --> <!-- <a class="dropdown-item" href="/community/powered-by-mahout/">Powered By Mahout</a> needs update --> - <a class="dropdown-item" href="/community/privacy-policy/">Privacy Policy</a> + <a class="dropdown-item" href="/general/privacy-policy">Privacy Policy</a> <!-- <a class="dropdown-item" href="/community/professional-support/">Professional Support</a> update if we even want to keep --> - <a class="dropdown-item" href="/community/who-we-are/">Who We Are</a> + <a class="dropdown-item" href="/general/who-we-are">Who We Are</a> <!-- nikolai needs to add himself --> </div> </li>
