available.tours.js 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. // Licensed to Cloudera, Inc. under one
  2. // or more contributor license agreements. See the NOTICE file
  3. // distributed with this work for additional information
  4. // regarding copyright ownership. Cloudera, Inc. licenses this file
  5. // to you under the Apache License, Version 2.0 (the
  6. // "License"); you may not use this file except in compliance
  7. // with the License. You may obtain a copy of the License at
  8. //
  9. // http://www.apache.org/licenses/LICENSE-2.0
  10. //
  11. // Unless required by applicable law or agreed to in writing, software
  12. // distributed under the License is distributed on an "AS IS" BASIS,
  13. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. // See the License for the specific language governing permissions and
  15. // limitations under the License.
  16. $.jHueTour({
  17. "tours":[
  18. {
  19. "name": "twitter",
  20. "desc": "Analyze Twitter data",
  21. "path": "/home",
  22. "video": "",
  23. "blog": "http://gethue.tumblr.com/post/48706198060/how-to-analyze-twitter-data-with-hue"
  24. },
  25. {
  26. "name": "pigudf",
  27. "desc": "Preparing Yelp data for analysis with<br/> Pig and Python UDF",
  28. "path": "/(home|pig|filebrowser|metastore)",
  29. "video": "http://player.vimeo.com/video/73849021",
  30. "blog": "http://gethue.tumblr.com/post/60376973455/hadoop-tutorials-ii-1-prepare-the-data-for-analysis"
  31. },
  32. {
  33. "name": "pigeditor",
  34. "desc": "The Pig Editor",
  35. "path": "/pig",
  36. "video": "http://player.vimeo.com/video/66661052",
  37. "blog": "http://gethue.tumblr.com/post/51559235973/tutorial-apache-pig-editor-in-hue-2-3"
  38. },
  39. {
  40. "name": "hiveudf",
  41. "desc": "Build and use Hive UDF in 1 minute!",
  42. "path": "/beeswax",
  43. "video": "http://player.vimeo.com/video/72200781",
  44. "blog": "http://gethue.tumblr.com/post/58711590309/hadoop-tutorial-hive-udf-in-1-minute"
  45. },
  46. {
  47. "name": "hcatalog",
  48. "desc": "How to use HCatalog in Hue with Pig",
  49. "path": "/(metastore|pig)",
  50. "video": "http://player.vimeo.com/video/71024770",
  51. "blog": "http://gethue.tumblr.com/post/56804308712/hadoop-tutorial-how-to-access-hive-in-pig-with"
  52. },
  53. {
  54. "name": "hbasebrowser",
  55. "desc": "HBase Browser",
  56. "path": "/hbase",
  57. "video": "http://player.vimeo.com/video/72357888",
  58. "blog": "http://gethue.tumblr.com/post/59071544309/the-web-ui-for-hbase-hbase-browser"
  59. },
  60. {
  61. "name": "hbasetables",
  62. "desc": "Create HBase tables",
  63. "path": "/hbase",
  64. "video": "http://player.vimeo.com/video/72200782",
  65. "blog": "http://gethue.tumblr.com/post/58181985680/hadoop-tutorial-how-to-create-example-tables-in-hbase"
  66. },
  67. {
  68. "name": "oozieworkflows",
  69. "desc": "Oozie Workflow",
  70. "path": "/(oozie|beeswax)",
  71. "video": "http://player.vimeo.com/video/73849021",
  72. "blog": "http://gethue.tumblr.com/post/60937985689/hadoop-tutorials-ii-2-execute-hive-queries-and"
  73. },
  74. {
  75. "name": "ooziecoordinator",
  76. "desc": "Oozie Coordinator",
  77. "path": "/oozie",
  78. "video": "http://player.vimeo.com/video/74215175",
  79. "blog": "http://gethue.tumblr.com/post/61597968730/hadoop-tutorials-ii-3-schedule-hive-queries-with"
  80. },
  81. {
  82. "name": "search",
  83. "desc": "The search app with Solr",
  84. "path": "/search",
  85. "video": "http://player.vimeo.com/video/68257054",
  86. "blog": "http://gethue.tumblr.com/post/52804483421/tutorial-search-hadoop-in-hue"
  87. },
  88. {
  89. "name": "filebrowser",
  90. "desc": "HDFS File Operations Made Easy",
  91. "path": "/filebrowser",
  92. "video": "http://player.vimeo.com/video/63343487",
  93. "blog": "http://gethue.tumblr.com/post/48706244836/demo-hdfs-file-operations-made-easy-with-hue"
  94. },
  95. {
  96. "name": "hueha",
  97. "desc": "High availability in Hue",
  98. "path": "/about",
  99. "video": "http://player.vimeo.com/video/71813732",
  100. "blog": "http://gethue.tumblr.com/post/57817118455/hadoop-tutorial-high-availability-of-hue"
  101. },
  102. {
  103. "name": "hue25",
  104. "desc": "What's new in Hue 2.5",
  105. "path": "/home",
  106. "video": "http://player.vimeo.com/video/70955652",
  107. "blog": "http://gethue.tumblr.com/post/55581863077/hue-2-5-and-its-hbase-app-is-out"
  108. },
  109. {
  110. "name": "hueperms",
  111. "desc": "Manage users and group permissions",
  112. "path": "/useradmin",
  113. "video": "",
  114. "blog": "http://gethue.tumblr.com/post/48706063756/how-to-manage-permissions-in-hue"
  115. }
  116. ]
  117. });