Member since
08-05-2016
7
Posts
9
Kudos Received
0
Solutions
08-09-2016
02:20 PM
1 Kudo
Issue :- Vertex failed, vertexName=Map
1, vertexId=vertex_1470078643944_0307_5_00, diagnostics=[Vertex
vertex_1470078643944_0307_5_00 [Map 1] killed/failed due
to:ROOT_INPUT_INIT_FAILURE, Vertex Input: se initializer failed,
vertex=vertex_1470078643944_0307_5_00 [Map 1],
org.apache.tez.dag.api.TezUncheckedException: Invalid max/min group lengths.
Required min>0, max>=min. max: 4194304 min: 16777216 Cause:- In the client app ( Jmeter ) we are setting 3
parameters as below:- set mapreduce.job.maps=64; set tez.grouping.max-size=4194304; set tez.grouping.min-size=2097152; In Tez configuration ,
the max size is set as 1GB and min size as 16777216. Now if you see the error ,
max shown as 4194304 which is that we exactly set through Jmeter and min
is 16777216 which is the tez default parameter. So that means hive is
taking the max from jmeter and min from tez default configuration and this is
the cause of the issue.
... View more
08-05-2016
07:02 PM
1 Kudo
ESRI
Spatial Framework for Hadoop does not support a binary geometry data type for
Hive. What are the alternatives?
... View more
Labels:
- Labels:
-
Apache Hive
08-05-2016
06:58 PM
3 Kudos
How
do I set session-based only ESRI spatial functions?
... View more
Labels:
- Labels:
-
Apache Hive
08-05-2016
06:56 PM
1 Kudo
How
do I define ESRI spatial Hive functions to be available across multiple
sessions? What happens on Hive service restart?
... View more
Labels:
- Labels:
-
Apache Hive
08-05-2016
06:55 PM
2 Kudos
I run HDP 2.4.2. How do I build ESRI spatial framework and Geometry API libraries for Hadoop 2.7, Hive 1.2 and Java 1.8? ESRI currently provides only binaries for older versions of Hadoop and Hive.
... View more
Labels:
08-05-2016
02:56 PM
1 Kudo
Getting the below error when parrallel transaction happends.failed vertices 1 killed vertices 3 ,Vertex received Kill in INITED state Invalid max/min group lengths
... View more
Labels:
- Labels:
-
Apache Hive