Giter VIP home page Giter VIP logo

arrow-migration's People

Contributors

toddfarmer avatar

Watchers

 avatar  avatar  avatar

Forkers

rok

arrow-migration's Issues

Post Simple Website

Note: This issue was originally created as ARROW-2. Please see the migration documentation for further details.

Original Issue Description:

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Jason Altekruse (jaltekruse)

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Add Python library build toolchain

Note: This issue was originally created as ARROW-7. Please see the migration documentation for further details.

Original Issue Description:

I will be working on a patch to make the initial Arrow C++ libarrow.so library callable from Cython (http://cython.org/) extensions. For the uninitiated, Cython is the modern "gold standard" for interoperability with C++ libraries. I have used it recently to create Kudu's Python client (https://github.com/apache/incubator-kudu/tree/master/python/kudu).

A significant amount of Python "glue code" will be needed to interoperate with pandas, NumPy, and other standard Python libraries (in addition to Python's built-in scalar data types), but these will be the subject of many follow up JIRAs.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Error when run maven install

Note: This issue was originally created as ARROW-5. Please see the migration documentation for further details.

Original Issue Description:

when I run maven to install, I got following problem:

Failed to execute goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate
(generate-fmpp) on project vector: Execution generate-fmpp of goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate failed:
Plugin org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0 or one of its
dependencies could not be resolved: Failure to find
org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository

btw, I just clone repo and run mvn clean install.

dev mailing link
http://mail-archives.apache.org/mod_mbox/arrow-dev/201602.mbox/%3CCAABsKVCSEULDTL2hoANL8-wrWMDO8%3Dgv0RFmSQMXt3MdiqUcPw%40mail.gmail.com%3E

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee: Liwei Lin(Inactive) (proflin)

Set up Travis CI

Note: This issue was originally created as ARROW-8. Please see the migration documentation for further details.

Original Issue Description:

I will ask INFRA to enable Travis CI for the repo, and then will propose a patch that runs the C++ test suite to start (unless some kind soul beats me to it with a Java patch). We can use a build matrix with one build per language SDK (so gcc and clang for arrow-cpp) to start.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Add Python library build toolchain

Note: This issue was originally created as ARROW-7. Please see the migration documentation for further details.

Original Issue Description:

I will be working on a patch to make the initial Arrow C++ libarrow.so library callable from Cython (http://cython.org/) extensions. For the uninitiated, Cython is the modern "gold standard" for interoperability with C++ libraries. I have used it recently to create Kudu's Python client (https://github.com/apache/incubator-kudu/tree/master/python/kudu).

A significant amount of Python "glue code" will be needed to interoperate with pandas, NumPy, and other standard Python libraries (in addition to Python's built-in scalar data types), but these will be the subject of many follow up JIRAs.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Hope to add development document

Note: This issue was originally created as ARROW-6. Please see the migration documentation for further details.

Original Issue Description:

Awesome project, great job :)
Anyway, is possible to add some useful documents for development

Thanks

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee:

Rename some unchanged "Drill" to "Arrow"

Note: This issue was originally created as ARROW-9. Please see the migration documentation for further details.

Original Issue Description:

There are still some unchanged "Drill" in codes, comments, tests. Let's rename them to "Arrow".

Migrated issue participants:

Reporter: Liwei Lin(Inactive) (proflin)
Assignee: Liwei Lin(Inactive) (proflin)

Set up Travis CI

Note: This issue was originally created as ARROW-8. Please see the migration documentation for further details.

Original Issue Description:

I will ask INFRA to enable Travis CI for the repo, and then will propose a patch that runs the C++ test suite to start (unless some kind soul beats me to it with a Java patch). We can use a build matrix with one build per language SDK (so gcc and clang for arrow-cpp) to start.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Error when run maven install

Note: This issue was originally created as ARROW-5. Please see the migration documentation for further details.

Original Issue Description:

when I run maven to install, I got following problem:

Failed to execute goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate
(generate-fmpp) on project vector: Execution generate-fmpp of goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate failed:
Plugin org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0 or one of its
dependencies could not be resolved: Failure to find
org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository

btw, I just clone repo and run mvn clean install.

dev mailing link
http://mail-archives.apache.org/mod_mbox/arrow-dev/201602.mbox/%3CCAABsKVCSEULDTL2hoANL8-wrWMDO8%3Dgv0RFmSQMXt3MdiqUcPw%40mail.gmail.com%3E

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee: Liwei Lin(Inactive) (proflin)

Set up Travis CI

Note: This issue was originally created as ARROW-8. Please see the migration documentation for further details.

Original Issue Description:

I will ask INFRA to enable Travis CI for the repo, and then will propose a patch that runs the C++ test suite to start (unless some kind soul beats me to it with a Java patch). We can use a build matrix with one build per language SDK (so gcc and clang for arrow-cpp) to start.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Add Python library build toolchain

Note: This issue was originally created as ARROW-7. Please see the migration documentation for further details.

Original Issue Description:

I will be working on a patch to make the initial Arrow C++ libarrow.so library callable from Cython (http://cython.org/) extensions. For the uninitiated, Cython is the modern "gold standard" for interoperability with C++ libraries. I have used it recently to create Kudu's Python client (https://github.com/apache/incubator-kudu/tree/master/python/kudu).

A significant amount of Python "glue code" will be needed to interoperate with pandas, NumPy, and other standard Python libraries (in addition to Python's built-in scalar data types), but these will be the subject of many follow up JIRAs.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Error when run maven install

Note: This issue was originally created as ARROW-5. Please see the migration documentation for further details.

Original Issue Description:

when I run maven to install, I got following problem:

Failed to execute goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate
(generate-fmpp) on project vector: Execution generate-fmpp of goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate failed:
Plugin org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0 or one of its
dependencies could not be resolved: Failure to find
org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository

btw, I just clone repo and run mvn clean install.

dev mailing link
http://mail-archives.apache.org/mod_mbox/arrow-dev/201602.mbox/%3CCAABsKVCSEULDTL2hoANL8-wrWMDO8%3Dgv0RFmSQMXt3MdiqUcPw%40mail.gmail.com%3E

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee: Liwei Lin(Inactive) (proflin)

Set up Travis CI

Note: This issue was originally created as ARROW-8. Please see the migration documentation for further details.

Original Issue Description:

I will ask INFRA to enable Travis CI for the repo, and then will propose a patch that runs the C++ test suite to start (unless some kind soul beats me to it with a Java patch). We can use a build matrix with one build per language SDK (so gcc and clang for arrow-cpp) to start.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Add Python library build toolchain

Note: This issue was originally created as ARROW-7. Please see the migration documentation for further details.

Original Issue Description:

I will be working on a patch to make the initial Arrow C++ libarrow.so library callable from Cython (http://cython.org/) extensions. For the uninitiated, Cython is the modern "gold standard" for interoperability with C++ libraries. I have used it recently to create Kudu's Python client (https://github.com/apache/incubator-kudu/tree/master/python/kudu).

A significant amount of Python "glue code" will be needed to interoperate with pandas, NumPy, and other standard Python libraries (in addition to Python's built-in scalar data types), but these will be the subject of many follow up JIRAs.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Hope to add development document

Note: This issue was originally created as ARROW-6. Please see the migration documentation for further details.

Original Issue Description:

Awesome project, great job :)
Anyway, is possible to add some useful documents for development

Thanks

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee:

Add Python library build toolchain

Note: This issue was originally created as ARROW-7. Please see the migration documentation for further details.

Original Issue Description:

I will be working on a patch to make the initial Arrow C++ libarrow.so library callable from Cython (http://cython.org/) extensions. For the uninitiated, Cython is the modern "gold standard" for interoperability with C++ libraries. I have used it recently to create Kudu's Python client (https://github.com/apache/incubator-kudu/tree/master/python/kudu).

A significant amount of Python "glue code" will be needed to interoperate with pandas, NumPy, and other standard Python libraries (in addition to Python's built-in scalar data types), but these will be the subject of many follow up JIRAs.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Error when run maven install

Note: This issue was originally created as ARROW-5. Please see the migration documentation for further details.

Original Issue Description:

when I run maven to install, I got following problem:

Failed to execute goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate
(generate-fmpp) on project vector: Execution generate-fmpp of goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate failed:
Plugin org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0 or one of its
dependencies could not be resolved: Failure to find
org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository

btw, I just clone repo and run mvn clean install.

dev mailing link
http://mail-archives.apache.org/mod_mbox/arrow-dev/201602.mbox/%3CCAABsKVCSEULDTL2hoANL8-wrWMDO8%3Dgv0RFmSQMXt3MdiqUcPw%40mail.gmail.com%3E

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee: Liwei Lin(Inactive) (proflin)

Add Python library build toolchain

Note: This issue was originally created as ARROW-7. Please see the migration documentation for further details.

Original Issue Description:

I will be working on a patch to make the initial Arrow C++ libarrow.so library callable from Cython (http://cython.org/) extensions. For the uninitiated, Cython is the modern "gold standard" for interoperability with C++ libraries. I have used it recently to create Kudu's Python client (https://github.com/apache/incubator-kudu/tree/master/python/kudu).

A significant amount of Python "glue code" will be needed to interoperate with pandas, NumPy, and other standard Python libraries (in addition to Python's built-in scalar data types), but these will be the subject of many follow up JIRAs.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Set up Travis CI

Note: This issue was originally created as ARROW-8. Please see the migration documentation for further details.

Original Issue Description:

I will ask INFRA to enable Travis CI for the repo, and then will propose a patch that runs the C++ test suite to start (unless some kind soul beats me to it with a Java patch). We can use a build matrix with one build per language SDK (so gcc and clang for arrow-cpp) to start.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Post Simple Website

Note: This issue was originally created as ARROW-2. Please see the migration documentation for further details.

Original Issue Description:

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Jason Altekruse (jaltekruse)

Error when run maven install

Note: This issue was originally created as ARROW-5. Please see the migration documentation for further details.

Original Issue Description:

when I run maven to install, I got following problem:

Failed to execute goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate
(generate-fmpp) on project vector: Execution generate-fmpp of goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate failed:
Plugin org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0 or one of its
dependencies could not be resolved: Failure to find
org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository

btw, I just clone repo and run mvn clean install.

dev mailing link
http://mail-archives.apache.org/mod_mbox/arrow-dev/201602.mbox/%3CCAABsKVCSEULDTL2hoANL8-wrWMDO8%3Dgv0RFmSQMXt3MdiqUcPw%40mail.gmail.com%3E

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee: Liwei Lin(Inactive) (proflin)

Post Simple Website

Note: This issue was originally created as ARROW-2. Please see the migration documentation for further details.

Original Issue Description:

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Jason Altekruse (jaltekruse)

Hope to add development document

Note: This issue was originally created as ARROW-6. Please see the migration documentation for further details.

Original Issue Description:

Awesome project, great job :)
Anyway, is possible to add some useful documents for development

Thanks

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee:

Hope to add development document

Note: This issue was originally created as ARROW-6. Please see the migration documentation for further details.

Original Issue Description:

Awesome project, great job :)
Anyway, is possible to add some useful documents for development

Thanks

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee:

Hope to add development document

Note: This issue was originally created as ARROW-6. Please see the migration documentation for further details.

Original Issue Description:

Awesome project, great job :)
Anyway, is possible to add some useful documents for development

Thanks

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee:

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Hope to add development document

Note: This issue was originally created as ARROW-6. Please see the migration documentation for further details.

Original Issue Description:

Awesome project, great job :)
Anyway, is possible to add some useful documents for development

Thanks

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee:

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Post Simple Website

Note: This issue was originally created as ARROW-2. Please see the migration documentation for further details.

Original Issue Description:

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Jason Altekruse (jaltekruse)

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Post Simple Website

Note: This issue was originally created as ARROW-2. Please see the migration documentation for further details.

Original Issue Description:

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Jason Altekruse (jaltekruse)

Set up Travis CI

Note: This issue was originally created as ARROW-8. Please see the migration documentation for further details.

Original Issue Description:

I will ask INFRA to enable Travis CI for the repo, and then will propose a patch that runs the C++ test suite to start (unless some kind soul beats me to it with a Java patch). We can use a build matrix with one build per language SDK (so gcc and clang for arrow-cpp) to start.

Migrated issue participants:

Reporter: Wes McKinney (wesm)
Assignee: Wes McKinney (wesm)

Error when run maven install

Note: This issue was originally created as ARROW-5. Please see the migration documentation for further details.

Original Issue Description:

when I run maven to install, I got following problem:

Failed to execute goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate
(generate-fmpp) on project vector: Execution generate-fmpp of goal
org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0:generate failed:
Plugin org.apache.drill.tools:drill-fmpp-maven-plugin:1.4.0 or one of its
dependencies could not be resolved: Failure to find
org.freemarker:freemarker:jar:2.3.24-SNAPSHOT in
http://repository.apache.org/snapshots was cached in the local repository

btw, I just clone repo and run mvn clean install.

dev mailing link
http://mail-archives.apache.org/mod_mbox/arrow-dev/201602.mbox/%3CCAABsKVCSEULDTL2hoANL8-wrWMDO8%3Dgv0RFmSQMXt3MdiqUcPw%40mail.gmail.com%3E

Migrated issue participants:

Reporter: AllenFang (AllenFang)
Assignee: Liwei Lin(Inactive) (proflin)

Import Initial Codebase

Note: This issue was originally created as ARROW-1. Please see the migration documentation for further details.

Original Issue Description:

From Drill vector module

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Steven Phillips (sphillips)

Post Simple Website

Note: This issue was originally created as ARROW-2. Please see the migration documentation for further details.

Original Issue Description:

Migrated issue participants:

Reporter: Jacques Nadeau (jnadeau)
Assignee: Jason Altekruse (jaltekruse)

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.