Member since
β02-23-2016
8
Posts
3
Kudos Received
0
Solutions
β04-11-2017
07:01 AM
Hi @Vishal Jaiswal thanks for your reply. Yes, sure ... sharing questions is absolutely not legaly π In fact, I asked a feedback abot the exam, in general ... Thanks !
... View more
β04-06-2017
09:24 AM
Hi @Vishal Jaiswal so, do you have studied only just the URL reccomended by HCA Exam Objectives, I mean, corporate page on their website like "How Works.... Pig" for example or "What is ..." ? Do you remember any difficult question ? Many question about some topics ? I am interested because during April I will try ! Thanks
... View more
β10-12-2016
08:47 AM
Hi @Artem Ervits , I'm looking for sample tests. Buts seems that in the certification page are not present. Could you help me ? Thanks and regards
... View more
β06-09-2016
11:01 AM
Hi @Neeraj Sabharwal why the "Single Node" now is not available ? In my AWS account I can see only 3 image, related to the 3 certification. I mean, with Free tier, I would run the practice exam, but HDP is not running, very slowly. Could you please suggest me an AWS AMI with acceptable performance ? Thanks
... View more
β02-24-2016
10:56 AM
Hi @Neeraj Sabharwal. Thanks for you reply. The issue is related to https://community.hortonworks.com/questions/18978/hive-121-issue-con-partitioned-table.html But the main issue is on pre-existent query that when use partition field on WHERE condition cause an error. If the partition field is put in ON clause, the query (with complex left join) works fine.
About ACID transaction (ref. to https://community.hortonworks.com/questions/18978/hive-121-issue-con-partitioned-table.html ), I'm trying to set : hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager hive.compactor.initiator.on=true
hive.compactor.worker.threads=1 but also
hive.support.concurrency=true
hive.enforce.bucketing=true
hive.exec.dynamic.partition.mode=nonstrict I hope that change something. Regards, Emanuele
... View more
β02-24-2016
08:45 AM
1 Kudo
Hi all. We would downgrad Hive 1.2.1 to 0.13.0 ( I mean, after an HDP 2.3 installation we have Hive 1.2.1). Bacause , before with HDP 2.1 our job run fine and now, with HDP 2.3 we have errors. We are on Productions and the fast way imho is a simple downgrade only for HIVE. It's a good idea ? In order to downgrade I read : Downgrade Hive The Hive downgrade process reverses the upgrade process: Downgrade WebHCat Start the previous Hive Server 2 instance Deregister the new Hive Server 2 instance Downgrade Hive Metastore servers When finished, validate the downgrade process. It's correct ? Someone already tested ? Thanks
... View more
Labels:
- Labels:
-
Apache Hive
β02-23-2016
05:36 PM
Thanks @Neeraj Sabharwal. But in Hive 1.2.1 we are still unable to use ACID semantics ? Thanks
... View more
β02-23-2016
05:23 PM
2 Kudos
I need your
help about a behavior about Hive 1.2.1 (on HDP 2.3) , after an upgrade
from Hortonworks HDP 2.1 to HDP 2.3. To be
honest , we donβt believe that this upgrade cause the issue . The βbugβ is
only for partitioned table when we use the partitioned field. Example : create table prova_small (campo1 string, campo2 string)
partitioned by (campo3 int); alter table prova_small add partition (campo3 = 1); insert into prova_small partition (campo3=1) values ('a', 'b'); select distinct campo3 from prova_small; The error
is : Container
exited with a non-zero exit code 1
]]],
Vertex did not succeed due to OWN_TASK_FAILURE, failedTasks:1 killedTasks:0,
Vertex vertex_1456148658200_0114_3_00 [Map 1] killed/failed due
to:OWN_TASK_FAILURE]Vertex killed, vertexName=Reducer 2,
vertexId=vertex_1456148658200_0114_3_01, diagnostics=[Vertex received Kill
while in RUNNING state., Vertex did not succeed due to OTHER_VERTEX_FAILURE,
failedTasks:0 killedTasks:1, Vertex vertex_1456148658200_0114_3_01 [Reducer 2]
killed/failed due to:OTHER_VERTEX_FAILURE]DAG did not succeed due to
VERTEX_FAILURE. failedVertices:1 killedVertices:1 Any idea ? Thanks
... View more
Labels:
- Labels:
-
Apache Hive