aboutsummaryrefslogtreecommitdiff
path: root/bigtop-deploy
diff options
context:
space:
mode:
authorRoman Shaposhnik <rvs@cloudera.com>2013-04-03 09:30:55 -0700
committerRoman Shaposhnik <rvs@cloudera.com>2013-04-21 20:15:12 -0700
commit7b2f77dd253a5f70545b35dbfb224791bf51b1f2 (patch)
tree03b685856e3768000ba4943ab80b64eacb785cde /bigtop-deploy
parent860dff60b8768eb3a04992d47cdf666db55b3a54 (diff)
BIGTOP-832. Bump version of Hue to 2.3.0
Diffstat (limited to 'bigtop-deploy')
-rw-r--r--bigtop-deploy/puppet/modules/hue/templates/hue.ini97
1 files changed, 67 insertions, 30 deletions
diff --git a/bigtop-deploy/puppet/modules/hue/templates/hue.ini b/bigtop-deploy/puppet/modules/hue/templates/hue.ini
index 3a9d5ad2..cf4fe8d6 100644
--- a/bigtop-deploy/puppet/modules/hue/templates/hue.ini
+++ b/bigtop-deploy/puppet/modules/hue/templates/hue.ini
@@ -17,12 +17,12 @@
# ===================================
#
# For complete documentation about the contents of this file, run
-# $ <hue_root>/build/env/bin/hue config_help
+# $ <hue_root>/build/env/bin/hue config_help
#
# All .ini files under the current directory are treated equally. Their
# contents are merged to form the Hue configuration, which can
# can be viewed on the Hue at
-# http://<hue_host>:<port>/dump_config
+# http://<hue_host>:<port>/dump_config
###########################################################################
@@ -31,6 +31,11 @@
[desktop]
+ send_dbug_messages=1
+
+ # To show database transactions, set database_logging to 1
+ database_logging=0
+
# Set this to a random string, the longer the better.
# This is used for secure hashing in the session store.
secret_key=deaddeafdeaddeafdeaddeafdeaddeafdeaddeafdeaddeafdeaddeaf
@@ -106,6 +111,7 @@
# - desktop.auth.backend.PamBackend
# - desktop.auth.backend.SpnegoDjangoBackend
# - desktop.auth.backend.RemoteUserDjangoBackend
+ # - desktop.auth.backend.OAuthBackend
## backend=desktop.auth.backend.AllowFirstUserDjangoBackend
## pam_service=login
@@ -133,8 +139,13 @@
# URL of the LDAP server
## ldap_url=ldap://auth.mycompany.com
- # Path to certificate for authentication over TLS
+ # A PEM-format file containing certificates for the CA's that
+ # Hue will trust for authentication over TLS.
+ # The certificate for the CA that signed the
+ # LDAP server certificate must be included among these certificates.
+ # See more here http://www.openldap.org/doc/admin24/tls.html.
## ldap_cert=
+ ## use_start_tls=true
# Distinguished name of the user to bind as -- not necessary if the LDAP server
# supports anonymous searches
@@ -165,12 +176,9 @@
# Base filter for searching for groups
## group_filter="objectclass=*"
- # The group name attribute in the LDAP schema
+ # The username attribute in the LDAP schema
## group_name_attr=cn
- # The attribute of the group object which identifies the members of the group
- ## group_member_attr=members
-
# Configuration options for specifying the Desktop Database. For more info,
# see http://docs.djangoproject.com/en/1.1/ref/settings/#database-engine
# ------------------------------------------------------------------------
@@ -221,6 +229,25 @@
<% end %>
+ # Configuration options for using OAuthBackend login
+ # ------------------------------------------------------------------------
+ [[oauth]]
+ # The Consumer key of the application
+ ## consumer_key=XXXXXXXXXXXXXXXXXXXXX
+
+ # The Consumer secret of the application
+ ## consumer_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+
+ # The Request token URL
+ ## request_token_url=https://api.twitter.com/oauth/request_token
+
+ # The Access token URL
+ ## access_token_url=https://api.twitter.com/oauth/access_token
+
+ # The Authorize URL
+ ## authenticate_url=https://api.twitter.com/oauth/authorize
+
+
###########################################################################
# Settings to configure your Hadoop cluster.
###########################################################################
@@ -400,6 +427,14 @@
# visible only to the owner and administrators.
## share_saved_queries=true
+ # The backend to contact for queries/metadata requests
+ # Choices are 'beeswax' (default), 'hiveserver2'.
+ ## server_interface=beeswax
+
+ # Time in milliseconds for Beeswax to persist queries in its cache.
+ # 7*24*60*60*1000 = 1 week
+ ## beeswax_running_query_lifetime=604800000L
+
###########################################################################
# Settings to configure Job Designer
@@ -417,7 +452,7 @@
###########################################################################
-# Settings to configure Job Browser.
+# Settings to configure Job Browser
###########################################################################
[jobbrowser]
@@ -445,17 +480,6 @@
[[ shelltypes ]]
- # Define and configure a new shell type "flume"
- # ------------------------------------------------------------------------
- [[[ flume ]]]
- nice_name = "Flume Shell"
- command = "/usr/bin/flume shell"
- help = "The command-line Flume client interface."
-
- [[[[ environment ]]]]
- # You can specify environment variables for the Flume shell
- # in this section.
-
# Define and configure a new shell type "pig"
# ------------------------------------------------------------------------
[[[ pig ]]]
@@ -470,17 +494,8 @@
# [[[[[ JAVA_HOME ]]]]]
# value = "/usr/lib/jvm/java-6-sun"
-
- # Define and configure a new shell type "sqoop2"
- # ------------------------------------------------------------------------
- [[[ sqoop2 ]]]
- nice_name = "Sqoop2 Shell"
- command = "/usr/bin/sqoop2"
- help = "The command-line Sqoop2 client."
-
- [[[[ environment ]]]]
- # You can configure environment variables for the Sqoop2 shell
- # in this section.
+ [[[[[ PATH ]]]]]
+ value = "/bin:/usr/bin:/sbin:/usr/sbin"
# Define and configure a new shell type "hbase"
# ------------------------------------------------------------------------
@@ -492,6 +507,28 @@
[[[[ environment ]]]]
# You can configure environment variables for the HBase shell
# in this section.
+ [[[[[ PATH ]]]]]
+ value = "/bin:/usr/bin:/sbin:/usr/sbin"
+
+ # Define and configure a new shell type "Sqoop 2"
+ # ------------------------------------------------------------------------
+ [[[ sqoop2 ]]]
+ nice_name = "Sqoop 2 Shell"
+ command = "/usr/bin/sqoop"
+ help = "The command-line Sqoop 2 client."
+
+ [[[[ environment ]]]]
+ # You can configure environment variables for the Sqoop 2 shell
+ # in this section.
+ [[[[[ PATH ]]]]]
+ value = "/bin:/usr/bin:/sbin:/usr/sbin"
+
+ # Define and configure a new shell type "bash" for testing only
+ # ------------------------------------------------------------------------
+ [[[ bash ]]]
+ nice_name = "Bash (Test only!!!)"
+ command = "/bin/bash"
+ help = "A shell that does not depend on Hadoop components"
###########################################################################