You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/09 06:00:12 UTC

[GitHub] [iceberg] NageshB82 edited a comment on issue #2302: Reading from iceberg table through spark thrift server using jdbc taking larger time

NageshB82 edited a comment on issue #2302:
URL: https://github.com/apache/iceberg/issues/2302#issuecomment-793438458


   We have loaded the tables using below spark scala code
   
     val accountDF = spark.read.schema(accschema).parquet("/Users/data/Account/*.parquet")
       accountDF.writeTo("Account")
         .overwritePartitions()
         
     There are almost 12 parquet files and each parquet file contains around 33k json records and size of each file is around 2.05MB
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org