Эх сурвалжийг харах

[core] Missing sections from hue.ini

- Added config for Proxy
- Added config for Pig
Abraham Elmahrek 12 жил өмнө
parent
commit
0b9e6e183a

+ 27 - 0
desktop/conf.dist/hue.ini

@@ -422,6 +422,33 @@
   ## beeswax_running_query_lifetime=604800000L
 
 
+###########################################################################
+# Settings to configure Pig
+###########################################################################
+
+[pig]
+  # Location of piggybank.jar on local filesystem.
+  ## local_sample_dir=/usr/share/hue/apps/pig/examples
+
+  # Location piggybank.jar will be copied to in HDFS.
+  ## remote_data_dir=/user/hue/pig/examples
+
+
+###########################################################################
+# Settings to configure Proxy
+###########################################################################
+
+[proxy]
+  # Comma-separated list of regular expressions,
+  # which match 'host:port' of requested proxy target.
+  ## whitelist=(localhost|127\.0\.0\.1):(50030|50070|50060|50075)
+
+  # Comma-separated list of regular expressions,
+  # which match any prefix of 'host:port/path' of requested proxy target.
+  # This does not support matching GET parameters.
+  ## blacklist=()
+
+
 ###########################################################################
 # Settings to configure Impala
 ###########################################################################

+ 27 - 0
desktop/conf/pseudo-distributed.ini.tmpl

@@ -425,6 +425,33 @@
   ## beeswax_running_query_lifetime=604800000L
 
 
+###########################################################################
+# Settings to configure Pig
+###########################################################################
+
+[pig]
+  # Location of piggybank.jar on local filesystem.
+  ## local_sample_dir=/usr/share/hue/apps/pig/examples
+
+  # Location piggybank.jar will be copied to in HDFS.
+  ## remote_data_dir=/user/hue/pig/examples
+
+
+###########################################################################
+# Settings to configure Proxy
+###########################################################################
+
+[proxy]
+  # Comma-separated list of regular expressions,
+  # which match 'host:port' of requested proxy target.
+  ## whitelist=(localhost|127\.0\.0\.1):(50030|50070|50060|50075)
+
+  # Comma-separated list of regular expressions,
+  # which match any prefix of 'host:port/path' of requested proxy target.
+  # This does not support matching GET parameters.
+  ## blacklist=()
+
+
 ###########################################################################
 # Settings to configure Impala
 ###########################################################################