Browse Source

[doc] Adding logos on github main page

Moving some files to doc
Romain Rigaux 12 years ago
parent
commit
99eb7b70c5
5 changed files with 12 additions and 8 deletions
  1. 10 4
      README.rst
  2. 1 1
      desktop/conf.dist/hue.ini
  3. 1 3
      docs/dev/releasing.rst
  4. 0 0
      docs/dev/testing.rst
  5. BIN
      docs/images/hue-screen.png

+ 10 - 4
README.rst

@@ -1,14 +1,21 @@
+.. image:: docs/images/hue_logo.png
+
 Welcome to the repository for Hue
 Welcome to the repository for Hue
 =================================
 =================================
 
 
-Hue is both a Web UI for Hadoop and a framework to create interactive Web
-applications. It features:
+`Hue
+<http://gethue.com>`_ is a Web UI and framework for making Hadoop easy to use.
+
+.. image:: docs/images/hue-screen.png
+
+It features:
 
 
       * File Browser for accessing HDFS
       * File Browser for accessing HDFS
       * Beeswax application for executing Hive queries
       * Beeswax application for executing Hive queries
       * Impala App for executing Cloudera Impala queries
       * Impala App for executing Cloudera Impala queries
-      * Oozie App for submitting and monitoring workflows, coordinators and bundles
+      * Spark editor and dashboard
       * Pig Editor for submitting Pig scripts
       * Pig Editor for submitting Pig scripts
+      * Oozie App for submitting and monitoring workflows, coordinators and bundles
       * HBase Browser for exploring and modifying HBase tables and data
       * HBase Browser for exploring and modifying HBase tables and data
       * Table Browser for accessing Hive metadata and HCatalog
       * Table Browser for accessing Hive metadata and HCatalog
       * Search app for querying Solr and Solr Cloud
       * Search app for querying Solr and Solr Cloud
@@ -17,7 +24,6 @@ applications. It features:
       * A Sqoop 2 editor and dashboard
       * A Sqoop 2 editor and dashboard
       * A ZooKeeper browser and editor
       * A ZooKeeper browser and editor
       * A DB Query editor for querying MySql, PostGres, Sqlite and Oracle
       * A DB Query editor for querying MySql, PostGres, Sqlite and Oracle
-      * Spark editor and dashboard
 
 
 On top of that, a SDK is available for creating new apps integrated with Hadoop.
 On top of that, a SDK is available for creating new apps integrated with Hadoop.
 
 

+ 1 - 1
desktop/conf.dist/hue.ini

@@ -385,7 +385,7 @@
       # Use WebHdfs/HttpFs as the communication mechanism.
       # Use WebHdfs/HttpFs as the communication mechanism.
       # Domain should be the NameNode or HttpFs host.
       # Domain should be the NameNode or HttpFs host.
       # Default port is 14000 for HttpFs.
       # Default port is 14000 for HttpFs.
-      ## webhdfs_url=http://namenode:50070/webhdfs/v1
+      ## webhdfs_url=http://localhost:50070/webhdfs/v1
 
 
       # Change this if your HDFS cluster is Kerberos-secured
       # Change this if your HDFS cluster is Kerberos-secured
       ## security_enabled=false
       ## security_enabled=false

+ 1 - 3
README.versions → docs/dev/releasing.rst

@@ -1,10 +1,8 @@
 The version used in the Maven projects needs to be set by hand in the
 The version used in the Maven projects needs to be set by hand in the
 following files:
 following files:
 - maven/pom.xml
 - maven/pom.xml
-- apps/beeswax/java/pom.xml
 - desktop/libs/hadoop/java/pom.xml
 - desktop/libs/hadoop/java/pom.xml
-- desktop/libs/hadoop/static-group-mapping/pom.xml
-- desktop/libs/hadoop/sudo-shell/pom.xml
+- desktop/libs/*/setup.py
 
 
 In the case of maven/pom.xml, change the first <version> tag. In the
 In the case of maven/pom.xml, change the first <version> tag. In the
 other cases, change the <version> tag within the <parent> tag.
 other cases, change the <version> tag within the <parent> tag.

+ 0 - 0
README.testing → docs/dev/testing.rst


BIN
docs/images/hue-screen.png