Hello,
Any ideas on this .
Thanks,
Nitin
On Thu, Jan 7, 2016 at 6:06 PM, nitinpathakala .
wrote:
> Hello,
>
> We have a requirement to load data from xml file to Hive tables.
> The xml tags woud be the columns and values will be the data for those
> columns.
> Any point
Hi Sarath,
Hive columns are case sensitive.I've noticed it in hive 0.14 version.I
remember column name was insensitive for earlier versions.
Regards,
Nitin
On May 12, 2015 5:03 PM, "Sarath Chandra" <
sarathchandra.jos...@algofusiontech.com> wrote:
> Hi All,
>
> I've created a external table in h
Hi Ivneet , you are correct if we set to false it works but we cannot
update or delete as it does not conform ACID property.still waiting for
some solution.
Regards,
Nitin
On May 8, 2015 4:00 PM, "ivneet" wrote:
> Hi Nitin,
>
> I am facing exact same issue on hive 0.14.0 (hortonworks 2.2 cluster
urn code 1 from
org.apache.hadoop.hive.ql.exec.mr.MapRedTask
MapReduce Jobs Launched:
Regards,
Nitin
On Thu, Apr 23, 2015 at 9:38 PM, nitinpathakala .
wrote:
> Hi ,
>
> We have a scenario to update a table from different set of tables for
> which we are using hive 0.14.Here are
Hi ,
We have a scenario to update a table from different set of tables for which
we are using hive 0.14.Here are the steps that we are following
1.Parent table is ORC table with ACID property.
2.Delta table has updated records that need to be inserted to parent
table(Delta table is also an ORC wi