On 12/27/12 5:16 PM, corgone@gmail.com wrote:user_access_history_size
10
/Number of user access to remember per view per user./
Default: /10/
kerberos
/Configuration options for specifying Hue's Kerberos integration for
secured Hadoop clusters./
hue_principal
hue/localhost
/Kerberos principal name for Hue. Typically 'hue/hostname.foo.com'./
Default: /hue/localhost/
reinit_frequency
3600
/Frequency in seconds with which Hue will renew its keytab./
Default: /3600/
hue_keytab
None
/Path to a Kerberos keytab file containing Hue's service credentials./
Default: /None/
kinit_path
kinit
/Path to Kerberos 'kinit' command/
Default: /kinit/
secret_key
gpymKI2LqIqz0TkyAsWBlNvHdDnSbv
/Used in hashing algorithms for sessions./
Default:
cherrypy_server_threads
10
/Number of threads used by the CherryPy web server./
Default: /10/
http_port
8888
/HTTP Port to bind to./
Default: /8888/
django_debug_mode
/Enable or disable Django debug mode./
Default: /True/
time_zone
America/New_York
/Time zone name/
Default: /America/New_York/
custom
/Customizations to the UI./
banner_top_html
/Top banner HTML code. This code will be placed in the navigation bar
so that it will reside at the top of the page in a fixed position. One
common value is ``/
Default:
local_filesystems
/Paths on the local file system that users should be able to browse./
enable_server
True
/If set to false, runcpserver will not actually start the web server.
Used if Apache is being used as a WSGI container./
Default: /True/
http_500_debug_mode
/Enable or disable debugging information in the 500 internal server
error response. Note that the debugging information may contain
sensitive data. If django_debug_mode is True, this is automatically
enabled./
Default: /True/
ssl_private_key
None
/Filename of SSL RSA Private Key/
Default: /None/
smtp
/Configuration options for connecting to an external SMTP server./
tls
no
/Whether to use a TLS (secure) connection when talking to the SMTP
server./
Default: /False/
host
localhost
/The SMTP server for email notification delivery./
Default: /localhost/
user
/The username for the SMTP host/
Default:
default_from_email
hue@localhost
/Default email address to use for various automated notifications from
Hue./
Default: /hue@localhost/
password
/The password for the SMTP user/
Default:
port
25
/The SMTP server port/
Default: /25/
auth
/Configuration options for user authentication into the web application./
user_augmentor
desktop.auth.backend.DefaultUserAugmentor
/Class which defines extra accessor methods for User objects./
Default: /desktop.auth.backend.DefaultUserAugmentor/
pam_service
login
/The service to use when querying PAM.The service usually corresponds
to a single filename in /etc/pam.d/
Default: /login/
backend
desktop.auth.backend.AllowFirstUserDjangoBackend
/Authentication backend. Common settings are
django.contrib.auth.backends.ModelBackend (fully Django backend),
desktop.auth.backend.AllowAllBackend (allows everyone),
desktop.auth.backend.AllowFirstUserDjangoBackend (relies on Django and
user manager, after the first login)./
Default: /desktop.auth.backend.AllowFirstUserDjangoBackend/
default_site_encoding
utf
/Default system-wide unicode encoding./
Default: /utf-8/
http_host
localhost
/HTTP Host to bind to./
Default: /0.0.0.0/
database_logging
False
/If true, log all database requests./
Default: /False/
use_cherrypy_server
False
/If set to true, CherryPy will be used. Otherwise, Spawning will be
used as the webserver./
Default: /False/
server_user
hue
/Username to run servers as/
Default: /hue/
ssl_certificate
None
/Filename of SSL Certificate/
Default: /None/
database
/Configuration options for specifying the Desktop Database. For more
info, see
http://docs.djangoproject.com/en/1.1/ref/settings/#database-engine/engine
sqlite3
/Database engine, such as postgresql, mysql, sqlite3, or Oracle./
Default: /sqlite3/
name
/usr/share/hue/desktop/desktop.db
/Database name, or path to DB if using sqlite3./
Default: //usr/share/hue/desktop/desktop.db/
host
localhost
/Database host/
Default:
user
hue
/Database username/
Default:
password
/Database password/
Default:
port
3306
/Database port/
Default: /0/
send_dbug_messages
False
/Whether to send debug messages from JavaScript to the server logs./
Default: /False/
feedback_url
http://groups.google.com/a/cloudera.org/group/hue-user/Link for 'feedback' tab./
Default: /http://groups.google.com/a/cloudera.org/group/hue-user/
ldap
/Configuration options for LDAP connectivity/
ldap_username_pattern
None
/A pattern to use for constructing LDAP usernames./
Default: /None/
users
/Configuration for LDAP user schema and search./
user_filter
objectclass=*
/A base filter for use when searching for users./
Default: /objectclass=*/
user_name_attr
sAMAccountName
/The username attribute in the LDAP schema. Typically, this is
'sAMAccountName' for AD and 'uid' for other LDAP systems./
Default: /sAMAccountName/
bind_dn
None
/The distinguished name to bind as, when importing from LDAP./
Default: /None/
ldap_cert
None
/The LDAP certificate for authentication over TLS./
Default: /None/
ldap_url
None
/The LDAP URL to connect to./
Default: /None/
groups
/Configuration for LDAP group schema and search/
group_member_attr
member
/The LDAP attribute which specifies the members of a group./
Default: /member/
group_name_attr
cn
/The group name attribute in the LDAP schema. Typically, this is 'cn'./
Default: /cn/
group_filter
objectclass=*
/A base filter for use when searching for groups./
Default: /objectclass=*/
base_dn
None
/The base LDAP distinguished name to use for LDAP search./
Default: /None/
nt_domain
None
/The NT domain used for LDAP authentication./
Default: /None/
bind_password
None
/The password for the bind user./
Default: /None/
server_group
hue
/Group to run servers as/
Default: /hue/
On Thursday, December 27, 2012 7:25:13 PM UTC-5, abe wrote:
Could you provide me with the Beeswax configuration? It's easiest
to get this through the Hue configuration UI, which can be reach
by following these instructions:
1. Click on the "Hue" logo in the top left corner of the Hue UI
2. Choose the configuration tab.
3. Click on desktop, then beeswax.
4. Copy the contents of the screen and paste it in the response to
this email.
On 12/27/12 3:44 PM, cor...@gmail.com <javascript:> wrote:Doesn't appear so - the only errors are showing up in the
../hue/rpcserver.log which points to thrift...
[27/Dec/2012 18:26:53 +0000] settings INFO Welcome to Hue 2.1.0
[27/Dec/2012 18:27:29 +0000] middleware WARNING Failed to
import tidylib (for debugging). Is libtidy installed?
[27/Dec/2012 18:27:30 +0000] backend INFO Augmenting users
with class: <class 'desktop.auth.backend.DefaultUserAugmentor'>
[27/Dec/2012 18:27:30 +0000] access INFO 172.31.165.134
admin - "GET /beeswax/ HTTP/1.0"
[27/Dec/2012 18:27:40 +0000] thrift_util WARNING Not retrying
thrift call get_tables due to socket timeout
[27/Dec/2012 18:27:40 +0000] thrift_util INFO Thrift saw
exception: timed out
[27/Dec/2012 18:27:40 +0000] middleware INFO Processing
exception: timed out: Traceback (most recent call last):
File
"/usr/share/hue/build/env/lib/python2.6/site-packages/Django-1.2.3-py2.6.egg/django/core/handlers/base.py",
line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/usr/share/hue/apps/beeswax/src/beeswax/views.py", line
98, in index
tables = db_utils.meta_client().get_tables("default", ".*")
.....
On Thursday, December 27, 2012 6:13:03 PM UTC-5, abe wrote:
Are you specifically seeing those errors?
If that doesn't work, pass along your hue.ini file and
beeswax log file.
-Abe
On 12/27/12 2:54 PM, cor...@gmail.com wrote:Yes - all good there. I just found this -
https://groups.google.com/a/cloudera.org/forum/?fromgroups=#!topic/hue-user/tZo3xv2P938<
https://groups.google.com/a/cloudera.org/forum/?fromgroups=#%21topic/hue-user/tZo3xv2P938>
as a potential solution.
On Thursday, December 27, 2012 5:49:36 PM UTC-5, abe wrote:
Is the relevant MySQL connector installed? It should be
in /usr/lib/hive/lib. The file should look like
"mysql-*.jar".
On 12/27/12 2:45 PM, cor...@gmail.com wrote:Yes, the metastore is on the same server.
<name>javax.jdo.option.ConnectionURL</name>
<value>jdbc:mysql://localhost:3306/metastore?useUnicode=true&characterEncoding=UTF-8</value>
<name>javax.jdo.option.ConnectionDriverName</name>
<value>com.mysql.jdbc.Driver</value>
<name>hive.metastore.warehouse.dir</name>
<value>/user/beeswax/warehouse</value>
On Thursday, December 27, 2012 4:05:21 PM UTC-5, abe
wrote:
Is the metastore on the same server?
It sounds like the metastore could be having
trouble communicating with MySQL. Could you please
provide your configuration?
-Abe
On 12/27/12 12:54 PM, cor...@gmail.com wrote:Okay - so now, after bringing up the metastore in
mySQL, changing some parameters in Beeswax I'm
getting the "time out" error
Exception communicating with Hive Metastore Server
at localhost:8003: timed out
progress.
On Thursday, December 27, 2012 3:46:08 PM UTC-5,
cor...@gmail.com wrote:
Ok - I have mySQL set up, I've created the
Hive Metastore database and successfully
connected to it with the hive command (as hdfs
user). I created a table, and saw that it
showed up in the metastore db. Still no love
from Beeswax/Hue, but I'm chipping away it.
On Thursday, December 27, 2012 3:16:53 PM
UTC-5, cor...@gmail.com wrote:
Appreciate the help, but I think my
overall issue is a lack of understanding
regarding the installation/running of
Hive. I installed CDH via the CM
installation process which has me a bit
confused when compared to the Hive install
process outline in the CDH install
documentation. I suspect, I just don't
have the service running at all.
I originally ran into this issue when
using Derby (out of the box install), but
have since installed mySQL and I'm now
trying to understand that installation
process in regards to
hiveServer/hiveServer2... etc. I'm just
not clear on the integration of Hive in
the CM install and the specific
hive-site.xml files and/or CM
configuration menus to make it go or where
the two cross (or shouldn't cross).
Chris
On Thursday, December 27, 2012 1:17:25 PM
UTC-5, Romain Rigaux wrote:
The problem is probably the same as:
https://groups.google.com/a/cloudera.org/d/msg/hue-user/7kr9l9Zddeg/jfaQvFaN8YsJ<
https://groups.google.com/a/cloudera.org/d/msg/hue-user/7kr9l9Zddeg/jfaQvFaN8YsJ>
Romain