Giter Site home page Giter Site logo

Comments (2)

cderv avatar cderv commented on May 26, 2024 1

Yes I read the README and it is what makes me look into the code and into the doc of impala.

Impala does not include built-in capability for loading local data into these systems.

I tried to find some information on limitations and I found CREATE TABLE documentation that did not mentionned those limitations in size. I could use an SQL query to create a table with many rows using impala.

I wanted to know if it really was something not possible, or just not recommended and thus by design in Implyr. I saw also you wanted to make this limit a configuration. Thus my interrogation.

Also a dbWriteTable with impala odbc driver worked to create a table using impala bigger that was possible using copy_to in implyr.

I understand that impala is not good for writing and may be spark should be use to use PARQUET file for example.

from implyr.

ianmcook avatar ianmcook commented on May 26, 2024

Yes, this is explained in the README under the heading Loading Local Data into Impala. Quoting from there:

implyr does not provide tools for loading local data into Impala tables. This is because Impala can query data stored in several different filesystems and storage systems (HDFS, Apache HBase, Apache Kudu, Amazon S3, Microsoft ADLS, and Dell EMC Isilon) and Impala does not include built-in capability for loading local data into these systems.

Some other dplyr backends implement the function copy_to, which copies a local data frame to a remote source. implyr implements copy_to, but it currently only supports very small data frames. It uses the SQL INSERT ... VALUES() technique, which is not suitable for loading large amounts of data.

Also see the suggestions below there in the README.

from implyr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.