[ 
https://issues.apache.org/jira/browse/HIVE-9706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324902#comment-14324902
 ] 

Brock Noland commented on HIVE-9706:
------------------------------------

Full stack, FWIW:

{noformat}
2015-02-17 13:11:56,000 ERROR [main]: optimizer.SimpleFetchOptimizer 
(SimpleFetchOptimizer.java:transform(113)) - 
java.lang.IllegalArgumentException: The value of property 
hbase.offheapcache.percentage must not be null
  at com.google.common.base.Preconditions.checkArgument(Preconditions.java:92)
  at org.apache.hadoop.conf.Configuration.set(Configuration.java:1048)
  at org.apache.hadoop.conf.Configuration.set(Configuration.java:1029)
  at 
org.apache.hadoop.hive.hbase.HBaseStorageHandler.configureTableJobProperties(HBaseStorageHandler.java:406)
  at 
org.apache.hadoop.hive.hbase.HBaseStorageHandler.configureInputJobProperties(HBaseStorageHandler.java:317)
  at 
org.apache.hadoop.hive.ql.plan.PlanUtils.configureJobPropertiesForStorageHandler(PlanUtils.java:809)
  at 
org.apache.hadoop.hive.ql.plan.PlanUtils.configureInputJobPropertiesForStorageHandler(PlanUtils.java:779)
  at 
org.apache.hadoop.hive.ql.optimizer.SimpleFetchOptimizer$FetchData.convertToWork(SimpleFetchOptimizer.java:379)
  at 
org.apache.hadoop.hive.ql.optimizer.SimpleFetchOptimizer$FetchData.access$000(SimpleFetchOptimizer.java:319)
  at 
org.apache.hadoop.hive.ql.optimizer.SimpleFetchOptimizer.optimize(SimpleFetchOptimizer.java:135)
  at 
org.apache.hadoop.hive.ql.optimizer.SimpleFetchOptimizer.transform(SimpleFetchOptimizer.java:106)
  at org.apache.hadoop.hive.ql.optimizer.Optimizer.optimize(Optimizer.java:182)
  at 
org.apache.hadoop.hive.ql.parse.SemanticAnalyzer.analyzeInternal(SemanticAnalyzer.java:10202)
  at 
org.apache.hadoop.hive.ql.parse.CalcitePlanner.analyzeInternal(CalcitePlanner.java:190)
  at 
org.apache.hadoop.hive.ql.parse.BaseSemanticAnalyzer.analyze(BaseSemanticAnalyzer.java:222)
  at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:421)
  at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:307)
  at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1112)
  at org.apache.hadoop.hive.ql.Driver.runInternal(Driver.java:1160)
  at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1049)
  at org.apache.hadoop.hive.ql.Driver.run(Driver.java:1039)
  at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:207)
  at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:159)
  at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:370)
  at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:305)
  at 
org.apache.hadoop.hive.ql.QTestUtil.executeClientInternal(QTestUtil.java:1012)
  at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:986)
  at 
org.apache.hadoop.hive.cli.TestHBaseCliDriver.runTest(TestHBaseCliDriver.java:112)
  at 
org.apache.hadoop.hive.cli.TestHBaseCliDriver.testCliDriver_hbase_handler_snapshot(TestHBaseCliDriver.java:94)
{noformat}

> HBase handler support for snapshots should confirm properties before use
> ------------------------------------------------------------------------
>
>                 Key: HIVE-9706
>                 URL: https://issues.apache.org/jira/browse/HIVE-9706
>             Project: Hive
>          Issue Type: Bug
>          Components: HBase Handler
>    Affects Versions: 0.14.0, 1.0.0
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>             Fix For: 1.2.0, 1.1.0
>
>         Attachments: HIVE-9707.1.patch
>
>
> The HBase Handler's support for running over snapshots attempts to copy a 
> number of hbase internal configurations into a job configuration.
> Some of these configuration keys are removed in HBase 1.0.0+ and the current 
> implementation will fail when copying the resultant null value into a new 
> configuration. Additionally, some internal configs added in later HBase 0.98 
> versions are not respected.
> Instead, setup should check for the presence of the keys it expects and then 
> make the new configuration consistent with them.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to