Developers Getting Started With i2b2
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Step 4: Load Data into Hive Tables

The fourth and final step in the Hivedata installation process is to load the data into the hive tables by running the following command:


Select the command line that is appropriate for your environment.


Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
titleLinux Run Command
borderStylesolid
indent
Level1

ant -f data_build.xml db_hivedata_load_data



Panel
borderColor#ccc
bgColor#ffffff
titleBGColor#DDD9C3
titleWindows Run Command
borderStylesolid
indent
Level1

%ANT_HOME%\bin\ant.bat -f data_build.xml db_hivedata_load_data



Info
titleNote

If the command %ANT_HOME% does not work it may be because you did not set your environment variables as suggested in the Requirements Chapter. If you do not wish to set this variable then you will need to replace %ANT_HOME% with the full path to your Ant directory.