start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
start [2015/10/23 21:28]
dmtolpeko [Installing HPL/SQL from Binaries]
start [2016/02/24 06:29]
dmtolpeko [Installing HPL/SQL from Binaries]
Line 43: Line 43:
 export "​HADOOP_CLASSPATH=/​opt/​cloudera/​parcels/​CDH/​jars/​*"​ export "​HADOOP_CLASSPATH=/​opt/​cloudera/​parcels/​CDH/​jars/​*"​
 </​code>​ </​code>​
 +
 +For Hortonworks distributions check if Hadoop jars are located in /​usr/​hdp/​x.x.x.x-x/​ directory and change all paths in //hplsql// file accordingly.  ​
 +
 +For other distributions check whether Hadoop jars are located in /usr/lib/, and make necessary changes in //hplsql// file. 
    
 **3. Test installation** **3. Test installation**
Line 50: Line 54:
 <​code>​ <​code>​
 <​hplsql_dir>/​hplsql --version <​hplsql_dir>/​hplsql --version
 +HPL/SQL x.x.x
 +</​code>​
 +
 +Or when executed from the current directory:
 +
 +
 +<​code>​
 +./hplsql --version
 HPL/SQL x.x.x HPL/SQL x.x.x
 </​code>​ </​code>​