Github user radarwave commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1394#discussion_r212928867
--- Diff: contrib/orc/README ---
@@ -0,0 +1,84 @@
+Fresh installation from 3.0.0.0 source code
+-------------------------------------------
+1. Compile ORC format in pluggable storage framework
+ $ ./configure --with-orc; make -j8; make install
+
+2. Configure and initialize cluster
+ $ hawq init cluster -a
+
+
+
+Fresh installation from 3.0.0.0 rpm package
+-------------------------------------------
+1. Setup 3.0.0.0 yum repository
+ $ cd /etc/yum.repos.d
+ $ sudo wget
http://yum.oushu.io/oushurepo/yumrepo/release/oushu-database/centos7/3.0.0.0/oushu-database.repo
--- End diff --
Is this repo required? Any more general repo url?
---