Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Try changing, </p> <pre><code>&lt;property&gt; &lt;name&gt;hbase.zookeeper.quorum&lt;/name&gt; &lt;value&gt;ip-10-x.x.x&lt;/value&gt; &lt;/property&gt; </code></pre> <p>to this,</p> <pre><code>&lt;property&gt; &lt;name&gt;hbase.zookeeper.quorum&lt;/name&gt; &lt;value&gt;localhost&lt;/value&gt; &lt;/property&gt; </code></pre> <p><strong>Then restart hbase and Zookeeper</strong></p> <p>And, also suggest this as your seqware configuration</p> <pre><code># SEQWARE QUERY ENGINE AND GENERAL HADOOP SETTINGS # HBASE.ZOOKEEPER.QUORUM=localhost HBASE.ZOOKEEPER.PROPERTY.CLIENTPORT=2181 HBASE.MASTER=localhost:60000 MAPRED.JOB.TRACKER=localhost:8021 FS.DEFAULT.NAME=hdfs://localhost:8020 FS.DEFAULTFS=hdfs://localhost:8020 FS.HDFS.IMPL=org.apache.hadoop.hdfs.DistributedFileSystem # # SEQWARE QUERY ENGINE SETTINGS # QE_NAMESPACE=SeqWareQE QE_DEVELOPMENT_DEPENDENCY=file:/home/seqware/jars/seqware-distribution-0.13.6.5-qe-full.jar QE_PERSIST=true QE_HBASE_REMOTE_TESTING=true QE_HBASE_PROPERTIES=HBOOT QE_HBOOT_HBASE_ZOOKEEPER_QUORUM=ip-10-x.x.x.ec2.internal QE_HBOOT_HBASE_ZOOKEEPER_PROPERTY_CLIENTPORT=2181 QE_HBOOT_HBASE_MASTER=ip-10-x.x.x.ec2.internal:60010 QE_HBOOT_MAPRED_JOB_TRACKER=ip-10-x.x.x.ec2.internal:9001 QE_HBOOT_FS_DEFAULT_NAME=hdfs://ip-10-x.x.x.ec2.internal:9000 QE_HBOOT_FS_DEFAULTFS=hdfs://ip-10-x.x.x.ec2.internal:9000 QE_HBOOT_FS_HDFS_IMPL=org.apache.hadoop.hdfs.DistributedFileSystem </code></pre> <p>Also, try the guides <a href="http://sourceforge.net/apps/mediawiki/seqware/index.php?title=Setup_SeqWare_Query_Engine_with_HBase" rel="nofollow">here</a> and <a href="http://seqware.github.io/docs/github_readme/2-queryengine/" rel="nofollow">here</a>.</p> <p>You also mentioned about a probably Zookeeper ports has not been opened. For testing pupose, I suggest you disable firewall. Because I have earlier seen several issues that's because of firewall blocking important ports.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload