Hi there!
I want to run hive (0.11) in embedded/standalone mode against hadoop 2 for
running queries for my unit tests. I started with something similar to [1] and
then used the hack in [2] to setup local hadoop for unit testing. Though simple
queries like "create database " and "drop table
Hi Navis,
thank you for sorting this out! I have tried getting around this by using
views towards a single master table instead in combination with UDFs
instead . Seems to work so far.
/Petter
2013/12/18 Navis류승우
> Hive uses path to table(or partition) mapping internally (you can see that
>
Hi Navis,
ok then I know. I'll have a look at that later on.
/Petter
2013/12/18 Navis류승우
> IndexPredicateAnalyzer in hive supports AND conjunction only because it's
> simple. Anyone can implement one that supports conjunctions like OR, CASE,
> etc. if needed. If you might provide that to hive