hue.ini 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703
  1. # Hue configuration file
  2. # ===================================
  3. #
  4. # For complete documentation about the contents of this file, run
  5. # $ <hue_root>/build/env/bin/hue config_help
  6. #
  7. # All .ini files under the current directory are treated equally. Their
  8. # contents are merged to form the Hue configuration, which can
  9. # can be viewed on the Hue at
  10. # http://<hue_host>:<port>/dump_config
  11. ###########################################################################
  12. # General configuration for core Desktop features (authentication, etc)
  13. ###########################################################################
  14. [desktop]
  15. # Set this to a random string, the longer the better.
  16. # This is used for secure hashing in the session store.
  17. secret_key=
  18. # Execute this script to produce the Django secret key. This will be used when
  19. # 'secret_key' is not set.
  20. ## secret_key_script=
  21. # Webserver listens on this address and port
  22. http_host=0.0.0.0
  23. http_port=8888
  24. # Choose whether to enable the new Hue 4 interface.
  25. ## is_hue_4=true
  26. # A comma-separated list of available Hue load balancers
  27. ## hue_load_balancer=
  28. # Time zone name
  29. time_zone=America/Los_Angeles
  30. # Enable or disable Django debug mode.
  31. django_debug_mode=false
  32. # Enable or disable database debug mode.
  33. ## database_logging=false
  34. # Whether to send debug messages from JavaScript to the server logs.
  35. ## send_dbug_messages=false
  36. # Enable or disable backtrace for server error
  37. http_500_debug_mode=false
  38. # Enable or disable memory profiling.
  39. ## memory_profiler=false
  40. # Server email for internal error messages
  41. ## django_server_email='hue@localhost.localdomain'
  42. # Email backend
  43. ## django_email_backend=django.core.mail.backends.smtp.EmailBackend
  44. # Webserver runs as this user
  45. ## server_user=hue
  46. ## server_group=hue
  47. # This should be the Hue admin and proxy user
  48. ## default_user=hue
  49. # This should be the hadoop cluster admin
  50. ## default_hdfs_superuser=hdfs
  51. # If set to false, runcpserver will not actually start the web server.
  52. # Used if Apache is being used as a WSGI container.
  53. ## enable_server=yes
  54. # Number of threads used by the CherryPy web server
  55. ## cherrypy_server_threads=40
  56. # This property specifies the maximum size of the receive buffer in bytes in thrift sasl communication (default 2 MB).
  57. ## sasl_max_buffer=2 * 1024 * 1024
  58. # Filename of SSL Certificate
  59. ## ssl_certificate=
  60. # Filename of SSL RSA Private Key
  61. ## ssl_private_key=
  62. # Filename of SSL Certificate Chain
  63. ## ssl_certificate_chain=
  64. # SSL certificate password
  65. ## ssl_password=
  66. # Execute this script to produce the SSL password. This will be used when 'ssl_password' is not set.
  67. ## ssl_password_script=
  68. # X-Content-Type-Options: nosniff This is a HTTP response header feature that helps prevent attacks based on MIME-type confusion.
  69. ## secure_content_type_nosniff=true
  70. # X-Xss-Protection: \"1; mode=block\" This is a HTTP response header feature to force XSS protection.
  71. ## secure_browser_xss_filter=true
  72. # X-Content-Type-Options: nosniff This is a HTTP response header feature that helps prevent attacks based on MIME-type confusion.
  73. ## secure_content_security_policy="script-src 'self' 'unsafe-inline' 'unsafe-eval' *.google-analytics.com *.doubleclick.net data:;img-src 'self' *.google-analytics.com *.doubleclick.net http://*.tile.osm.org *.tile.osm.org *.gstatic.com data:;style-src 'self' 'unsafe-inline' fonts.googleapis.com;connect-src 'self';child-src 'self' data: *.vimeo.com;object-src 'none'"
  74. # Strict-Transport-Security HTTP Strict Transport Security(HSTS) is a policy which is communicated by the server to the user agent via HTTP response header field name “Strict-Transport-Security”. HSTS policy specifies a period of time during which the user agent(browser) should only access the server in a secure fashion(https).
  75. ## secure_ssl_redirect=False
  76. ## secure_redirect_host=0.0.0.0
  77. ## secure_redirect_exempt=[]
  78. ## secure_hsts_seconds=31536000
  79. ## secure_hsts_include_subdomains=true
  80. # List of allowed and disallowed ciphers in cipher list format.
  81. # See http://www.openssl.org/docs/apps/ciphers.html for more information on
  82. # cipher list format. This list is from
  83. # https://wiki.mozilla.org/Security/Server_Side_TLS v3.7 intermediate
  84. # recommendation, which should be compatible with Firefox 1, Chrome 1, IE 7,
  85. # Opera 5 and Safari 1.
  86. ## ssl_cipher_list=ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS:!DH:!ADH
  87. # Path to default Certificate Authority certificates.
  88. ## ssl_cacerts=/etc/hue/cacerts.pem
  89. # Choose whether Hue should validate certificates received from the server.
  90. ## validate=true
  91. # Default LDAP/PAM/.. username and password of the hue user used for authentications with other services.
  92. # Inactive if password is empty.
  93. # e.g. LDAP pass-through authentication for HiveServer2 or Impala. Apps can override them individually.
  94. ## auth_username=hue
  95. ## auth_password=
  96. # Default encoding for site data
  97. ## default_site_encoding=utf-8
  98. # Help improve Hue with anonymous usage analytics.
  99. # Use Google Analytics to see how many times an application or specific section of an application is used, nothing more.
  100. ## collect_usage=true
  101. # Tile layer server URL for the Leaflet map charts
  102. # Read more on http://leafletjs.com/reference.html#tilelayer
  103. # Make sure you add the tile domain to the img-src section of the 'secure_content_security_policy' configuration parameter as well.
  104. ## leaflet_tile_layer=http://{s}.tile.osm.org/{z}/{x}/{y}.png
  105. # The copyright message for the specified Leaflet maps Tile Layer
  106. ## leaflet_tile_layer_attribution='&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
  107. # X-Frame-Options HTTP header value. Use 'DENY' to deny framing completely
  108. ## http_x_frame_options=SAMEORIGIN
  109. # Enable X-Forwarded-Host header if the load balancer requires it.
  110. ## use_x_forwarded_host=true
  111. # Support for HTTPS termination at the load-balancer level with SECURE_PROXY_SSL_HEADER.
  112. ## secure_proxy_ssl_header=false
  113. # Comma-separated list of Django middleware classes to use.
  114. # See https://docs.djangoproject.com/en/1.4/ref/middleware/ for more details on middlewares in Django.
  115. ## middleware=desktop.auth.backend.LdapSynchronizationBackend
  116. # Comma-separated list of regular expressions, which match the redirect URL.
  117. # For example, to restrict to your local domain and FQDN, the following value can be used:
  118. # ^\/.*$,^http:\/\/www.mydomain.com\/.*$
  119. ## redirect_whitelist=^(\/[a-zA-Z0-9]+.*|\/)$
  120. # Comma separated list of apps to not load at server startup.
  121. # e.g.: pig,zookeeper
  122. ## app_blacklist=
  123. # Id of the cluster where Hue is located.
  124. ## cluster_id='default'
  125. # Choose whether to show the new SQL editor.
  126. ## use_new_editor=true
  127. # Choose whether to show the improved assist panel and the right context panel
  128. ## use_new_side_panels=false
  129. # Editor autocomplete timeout (ms) when fetching columns, fields, tables etc.
  130. # To disable this type of autocompletion set the value to 0
  131. ## editor_autocomplete_timeout=10000
  132. # Enable saved default configurations for Hive, Impala, Spark, and Oozie.
  133. ## use_default_configuration=false
  134. # The directory where to store the auditing logs. Auditing is disable if the value is empty.
  135. # e.g. /var/log/hue/audit.log
  136. ## audit_event_log_dir=
  137. # Size in KB/MB/GB for audit log to rollover.
  138. ## audit_log_max_file_size=100MB
  139. # A json file containing a list of log redaction rules for cleaning sensitive data
  140. # from log files. It is defined as:
  141. #
  142. # {
  143. # "version": 1,
  144. # "rules": [
  145. # {
  146. # "description": "This is the first rule",
  147. # "trigger": "triggerstring 1",
  148. # "search": "regex 1",
  149. # "replace": "replace 1"
  150. # },
  151. # {
  152. # "description": "This is the second rule",
  153. # "trigger": "triggerstring 2",
  154. # "search": "regex 2",
  155. # "replace": "replace 2"
  156. # }
  157. # ]
  158. # }
  159. #
  160. # Redaction works by searching a string for the [TRIGGER] string. If found,
  161. # the [REGEX] is used to replace sensitive information with the
  162. # [REDACTION_MASK]. If specified with 'log_redaction_string', the
  163. # 'log_redaction_string' rules will be executed after the
  164. # 'log_redaction_file' rules.
  165. #
  166. # For example, here is a file that would redact passwords and social security numbers:
  167. # {
  168. # "version": 1,
  169. # "rules": [
  170. # {
  171. # "description": "Redact passwords",
  172. # "trigger": "password",
  173. # "search": "password=\".*\"",
  174. # "replace": "password=\"???\""
  175. # },
  176. # {
  177. # "description": "Redact social security numbers",
  178. # "trigger": "",
  179. # "search": "\d{3}-\d{2}-\d{4}",
  180. # "replace": "XXX-XX-XXXX"
  181. # }
  182. # ]
  183. # }
  184. ## log_redaction_file=
  185. # Comma separated list of strings representing the host/domain names that the Hue server can serve.
  186. # e.g.: localhost,domain1,*
  187. ## allowed_hosts="*"
  188. # Administrators
  189. # ----------------
  190. [[django_admins]]
  191. ## [[[admin1]]]
  192. ## name=john
  193. ## email=john@doe.com
  194. # UI customizations
  195. # -------------------
  196. [[custom]]
  197. # Top banner HTML code
  198. # e.g. <H4>Test Lab A2 Hue Services</H4>
  199. ## banner_top_html=
  200. # Login splash HTML code
  201. # e.g. WARNING: You are required to have authorization before you proceed
  202. ## login_splash_html=<h4>GetHue.com</h4><br/><br/>WARNING: You have accessed a computer managed by GetHue. You are required to have authorization from GetHue before you proceed.
  203. # Cache timeout in milliseconds for the assist, autocomplete, etc.
  204. # defaults to 86400000 (1 day), set to 0 to disable caching
  205. ## cacheable_ttl=86400000
  206. # SVG code to replace the default Hue logo in the top bar and sign in screen
  207. # e.g. <image xlink:href="/static/desktop/art/hue-logo-mini-white.png" x="0" y="0" height="40" width="160" />
  208. ## logo_svg=
  209. # Configuration options for user authentication into the web application
  210. # ------------------------------------------------------------------------
  211. [[auth]]
  212. # Authentication backend. Common settings are:
  213. # - django.contrib.auth.backends.ModelBackend (entirely Django backend)
  214. # - desktop.auth.backend.AllowAllBackend (allows everyone)
  215. # - desktop.auth.backend.AllowFirstUserDjangoBackend
  216. # (Default. Relies on Django and user manager, after the first login)
  217. # - desktop.auth.backend.LdapBackend
  218. # - desktop.auth.backend.PamBackend
  219. # - desktop.auth.backend.SpnegoDjangoBackend
  220. # - desktop.auth.backend.RemoteUserDjangoBackend
  221. # - libsaml.backend.SAML2Backend
  222. # - libopenid.backend.OpenIDBackend
  223. # - liboauth.backend.OAuthBackend
  224. # (New oauth, support Twitter, Facebook, Google+ and Linkedin
  225. # Multiple Authentication backends are supported by specifying a comma-separated list in order of priority.
  226. # However, in order to enable OAuthBackend, it must be the ONLY backend configured.
  227. ## backend=desktop.auth.backend.AllowFirstUserDjangoBackend
  228. # Class which defines extra accessor methods for User objects.
  229. ## user_aug=desktop.auth.backend.DefaultUserAugmentor
  230. # The service to use when querying PAM.
  231. ## pam_service=login
  232. # When using the desktop.auth.backend.RemoteUserDjangoBackend, this sets
  233. # the normalized name of the header that contains the remote user.
  234. # The HTTP header in the request is converted to a key by converting
  235. # all characters to uppercase, replacing any hyphens with underscores
  236. # and adding an HTTP_ prefix to the name. So, for example, if the header
  237. # is called Remote-User that would be configured as HTTP_REMOTE_USER
  238. #
  239. # Defaults to HTTP_REMOTE_USER
  240. ## remote_user_header=HTTP_REMOTE_USER
  241. # Ignore the case of usernames when searching for existing users.
  242. # Supported in remoteUserDjangoBackend and SpnegoDjangoBackend
  243. ## ignore_username_case=true
  244. # Forcibly cast usernames to lowercase, takes precedence over force_username_uppercase
  245. # Supported in remoteUserDjangoBackend and SpnegoDjangoBackend
  246. ## force_username_lowercase=true
  247. # Forcibly cast usernames to uppercase, cannot be combined with force_username_lowercase
  248. ## force_username_uppercase=false
  249. # Users will expire after they have not logged in for 'n' amount of seconds.
  250. # A negative number means that users will never expire.
  251. ## expires_after=-1
  252. # Apply 'expires_after' to superusers.
  253. ## expire_superusers=true
  254. # Users will automatically be logged out after 'n' seconds of inactivity.
  255. # A negative number means that idle sessions will not be timed out.
  256. idle_session_timeout=-1
  257. # Force users to change password on first login with desktop.auth.backend.AllowFirstUserDjangoBackend
  258. ## change_default_password=false
  259. # Number of login attempts allowed before a record is created for failed logins
  260. ## login_failure_limit=3
  261. # After number of allowed login attempts are exceeded, do we lock out this IP and optionally user agent?
  262. ## login_lock_out_at_failure=false
  263. # If set, defines period of inactivity in seconds after which failed logins will be forgotten
  264. ## login_cooloff_time=60
  265. # If True, lock out based on an IP address AND a user agent.
  266. # This means requests from different user agents but from the same IP are treated differently.
  267. ## login_lock_out_use_user_agent=false
  268. # If True, lock out based on IP and user
  269. ## login_lock_out_by_combination_user_and_ip=false
  270. # If True, it will look for the IP address from the header defined at reverse_proxy_header.
  271. ## behind_reverse_proxy=false
  272. # If behind_reverse_proxy is True, it will look for the IP address from this header. Default: HTTP_X_FORWARDED_FOR
  273. ## reverse_proxy_header=HTTP_X_FORWARDED_FOR
  274. # Configuration options for connecting to LDAP and Active Directory
  275. # -------------------------------------------------------------------
  276. [[ldap]]
  277. # The search base for finding users and groups
  278. ## base_dn="DC=mycompany,DC=com"
  279. # URL of the LDAP server
  280. ## ldap_url=ldap://auth.mycompany.com
  281. # The NT domain used for LDAP authentication
  282. ## nt_domain=mycompany.com
  283. # A PEM-format file containing certificates for the CA's that
  284. # Hue will trust for authentication over TLS.
  285. # The certificate for the CA that signed the
  286. # LDAP server certificate must be included among these certificates.
  287. # See more here http://www.openldap.org/doc/admin24/tls.html.
  288. ## ldap_cert=
  289. ## use_start_tls=true
  290. # Distinguished name of the user to bind as -- not necessary if the LDAP server
  291. # supports anonymous searches
  292. ## bind_dn="CN=ServiceAccount,DC=mycompany,DC=com"
  293. # Password of the bind user -- not necessary if the LDAP server supports
  294. # anonymous searches
  295. ## bind_password=
  296. # Execute this script to produce the bind user password. This will be used
  297. # when 'bind_password' is not set.
  298. ## bind_password_script=
  299. # Pattern for searching for usernames -- Use <username> for the parameter
  300. # For use when using LdapBackend for Hue authentication
  301. ## ldap_username_pattern="uid=<username>,ou=People,dc=mycompany,dc=com"
  302. # Create users in Hue when they try to login with their LDAP credentials
  303. # For use when using LdapBackend for Hue authentication
  304. ## create_users_on_login = true
  305. # Synchronize a users groups when they login
  306. ## sync_groups_on_login=false
  307. # Ignore the case of usernames when searching for existing users in Hue.
  308. ## ignore_username_case=true
  309. # Force usernames to lowercase when creating new users from LDAP.
  310. # Takes precedence over force_username_uppercase
  311. ## force_username_lowercase=true
  312. # Force usernames to uppercase, cannot be combined with force_username_lowercase
  313. ## force_username_uppercase=false
  314. # Use search bind authentication.
  315. ## search_bind_authentication=true
  316. # Choose which kind of subgrouping to use: nested or suboordinate (deprecated).
  317. ## subgroups=suboordinate
  318. # Define the number of levels to search for nested members.
  319. ## nested_members_search_depth=10
  320. # Whether or not to follow referrals
  321. ## follow_referrals=false
  322. # Enable python-ldap debugging.
  323. ## debug=false
  324. # Sets the debug level within the underlying LDAP C lib.
  325. ## debug_level=255
  326. # Possible values for trace_level are 0 for no logging, 1 for only logging the method calls with arguments,
  327. # 2 for logging the method calls with arguments and the complete results and 9 for also logging the traceback of method calls.
  328. ## trace_level=0
  329. [[[users]]]
  330. # Base filter for searching for users
  331. ## user_filter="objectclass=*"
  332. # The username attribute in the LDAP schema
  333. ## user_name_attr=sAMAccountName
  334. [[[groups]]]
  335. # Base filter for searching for groups
  336. ## group_filter="objectclass=*"
  337. # The group name attribute in the LDAP schema
  338. ## group_name_attr=cn
  339. # The attribute of the group object which identifies the members of the group
  340. ## group_member_attr=members
  341. [[[ldap_servers]]]
  342. ## [[[[mycompany]]]]
  343. # The search base for finding users and groups
  344. ## base_dn="DC=mycompany,DC=com"
  345. # URL of the LDAP server
  346. ## ldap_url=ldap://auth.mycompany.com
  347. # The NT domain used for LDAP authentication
  348. ## nt_domain=mycompany.com
  349. # A PEM-format file containing certificates for the CA's that
  350. # Hue will trust for authentication over TLS.
  351. # The certificate for the CA that signed the
  352. # LDAP server certificate must be included among these certificates.
  353. # See more here http://www.openldap.org/doc/admin24/tls.html.
  354. ## ldap_cert=
  355. ## use_start_tls=true
  356. # Distinguished name of the user to bind as -- not necessary if the LDAP server
  357. # supports anonymous searches
  358. ## bind_dn="CN=ServiceAccount,DC=mycompany,DC=com"
  359. # Password of the bind user -- not necessary if the LDAP server supports
  360. # anonymous searches
  361. ## bind_password=
  362. # Execute this script to produce the bind user password. This will be used
  363. # when 'bind_password' is not set.
  364. ## bind_password_script=
  365. # Pattern for searching for usernames -- Use <username> for the parameter
  366. # For use when using LdapBackend for Hue authentication
  367. ## ldap_username_pattern="uid=<username>,ou=People,dc=mycompany,dc=com"
  368. ## Use search bind authentication.
  369. ## search_bind_authentication=true
  370. # Whether or not to follow referrals
  371. ## follow_referrals=false
  372. # Enable python-ldap debugging.
  373. ## debug=false
  374. # Sets the debug level within the underlying LDAP C lib.
  375. ## debug_level=255
  376. # Possible values for trace_level are 0 for no logging, 1 for only logging the method calls with arguments,
  377. # 2 for logging the method calls with arguments and the complete results and 9 for also logging the traceback of method calls.
  378. ## trace_level=0
  379. ## [[[[[users]]]]]
  380. # Base filter for searching for users
  381. ## user_filter="objectclass=Person"
  382. # The username attribute in the LDAP schema
  383. ## user_name_attr=sAMAccountName
  384. ## [[[[[groups]]]]]
  385. # Base filter for searching for groups
  386. ## group_filter="objectclass=groupOfNames"
  387. # The username attribute in the LDAP schema
  388. ## group_name_attr=cn
  389. # Configuration options for specifying the Source Version Control.
  390. # ----------------------------------------------------------------
  391. [[vcs]]
  392. ## [[[git-read-only]]]
  393. ## Base URL to Remote Server
  394. # remote_url=https://github.com/cloudera/hue/tree/master
  395. ## Base URL to Version Control API
  396. # api_url=https://api.github.com
  397. ## [[[github]]]
  398. ## Base URL to Remote Server
  399. # remote_url=https://github.com/cloudera/hue/tree/master
  400. ## Base URL to Version Control API
  401. # api_url=https://api.github.com
  402. # These will be necessary when you want to write back to the repository.
  403. ## Client ID for Authorized Application
  404. # client_id=
  405. ## Client Secret for Authorized Application
  406. # client_secret=
  407. ## [[[svn]]
  408. ## Base URL to Remote Server
  409. # remote_url=https://github.com/cloudera/hue/tree/master
  410. ## Base URL to Version Control API
  411. # api_url=https://api.github.com
  412. # These will be necessary when you want to write back to the repository.
  413. ## Client ID for Authorized Application
  414. # client_id=
  415. ## Client Secret for Authorized Application
  416. # client_secret=
  417. # Configuration options for specifying the Desktop Database. For more info,
  418. # see http://docs.djangoproject.com/en/1.4/ref/settings/#database-engine
  419. # ------------------------------------------------------------------------
  420. [[database]]
  421. # Database engine is typically one of:
  422. # postgresql_psycopg2, mysql, sqlite3 or oracle.
  423. #
  424. # Note that for sqlite3, 'name', below is a path to the filename. For other backends, it is the database name
  425. # Note for Oracle, options={"threaded":true} must be set in order to avoid crashes.
  426. # Note for Oracle, you can use the Oracle Service Name by setting "host=" and "port=" and then "name=<host>:<port>/<service_name>".
  427. # Note for MariaDB use the 'mysql' engine.
  428. ## engine=sqlite3
  429. ## host=
  430. ## port=
  431. ## user=
  432. ## password=
  433. # conn_max_age option to make database connection persistent value in seconds
  434. # https://docs.djangoproject.com/en/1.9/ref/databases/#persistent-connections
  435. ## conn_max_age=0
  436. # Execute this script to produce the database password. This will be used when 'password' is not set.
  437. ## password_script=/path/script
  438. ## name=desktop/desktop.db
  439. ## options={}
  440. # Database schema, to be used only when public schema is revoked in postgres
  441. ## schema=public
  442. # Configuration options for specifying the Desktop session.
  443. # For more info, see https://docs.djangoproject.com/en/1.4/topics/http/sessions/
  444. # ------------------------------------------------------------------------
  445. [[session]]
  446. # The cookie containing the users' session ID will expire after this amount of time in seconds.
  447. # Default is 2 weeks.
  448. ## ttl=1209600
  449. # The cookie containing the users' session ID and csrf cookie will be secure.
  450. # Should only be enabled with HTTPS.
  451. ## secure=false
  452. # The cookie containing the users' session ID and csrf cookie will use the HTTP only flag.
  453. ## http_only=true
  454. # Use session-length cookies. Logs out the user when she closes the browser window.
  455. ## expire_at_browser_close=false
  456. # Configuration options for connecting to an external SMTP server
  457. # ------------------------------------------------------------------------
  458. [[smtp]]
  459. # The SMTP server information for email notification delivery
  460. host=localhost
  461. port=25
  462. user=
  463. password=
  464. # Whether to use a TLS (secure) connection when talking to the SMTP server
  465. tls=no
  466. # Default email address to use for various automated notification from Hue
  467. ## default_from_email=hue@localhost
  468. # Configuration options for Kerberos integration for secured Hadoop clusters
  469. # ------------------------------------------------------------------------
  470. [[kerberos]]
  471. # Path to Hue's Kerberos keytab file
  472. ## hue_keytab=
  473. # Kerberos principal name for Hue
  474. ## hue_principal=hue/hostname.foo.com
  475. # Path to kinit
  476. ## kinit_path=/path/to/kinit
  477. # Configuration options for using OAuthBackend (Core) login
  478. # ------------------------------------------------------------------------
  479. [[oauth]]
  480. # The Consumer key of the application
  481. ## consumer_key=XXXXXXXXXXXXXXXXXXXXX
  482. # The Consumer secret of the application
  483. ## consumer_secret=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  484. # The Request token URL
  485. ## request_token_url=https://api.twitter.com/oauth/request_token
  486. # The Access token URL
  487. ## access_token_url=https://api.twitter.com/oauth/access_token
  488. # The Authorize URL
  489. ## authenticate_url=https://api.twitter.com/oauth/authorize
  490. # Configuration options for Metrics
  491. # ------------------------------------------------------------------------
  492. [[metrics]]
  493. # Enable the metrics URL "/desktop/metrics"
  494. ## enable_web_metrics=True
  495. # If specified, Hue will write metrics to this file.
  496. ## location=/var/log/hue/metrics.json
  497. # Time in milliseconds on how frequently to collect metrics
  498. ## collection_interval=30000
  499. ###########################################################################
  500. # Settings to configure the snippets available in the Notebook
  501. ###########################################################################
  502. [notebook]
  503. ## Show the notebook menu or not
  504. # show_notebooks=true
  505. ## Flag to enable the selection of queries from files, saved queries into the editor or as snippet.
  506. # enable_external_statements=true
  507. ## Flag to enable the bulk submission of queries as a background task through Oozie.
  508. # enable_batch_execute=true
  509. ## Flag to enable the SQL query builder of the table assist.
  510. # enable_query_builder=true
  511. ## Flag to enable the creation of a coordinator for the current SQL query.
  512. # enable_query_scheduling=false
  513. ## Main flag to override the automatic starting of the DBProxy server.
  514. # enable_dbproxy_server=true
  515. ## Classpath to be appended to the default DBProxy server classpath.
  516. # dbproxy_extra_classpath=
  517. ## Comma separated list of interpreters that should be shown on the wheel. This list takes precedence over the
  518. ## order in which the interpreter entries appear. Only the first 5 interpreters will appear on the wheel.
  519. # interpreters_shown_on_wheel=
  520. # One entry for each type of snippet.
  521. [[interpreters]]
  522. # Define the name and how to connect and execute the language.
  523. [[[hive]]]
  524. # The name of the snippet.
  525. name=Hive
  526. # The backend connection to use to communicate with the server.
  527. interface=hiveserver2
  528. [[[impala]]]
  529. name=Impala
  530. interface=hiveserver2
  531. # [[[sparksql]]]
  532. # name=SparkSql
  533. # interface=hiveserver2
  534. [[[spark]]]
  535. name=Scala
  536. interface=livy
  537. [[[pyspark]]]
  538. name=PySpark
  539. interface=livy
  540. [[[r]]]
  541. name=R
  542. interface=livy
  543. [[[jar]]]
  544. name=Spark Submit Jar
  545. interface=livy-batch
  546. [[[py]]]
  547. name=Spark Submit Python
  548. interface=livy-batch
  549. [[[text]]]
  550. name=Text
  551. interface=text
  552. [[[markdown]]]
  553. name=Markdown
  554. interface=text
  555. [[[mysql]]]
  556. name = MySQL
  557. interface=rdbms
  558. [[[sqlite]]]
  559. name = SQLite
  560. interface=rdbms
  561. [[[postgresql]]]
  562. name = PostgreSQL
  563. interface=rdbms
  564. [[[oracle]]]
  565. name = Oracle
  566. interface=rdbms
  567. [[[solr]]]
  568. name = Solr SQL
  569. interface=solr
  570. ## Name of the collection handler
  571. # options='{"collection": "default"}'
  572. [[[pig]]]
  573. name=Pig
  574. interface=oozie
  575. [[[java]]]
  576. name=Java
  577. interface=oozie
  578. [[[spark2]]]
  579. name=Spark
  580. interface=oozie
  581. [[[mapreduce]]]
  582. name=MapReduce
  583. interface=oozie
  584. [[[sqoop1]]]
  585. name=Sqoop1
  586. interface=oozie
  587. [[[distcp]]]
  588. name=Distcp
  589. interface=oozie
  590. [[[shell]]]
  591. name=Shell
  592. interface=oozie
  593. # [[[mysql]]]
  594. # name=MySql JDBC
  595. # interface=jdbc
  596. # ## Specific options for connecting to the server.
  597. # ## The JDBC connectors, e.g. mysql.jar, need to be in the CLASSPATH environment variable.
  598. # ## If 'user' and 'password' are omitted, they will be prompted in the UI.
  599. # options='{"url": "jdbc:mysql://localhost:3306/hue", "driver": "com.mysql.jdbc.Driver", "user": "root", "password": "root"}'
  600. ###########################################################################
  601. # Settings to configure your Analytics Dashboards
  602. ###########################################################################
  603. [dashboard]
  604. ## Activate the Dashboard link in the menu.
  605. # is_enabled=true
  606. ## Activate the SQL Dashboard (beta).
  607. # has_sql_enabled=false
  608. [[engines]]
  609. # [[[solr]]]
  610. ## Requires Solr 6+
  611. # analytics=false
  612. # nesting=false
  613. # [[[sql]]]
  614. # analytics=true
  615. # nesting=false
  616. ###########################################################################
  617. # Settings to configure your Hadoop cluster.
  618. ###########################################################################
  619. [hadoop]
  620. # Configuration for HDFS NameNode
  621. # ------------------------------------------------------------------------
  622. [[hdfs_clusters]]
  623. # HA support by using HttpFs
  624. [[[default]]]
  625. # Enter the filesystem uri
  626. fs_defaultfs=hdfs://localhost:8020
  627. # NameNode logical name.
  628. ## logical_name=
  629. # Use WebHdfs/HttpFs as the communication mechanism.
  630. # Domain should be the NameNode or HttpFs host.
  631. # Default port is 14000 for HttpFs.
  632. ## webhdfs_url=http://localhost:50070/webhdfs/v1
  633. # Change this if your HDFS cluster is Kerberos-secured
  634. ## security_enabled=false
  635. # In secure mode (HTTPS), if SSL certificates from YARN Rest APIs
  636. # have to be verified against certificate authority
  637. ## ssl_cert_ca_verify=True
  638. # Directory of the Hadoop configuration
  639. ## hadoop_conf_dir=$HADOOP_CONF_DIR when set or '/etc/hadoop/conf'
  640. # Configuration for YARN (MR2)
  641. # ------------------------------------------------------------------------
  642. [[yarn_clusters]]
  643. [[[default]]]
  644. # Enter the host on which you are running the ResourceManager
  645. ## resourcemanager_host=localhost
  646. # The port where the ResourceManager IPC listens on
  647. ## resourcemanager_port=8032
  648. # Whether to submit jobs to this cluster
  649. submit_to=True
  650. # Resource Manager logical name (required for HA)
  651. ## logical_name=
  652. # Change this if your YARN cluster is Kerberos-secured
  653. ## security_enabled=false
  654. # URL of the ResourceManager API
  655. ## resourcemanager_api_url=http://localhost:8088
  656. # URL of the ProxyServer API
  657. ## proxy_api_url=http://localhost:8088
  658. # URL of the HistoryServer API
  659. ## history_server_api_url=http://localhost:19888
  660. # URL of the Spark History Server
  661. ## spark_history_server_url=http://localhost:18088
  662. # In secure mode (HTTPS), if SSL certificates from YARN Rest APIs
  663. # have to be verified against certificate authority
  664. ## ssl_cert_ca_verify=True
  665. # HA support by specifying multiple clusters.
  666. # Redefine different properties there.
  667. # e.g.
  668. # [[[ha]]]
  669. # Resource Manager logical name (required for HA)
  670. ## logical_name=my-rm-name
  671. # Un-comment to enable
  672. ## submit_to=True
  673. # URL of the ResourceManager API
  674. ## resourcemanager_api_url=http://localhost:8088
  675. # ...
  676. # Configuration for MapReduce (MR1)
  677. # ------------------------------------------------------------------------
  678. [[mapred_clusters]]
  679. [[[default]]]
  680. # Enter the host on which you are running the Hadoop JobTracker
  681. ## jobtracker_host=localhost
  682. # The port where the JobTracker IPC listens on
  683. ## jobtracker_port=8021
  684. # JobTracker logical name for HA
  685. ## logical_name=
  686. # Thrift plug-in port for the JobTracker
  687. ## thrift_port=9290
  688. # Whether to submit jobs to this cluster
  689. submit_to=False
  690. # Change this if your MapReduce cluster is Kerberos-secured
  691. ## security_enabled=false
  692. # HA support by specifying multiple clusters
  693. # e.g.
  694. # [[[ha]]]
  695. # Enter the logical name of the JobTrackers
  696. ## logical_name=my-jt-name
  697. ###########################################################################
  698. # Settings to configure Beeswax with Hive
  699. ###########################################################################
  700. [beeswax]
  701. # Host where HiveServer2 is running.
  702. # If Kerberos security is enabled, use fully-qualified domain name (FQDN).
  703. ## hive_server_host=localhost
  704. # Port where HiveServer2 Thrift server runs on.
  705. ## hive_server_port=10000
  706. # Hive configuration directory, where hive-site.xml is located
  707. ## hive_conf_dir=/etc/hive/conf
  708. # Timeout in seconds for thrift calls to Hive service
  709. ## server_conn_timeout=120
  710. # Choose whether to use the old GetLog() thrift call from before Hive 0.14 to retrieve the logs.
  711. # If false, use the FetchResults() thrift call from Hive 1.0 or more instead.
  712. ## use_get_log_api=false
  713. # Limit the number of partitions that can be listed.
  714. ## list_partitions_limit=10000
  715. # The maximum number of partitions that will be included in the SELECT * LIMIT sample query for partitioned tables.
  716. ## query_partitions_limit=10
  717. # A limit to the number of rows that can be downloaded from a query before it is truncated.
  718. # A value of -1 means there will be no limit.
  719. ## download_row_limit=100000
  720. # Hue will try to close the Hive query when the user leaves the editor page.
  721. # This will free all the query resources in HiveServer2, but also make its results inaccessible.
  722. ## close_queries=false
  723. # Hue will use at most this many HiveServer2 sessions per user at a time.
  724. ## max_number_of_sessions=1
  725. # Thrift version to use when communicating with HiveServer2.
  726. # New column format is from version 7.
  727. ## thrift_version=7
  728. # A comma-separated list of white-listed Hive configuration properties that users are authorized to set.
  729. ## config_whitelist=hive.map.aggr,hive.exec.compress.output,hive.exec.parallel,hive.execution.engine,mapreduce.job.queuename
  730. # Override the default desktop username and password of the hue user used for authentications with other services.
  731. # e.g. Used for LDAP/PAM pass-through authentication.
  732. ## auth_username=hue
  733. ## auth_password=
  734. [[ssl]]
  735. # Path to Certificate Authority certificates.
  736. ## cacerts=/etc/hue/cacerts.pem
  737. # Choose whether Hue should validate certificates received from the server.
  738. ## validate=true
  739. ###########################################################################
  740. # Settings to configure Metastore
  741. ###########################################################################
  742. [metastore]
  743. # Flag to turn on the new version of the create table wizard.
  744. ## enable_new_create_table=true
  745. ###########################################################################
  746. # Settings to configure Impala
  747. ###########################################################################
  748. [impala]
  749. # Host of the Impala Server (one of the Impalad)
  750. ## server_host=localhost
  751. # Port of the Impala Server
  752. ## server_port=21050
  753. # Kerberos principal
  754. ## impala_principal=impala/hostname.foo.com
  755. # Turn on/off impersonation mechanism when talking to Impala
  756. ## impersonation_enabled=False
  757. # Number of initial rows of a result set to ask Impala to cache in order
  758. # to support re-fetching them for downloading them.
  759. # Set to 0 for disabling the option and backward compatibility.
  760. ## querycache_rows=50000
  761. # Timeout in seconds for thrift calls
  762. ## server_conn_timeout=120
  763. # Hue will try to close the Impala query when the user leaves the editor page.
  764. # This will free all the query resources in Impala, but also make its results inaccessible.
  765. ## close_queries=true
  766. # If > 0, the query will be timed out (i.e. cancelled) if Impala does not do any work
  767. # (compute or send back results) for that query within QUERY_TIMEOUT_S seconds.
  768. ## query_timeout_s=600
  769. # If > 0, the session will be timed out (i.e. cancelled) if Impala does not do any work
  770. # (compute or send back results) for that session within QUERY_TIMEOUT_S seconds (default 1 hour).
  771. ## session_timeout_s=3600
  772. # Override the desktop default username and password of the hue user used for authentications with other services.
  773. # e.g. Used for LDAP/PAM pass-through authentication.
  774. ## auth_username=hue
  775. ## auth_password=
  776. # A comma-separated list of white-listed Impala configuration properties that users are authorized to set.
  777. # config_whitelist=debug_action,explain_level,mem_limit,optimize_partition_key_scans,query_timeout_s,request_pool
  778. # Path to the impala configuration dir which has impalad_flags file
  779. ## impala_conf_dir=${HUE_CONF_DIR}/impala-conf
  780. [[ssl]]
  781. # SSL communication enabled for this server.
  782. ## enabled=false
  783. # Path to Certificate Authority certificates.
  784. ## cacerts=/etc/hue/cacerts.pem
  785. # Choose whether Hue should validate certificates received from the server.
  786. ## validate=true
  787. ###########################################################################
  788. # Settings to configure the Spark application.
  789. ###########################################################################
  790. [spark]
  791. # Host address of the Livy Server.
  792. ## livy_server_host=localhost
  793. # Port of the Livy Server.
  794. ## livy_server_port=8998
  795. # Configure Livy to start in local 'process' mode, or 'yarn' workers.
  796. ## livy_server_session_kind=yarn
  797. # Whether Livy requires client to perform Kerberos authentication.
  798. ## security_enabled=false
  799. # Host of the Sql Server
  800. ## sql_server_host=localhost
  801. # Port of the Sql Server
  802. ## sql_server_port=10000
  803. ###########################################################################
  804. # Settings to configure the Oozie app
  805. ###########################################################################
  806. [oozie]
  807. # Location on local FS where the examples are stored.
  808. ## local_data_dir=..../examples
  809. # Location on local FS where the data for the examples is stored.
  810. ## sample_data_dir=...thirdparty/sample_data
  811. # Location on HDFS where the oozie examples and workflows are stored.
  812. # Parameters are $TIME and $USER, e.g. /user/$USER/hue/workspaces/workflow-$TIME
  813. ## remote_data_dir=/user/hue/oozie/workspaces
  814. # Maximum of Oozie workflows or coodinators to retrieve in one API call.
  815. ## oozie_jobs_count=50
  816. # Use Cron format for defining the frequency of a Coordinator instead of the old frequency number/unit.
  817. ## enable_cron_scheduling=true
  818. # Flag to enable the saved Editor queries to be dragged and dropped into a workflow.
  819. ## enable_document_action=false
  820. # Flag to enable Oozie backend filtering instead of doing it at the page level in Javascript. Requires Oozie 4.3+.
  821. ## enable_oozie_backend_filtering=true
  822. # Flag to enable the Impala action.
  823. ## enable_impala_action=false
  824. ###########################################################################
  825. # Settings to configure the Filebrowser app
  826. ###########################################################################
  827. [filebrowser]
  828. # Location on local filesystem where the uploaded archives are temporary stored.
  829. ## archive_upload_tempdir=/tmp
  830. # Show Download Button for HDFS file browser.
  831. ## show_download_button=false
  832. # Show Upload Button for HDFS file browser.
  833. ## show_upload_button=false
  834. # Flag to enable the extraction of a uploaded archive in HDFS.
  835. ## enable_extract_uploaded_archive=false
  836. ###########################################################################
  837. # Settings to configure Pig
  838. ###########################################################################
  839. [pig]
  840. # Location of piggybank.jar on local filesystem.
  841. ## local_sample_dir=/usr/share/hue/apps/pig/examples
  842. # Location piggybank.jar will be copied to in HDFS.
  843. ## remote_data_dir=/user/hue/pig/examples
  844. ###########################################################################
  845. # Settings to configure Sqoop2
  846. ###########################################################################
  847. [sqoop]
  848. # For autocompletion, fill out the librdbms section.
  849. # Sqoop server URL
  850. ## server_url=http://localhost:12000/sqoop
  851. # Path to configuration directory
  852. ## sqoop_conf_dir=/etc/sqoop2/conf
  853. ###########################################################################
  854. # Settings to configure Proxy
  855. ###########################################################################
  856. [proxy]
  857. # Comma-separated list of regular expressions,
  858. # which match 'host:port' of requested proxy target.
  859. ## whitelist=(localhost|127\.0\.0\.1):(50030|50070|50060|50075)
  860. # Comma-separated list of regular expressions,
  861. # which match any prefix of 'host:port/path' of requested proxy target.
  862. # This does not support matching GET parameters.
  863. ## blacklist=
  864. ###########################################################################
  865. # Settings to configure HBase Browser
  866. ###########################################################################
  867. [hbase]
  868. # Comma-separated list of HBase Thrift servers for clusters in the format of '(name|host:port)'.
  869. # Use full hostname with security.
  870. # If using Kerberos we assume GSSAPI SASL, not PLAIN.
  871. ## hbase_clusters=(Cluster|localhost:9090)
  872. # HBase configuration directory, where hbase-site.xml is located.
  873. ## hbase_conf_dir=/etc/hbase/conf
  874. # Hard limit of rows or columns per row fetched before truncating.
  875. ## truncate_limit = 500
  876. # 'buffered' is the default of the HBase Thrift Server and supports security.
  877. # 'framed' can be used to chunk up responses,
  878. # which is useful when used in conjunction with the nonblocking server in Thrift.
  879. ## thrift_transport=buffered
  880. ###########################################################################
  881. # Settings to configure Solr Search
  882. ###########################################################################
  883. [search]
  884. # URL of the Solr Server
  885. ## solr_url=http://localhost:8983/solr/
  886. # Requires FQDN in solr_url if enabled
  887. ## security_enabled=false
  888. ## Query sent when no term is entered
  889. ## empty_query=*:*
  890. ###########################################################################
  891. # Settings to configure Solr API lib
  892. ###########################################################################
  893. [libsolr]
  894. # Choose whether Hue should validate certificates received from the server.
  895. ## ssl_cert_ca_verify=true
  896. # Default path to Solr in ZooKeeper.
  897. ## solr_zk_path=/solr
  898. ###########################################################################
  899. # Settings to configure Solr Indexer
  900. ###########################################################################
  901. [indexer]
  902. # Location of the solrctl binary.
  903. ## solrctl_path=/usr/bin/solrctl
  904. # Flag to turn on the morphline based Solr indexer.
  905. ## enable_new_indexer=false
  906. # Oozie workspace template for indexing.
  907. ## config_indexer_libs_path=/tmp/smart_indexer_lib
  908. # Flag to turn on the new metadata importer.
  909. ## enable_new_importer=false
  910. ###########################################################################
  911. # Settings to configure Job Designer
  912. ###########################################################################
  913. [jobsub]
  914. # Location on local FS where examples and template are stored.
  915. ## local_data_dir=..../data
  916. # Location on local FS where sample data is stored
  917. ## sample_data_dir=...thirdparty/sample_data
  918. ###########################################################################
  919. # Settings to configure Job Browser.
  920. ###########################################################################
  921. [jobbrowser]
  922. # Share submitted jobs information with all users. If set to false,
  923. # submitted jobs are visible only to the owner and administrators.
  924. ## share_jobs=true
  925. # Whether to disalbe the job kill button for all users in the jobbrowser
  926. ## disable_killing_jobs=false
  927. # Offset in bytes where a negative offset will fetch the last N bytes for the given log file (default 1MB).
  928. ## log_offset=-1000000
  929. # Show the version 2 of app which unifies all the past browsers into one.
  930. ## enable_v2=false
  931. ###########################################################################
  932. # Settings to configure Sentry / Security App.
  933. ###########################################################################
  934. [security]
  935. # Use Sentry API V1 for Hive.
  936. ## hive_v1=true
  937. # Use Sentry API V2 for Hive.
  938. ## hive_v2=false
  939. # Use Sentry API V2 for Solr.
  940. ## solr_v2=true
  941. ###########################################################################
  942. # Settings to configure the Zookeeper application.
  943. ###########################################################################
  944. [zookeeper]
  945. [[clusters]]
  946. [[[default]]]
  947. # Zookeeper ensemble. Comma separated list of Host/Port.
  948. # e.g. localhost:2181,localhost:2182,localhost:2183
  949. ## host_ports=localhost:2181
  950. # The URL of the REST contrib service (required for znode browsing).
  951. ## rest_url=http://localhost:9998
  952. # Name of Kerberos principal when using security.
  953. ## principal_name=zookeeper
  954. ###########################################################################
  955. # Settings for the User Admin application
  956. ###########################################################################
  957. [useradmin]
  958. # Default home directory permissions
  959. ## home_dir_permissions=0755
  960. # The name of the default user group that users will be a member of
  961. ## default_user_group=default
  962. [[password_policy]]
  963. # Set password policy to all users. The default policy requires password to be at least 8 characters long,
  964. # and contain both uppercase and lowercase letters, numbers, and special characters.
  965. ## is_enabled=false
  966. ## pwd_regex="^(?=.*?[A-Z])(?=(.*[a-z]){1,})(?=(.*[\d]){1,})(?=(.*[\W_]){1,}).{8,}$"
  967. ## pwd_hint="The password must be at least 8 characters long, and must contain both uppercase and lowercase letters, at least one number, and at least one special character."
  968. ## pwd_error_message="The password must be at least 8 characters long, and must contain both uppercase and lowercase letters, at least one number, and at least one special character."
  969. ###########################################################################
  970. # Settings to configure liboozie
  971. ###########################################################################
  972. [liboozie]
  973. # The URL where the Oozie service runs on. This is required in order for
  974. # users to submit jobs. Empty value disables the config check.
  975. ## oozie_url=http://localhost:11000/oozie
  976. # Requires FQDN in oozie_url if enabled
  977. ## security_enabled=false
  978. # Location on HDFS where the workflows/coordinator are deployed when submitted.
  979. ## remote_deployement_dir=/user/hue/oozie/deployments
  980. ###########################################################################
  981. # Settings for the AWS lib
  982. ###########################################################################
  983. [aws]
  984. [[aws_accounts]]
  985. # Default AWS account
  986. ## [[[default]]]
  987. # AWS credentials
  988. ## access_key_id=
  989. ## secret_access_key=
  990. ## security_token=
  991. # Execute this script to produce the AWS access key ID.
  992. ## access_key_id_script=/path/access_key_id.sh
  993. # Execute this script to produce the AWS secret access key.
  994. ## secret_access_key_script=/path/secret_access_key.sh
  995. # Allow to use either environment variables or
  996. # EC2 InstanceProfile to retrieve AWS credentials.
  997. ## allow_environment_credentials=yes
  998. # AWS region to use
  999. ## region=us-east-1
  1000. # Endpoint overrides
  1001. ## host=
  1002. # Proxy address and port
  1003. ## proxy_address=
  1004. ## proxy_port=8080
  1005. ## proxy_user=
  1006. ## proxy_pass=
  1007. # Secure connections are the default, but this can be explicitly overridden:
  1008. ## is_secure=true
  1009. # The default calling format uses https://<bucket-name>.s3.amazonaws.com but
  1010. # this may not make sense if DNS is not configured in this way for custom endpoints.
  1011. # e.g. Use boto.s3.connection.OrdinaryCallingFormat for https://s3.amazonaws.com/<bucket-name>
  1012. ## calling_format=boto.s3.connection.OrdinaryCallingFormat
  1013. ###########################################################################
  1014. # Settings for the Sentry lib
  1015. ###########################################################################
  1016. [libsentry]
  1017. # Hostname or IP of server.
  1018. ## hostname=localhost
  1019. # Port the sentry service is running on.
  1020. ## port=8038
  1021. # Sentry configuration directory, where sentry-site.xml is located.
  1022. ## sentry_conf_dir=/etc/sentry/conf
  1023. # Number of seconds when the privilege list of a user is cached.
  1024. ## privilege_checker_caching=30
  1025. ###########################################################################
  1026. # Settings to configure the ZooKeeper Lib
  1027. ###########################################################################
  1028. [libzookeeper]
  1029. # ZooKeeper ensemble. Comma separated list of Host/Port.
  1030. # e.g. localhost:2181,localhost:2182,localhost:2183
  1031. ## ensemble=localhost:2181
  1032. # Name of Kerberos principal when using security.
  1033. ## principal_name=zookeeper
  1034. ###########################################################################
  1035. # Settings for the RDBMS application
  1036. ###########################################################################
  1037. [librdbms]
  1038. # The RDBMS app can have any number of databases configured in the databases
  1039. # section. A database is known by its section name
  1040. # (IE sqlite, mysql, psql, and oracle in the list below).
  1041. [[databases]]
  1042. # sqlite configuration.
  1043. ## [[[sqlite]]]
  1044. # Name to show in the UI.
  1045. ## nice_name=SQLite
  1046. # For SQLite, name defines the path to the database.
  1047. ## name=/tmp/sqlite.db
  1048. # Database backend to use.
  1049. ## engine=sqlite
  1050. # Database options to send to the server when connecting.
  1051. # https://docs.djangoproject.com/en/1.4/ref/databases/
  1052. ## options={}
  1053. # mysql, oracle, or postgresql configuration.
  1054. ## [[[mysql]]]
  1055. # Name to show in the UI.
  1056. ## nice_name="My SQL DB"
  1057. # For MySQL and PostgreSQL, name is the name of the database.
  1058. # For Oracle, Name is instance of the Oracle server. For express edition
  1059. # this is 'xe' by default.
  1060. ## name=mysqldb
  1061. # Database backend to use. This can be:
  1062. # 1. mysql
  1063. # 2. postgresql
  1064. # 3. oracle
  1065. ## engine=mysql
  1066. # IP or hostname of the database to connect to.
  1067. ## host=localhost
  1068. # Port the database server is listening to. Defaults are:
  1069. # 1. MySQL: 3306
  1070. # 2. PostgreSQL: 5432
  1071. # 3. Oracle Express Edition: 1521
  1072. ## port=3306
  1073. # Username to authenticate with when connecting to the database.
  1074. ## user=example
  1075. # Password matching the username to authenticate with when
  1076. # connecting to the database.
  1077. ## password=example
  1078. # Database options to send to the server when connecting.
  1079. # https://docs.djangoproject.com/en/1.4/ref/databases/
  1080. ## options={}
  1081. ###########################################################################
  1082. # Settings to configure SAML
  1083. ###########################################################################
  1084. [libsaml]
  1085. # Xmlsec1 binary path. This program should be executable by the user running Hue.
  1086. ## xmlsec_binary=/usr/local/bin/xmlsec1
  1087. # Entity ID for Hue acting as service provider.
  1088. # Can also accept a pattern where '<base_url>' will be replaced with server URL base.
  1089. ## entity_id="<base_url>/saml2/metadata/"
  1090. # Create users from SSO on login.
  1091. ## create_users_on_login=true
  1092. # Required attributes to ask for from IdP.
  1093. # This requires a comma separated list.
  1094. ## required_attributes=uid
  1095. # Optional attributes to ask for from IdP.
  1096. # This requires a comma separated list.
  1097. ## optional_attributes=
  1098. # IdP metadata in the form of a file. This is generally an XML file containing metadata that the Identity Provider generates.
  1099. ## metadata_file=
  1100. # Private key to encrypt metadata with.
  1101. ## key_file=
  1102. # Signed certificate to send along with encrypted metadata.
  1103. ## cert_file=
  1104. # Path to a file containing the password private key.
  1105. ## key_file_password=/path/key
  1106. # Execute this script to produce the private key password. This will be used when 'key_file_password' is not set.
  1107. ## key_file_password_script=/path/pwd.sh
  1108. # A mapping from attributes in the response from the IdP to django user attributes.
  1109. ## user_attribute_mapping={'uid': ('username', )}
  1110. # Have Hue initiated authn requests be signed and provide a certificate.
  1111. ## authn_requests_signed=false
  1112. # Have Hue initiated logout requests be signed and provide a certificate.
  1113. ## logout_requests_signed=false
  1114. # Username can be sourced from 'attributes' or 'nameid'.
  1115. ## username_source=attributes
  1116. # Performs the logout or not.
  1117. ## logout_enabled=true
  1118. ###########################################################################
  1119. # Settings to configure OpenID
  1120. ###########################################################################
  1121. [libopenid]
  1122. # (Required) OpenId SSO endpoint url.
  1123. ## server_endpoint_url=https://www.google.com/accounts/o8/id
  1124. # OpenId 1.1 identity url prefix to be used instead of SSO endpoint url
  1125. # This is only supported if you are using an OpenId 1.1 endpoint
  1126. ## identity_url_prefix=https://app.onelogin.com/openid/your_company.com/
  1127. # Create users from OPENID on login.
  1128. ## create_users_on_login=true
  1129. # Use email for username
  1130. ## use_email_for_username=true
  1131. ###########################################################################
  1132. # Settings to configure OAuth
  1133. ###########################################################################
  1134. [liboauth]
  1135. # NOTE:
  1136. # To work, each of the active (i.e. uncommented) service must have
  1137. # applications created on the social network.
  1138. # Then the "consumer key" and "consumer secret" must be provided here.
  1139. #
  1140. # The addresses where to do so are:
  1141. # Twitter: https://dev.twitter.com/apps
  1142. # Google+ : https://cloud.google.com/
  1143. # Facebook: https://developers.facebook.com/apps
  1144. # Linkedin: https://www.linkedin.com/secure/developer
  1145. #
  1146. # Additionnaly, the following must be set in the application settings:
  1147. # Twitter: Callback URL (aka Redirect URL) must be set to http://YOUR_HUE_IP_OR_DOMAIN_NAME/oauth/social_login/oauth_authenticated
  1148. # Google+ : CONSENT SCREEN must have email address
  1149. # Facebook: Sandbox Mode must be DISABLED
  1150. # Linkedin: "In OAuth User Agreement", r_emailaddress is REQUIRED
  1151. # The Consumer key of the application
  1152. ## consumer_key_twitter=
  1153. ## consumer_key_google=
  1154. ## consumer_key_facebook=
  1155. ## consumer_key_linkedin=
  1156. # The Consumer secret of the application
  1157. ## consumer_secret_twitter=
  1158. ## consumer_secret_google=
  1159. ## consumer_secret_facebook=
  1160. ## consumer_secret_linkedin=
  1161. # The Request token URL
  1162. ## request_token_url_twitter=https://api.twitter.com/oauth/request_token
  1163. ## request_token_url_google=https://accounts.google.com/o/oauth2/auth
  1164. ## request_token_url_linkedin=https://www.linkedin.com/uas/oauth2/authorization
  1165. ## request_token_url_facebook=https://graph.facebook.com/oauth/authorize
  1166. # The Access token URL
  1167. ## access_token_url_twitter=https://api.twitter.com/oauth/access_token
  1168. ## access_token_url_google=https://accounts.google.com/o/oauth2/token
  1169. ## access_token_url_facebook=https://graph.facebook.com/oauth/access_token
  1170. ## access_token_url_linkedin=https://api.linkedin.com/uas/oauth2/accessToken
  1171. # The Authenticate URL
  1172. ## authenticate_url_twitter=https://api.twitter.com/oauth/authorize
  1173. ## authenticate_url_google=https://www.googleapis.com/oauth2/v1/userinfo?access_token=
  1174. ## authenticate_url_facebook=https://graph.facebook.com/me?access_token=
  1175. ## authenticate_url_linkedin=https://api.linkedin.com/v1/people/~:(email-address)?format=json&oauth2_access_token=
  1176. # Username Map. Json Hash format.
  1177. # Replaces username parts in order to simplify usernames obtained
  1178. # Example: {"@sub1.domain.com":"_S1", "@sub2.domain.com":"_S2"}
  1179. # converts 'email@sub1.domain.com' to 'email_S1'
  1180. ## username_map={}
  1181. # Whitelisted domains (only applies to Google OAuth). CSV format.
  1182. ## whitelisted_domains_google=
  1183. ###########################################################################
  1184. # Settings to configure Metadata
  1185. ###########################################################################
  1186. [metadata]
  1187. [[optimizer]]
  1188. # Base URL to Optimizer API or compatible service.
  1189. ## api_url=https://optimizer.cloudera.com
  1190. # The name of the key of the service.
  1191. ## auth_key=e0819f3a-1e6f-4904-be69-5b704bacd1245
  1192. # The private part of the key associated with the auth_key.
  1193. ## auth_key_secret='-----BEGIN PRIVATE KEY....'
  1194. # Execute this script to produce the auth_key secret. This will be used when `auth_key_secret` is not set.
  1195. ## auth_key_secret_script=/path/to/script.sh
  1196. # The name of the workload where queries are uploaded and optimizations are calculated from. Automatically guessed from auth_key and cluster_id if not specified.
  1197. ## tenant_id=
  1198. # Perform Sentry privilege filtering.
  1199. # Default to true automatically if the cluster is secure.
  1200. ## apply_sentry_permissions=False
  1201. # Cache timeout in milliseconds for the Optimizer metadata used in assist, autocomplete, etc.
  1202. # defaults to 432000000 (5 days), set to 0 to disable caching.
  1203. # cacheable_ttl=432000000
  1204. # Automatically upload queries after their execution in order to improve recommendations.
  1205. ## auto_upload_queries=true
  1206. # Allow admins to upload the last N executed queries in the quick start wizard. Use 0 to disable.
  1207. ## query_history_upload_limit=10000
  1208. [[navigator]]
  1209. # Navigator API URL (without version suffix).
  1210. ## api_url=http://localhost:7187/api
  1211. # Which authentication to use: CM or external via LDAP or SAML.
  1212. ## navmetadataserver_auth_type=CMDB
  1213. # Username of the CM user used for authentication.
  1214. ## navmetadataserver_cmdb_user=hue
  1215. # CM password of the user used for authentication.
  1216. ## navmetadataserver_cmdb_password=
  1217. # Execute this script to produce the CM password. This will be used when the plain password is not set.
  1218. # navmetadataserver_cmdb_password_script=
  1219. # Username of the LDAP user used for authentication.
  1220. ## navmetadataserver_ldap_user=hue
  1221. # LDAP password of the user used for authentication.
  1222. ## navmetadataserver_ldap_ppassword=
  1223. # Execute this script to produce the LDAP password. This will be used when the plain password is not set.
  1224. ## navmetadataserver_ldap_password_script=
  1225. # Username of the SAML user used for authentication.
  1226. ## navmetadataserver_saml_user=hue
  1227. ## SAML password of the user used for authentication.
  1228. # navmetadataserver_saml_password=
  1229. # Execute this script to produce the SAML password. This will be used when the plain password is not set.
  1230. ## navmetadataserver_saml_password_script=
  1231. # Perform Sentry privilege filtering.
  1232. # Default to true automatically if the cluster is secure.
  1233. ## apply_sentry_permissions=False
  1234. # Max number of items to fetch in one call in object search.
  1235. ## fetch_size_search=450
  1236. # Max number of items to fetch in one call in object search autocomplete.
  1237. ## fetch_size_search_interactive=450
  1238. # If metadata search is enabled, also show the search box in the left assist.
  1239. ## enable_file_search=false