Member since
01-14-2016
2
Posts
1
Kudos Received
0
Solutions
08-13-2018
07:41 AM
@Jay , actually I was asking about disk configuration as RAID configuration , lets say we have cluster HDP 2.6.4 with that details: 1) Worker-> (OS)
Raid1 + Raid 5
2) Master -> (OS) Raid1 +
Raid10
3) Kafka-> (OS) Raid1 + Raid10 based on that connfiguration , can we upgrade the HDP to 3.0 version ? dose HDP 3.0 support the above configuration
... View more
07-30-2019
12:32 AM
i used: register parquet-pig-1.10.1.jar; register parquet-encoding-1.8.2.jar; register parquet-column-1.8.2.jar; register parquet-common-1.8.2.jar; register parquet-hadoop-1.8.2.jar; register parquet-format-2.3.1.jar; base = LOAD '/XXX/yyy/archivo.parquet' USING org.apache.parquet.pig.ParquetLoader AS ( xxx:chararray, yyyy:chararray, ... ) ; and ok
... View more