Skip to content

Commit

Permalink
[beeswax] Document partition browsing limit option
Browse files Browse the repository at this point in the history
  • Loading branch information
romainr committed Jul 12, 2013
1 parent 62caa93 commit 90bbe8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions desktop/conf.dist/hue.ini
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,10 @@
# 7*24*60*60*1000 = 1 week
## beeswax_running_query_lifetime=604800000L

# Set a LIMIT clause when browsing a partitioned table.
# A positive value will be set as the LIMIT. If 0 or negative, do not set any limit.
## browse_partitioned_table_limit=250


###########################################################################
# Settings to configure Pig
Expand Down
4 changes: 4 additions & 0 deletions desktop/conf/pseudo-distributed.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,10 @@
# 7*24*60*60*1000 = 1 week
## beeswax_running_query_lifetime=604800000L

# Set a LIMIT clause when browsing a partitioned table.
# A positive value will be set as the LIMIT. If 0 or negative, do not set any limit.
## browse_partitioned_table_limit=250


###########################################################################
# Settings to configure Pig
Expand Down
5 changes: 2 additions & 3 deletions dist/README
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ Install
## Install in any directory, e.g. /home/hue, /usr/share, /home/my_user
PREFIX=/usr/share make install


## If you don't have the permissions, you will need to 'sudo' the command and
## make sure that the 'hue' user has write access to the 'logs' directory and 'desktop/desktop.db'.

## Run!
$ /usr/share/hue/build/env/bin/supervisor
${PREFIX}/hue/build/env/bin/supervisor


Configure Hadoop
----------------

## Install JobTracker plug-in
cd /usr/lib/hadoop-0.20-mapreduce/lib
ln -s /usr/share/hue/desktop/libs/hadoop/java-lib/hue*jar
ln -s ${PREFIX}/hue/desktop/libs/hadoop/java-lib/hue*jar

## Configure Hadoop
Edit hdfs-site.xml:
Expand Down

0 comments on commit 90bbe8d

Please sign in to comment.