- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Select query getting below error for phoenix
- Labels:
-
Apache Hadoop
-
Apache HBase
-
Apache Phoenix
Created ‎03-23-2017 09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
select colun from view_name where rowid like '%ahsfkjshkfjhah==%';
java.lang.RuntimeException: org.apache.phoenix.exception.PhoenixIOException: Task org.apache.phoenix.job.JobManager$InstrumentedJobFutureTask@15f193b8 rejected from org.apache.phoenix.job.JobManager$1@2102a4d5[Running, pool size = 128, active threads = 128,
queued tasks = 1000, completed tasks = 15862]
Created ‎03-23-2017 10:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can increase
phoenix.query.threadPoolSize |
to 256 or 512 based on number of machines/cores.
and also increase
phoenix.query.queueSize |
to 5000 and add hbase-site.xml to class path or export HBASE_CONF_DIR.
You can refer http://phoenix.apache.org/tuning.html for more turning.
Created ‎03-23-2017 10:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can increase
phoenix.query.threadPoolSize |
to 256 or 512 based on number of machines/cores.
and also increase
phoenix.query.queueSize |
to 5000 and add hbase-site.xml to class path or export HBASE_CONF_DIR.
You can refer http://phoenix.apache.org/tuning.html for more turning.
Created ‎03-24-2017 10:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thank you for your immediate reply, is there any other approach are there at Hbase site pleaes recomend.
