Re: Can anyone help view the problem about avro schema

2018-08-20 Thread Mithun RK
Hello, Kelly Zhang. I have had to struggle with this as well. This should have been fixed as part of HIVE-14792. This should be available in Hive 3.x and the head of branch-2 (but not the 2.3 release :/). What version are you seeing this problem on? If 3.x, one should be able to enable the

Can anyone help view the problem about avro schema

2018-08-19 Thread Zhang, Liyun
Hi : I want to ask question about 'avro.schema.url'. I have a partitioned table with huge number of partitions like following CREATE TABLE episodes_partitioned PARTITIONED BY (doctor_pt INT) ROW FORMAT SERDE 'org.apache.hadoop.hive.serde2.avro.AvroSerDe' STORED AS INPUTFORMAT