Giter VIP home page Giter VIP logo

infobright-core's Introduction

Loading to local and remote hosts:
----------------------------------

If the IB hostname passed to the connector matches
"localhost" or "127.0.0.1", then the load will be
done using a local pipe. Otherwise it will use a
remote pipe. (An external IP address of the server
cannot be used; it will not be recognized as local.)

If loading to a remote host, and either of the following
conditions applies, then you must start the Infobright
remote load agent:

1) Your IB release is < 3.5.0
   *or*
2) Your client is running on Windows.

The command to start the agent on the IB server is:

  java -jar infobright-core-3.4.jar [-p port] [-l loglevel]
  
The output can be redirected to a log file.

The port defaults to 5555. (ETL tools such as Kettle and
Talend may not yet have the ability to specify a different port
number.)

The loglevel can be one of: "info", "error", "debug".



Instructions for IB running on Windows (w32, x64):
--------------------------------------------------

The lib directory contains 2 DDLs: infobright_jni_32bit.dll, infobright_jni_64bit.dll.
The source code for these libraries is in the "cpp" directory.

You must ensure that the appropriate library is renamed to infobright_jni.dll and
placed on the Java library path. The easiest way to do this is to copy it into
the C:\WINDOWS folder.

When running on a 32-bit JVM, rename infobright_jni_32bit.dll to infobright_jni.dll.
When running on a 64-bit JVM, rename infobright_jni_64bit.dll to infobright_jni.dll.

infobright-core's People

Watchers

James Cloos avatar  avatar

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.