.yml
file.anaconda-server
user.
site-dump
contains the contents of the Repository as it pertains to a particular user. For example anaconda-user-1
has two packages, moto
and pysocks
. The meta.json
file in each user directory contains information about any groups of end users that user belongs to, as well as their organizations.
Package directories contain the package files, prefixed with the id of the database. The meta.json
file in each package directory contains metadata about the packages, including version, build number, dependencies, and build requirements.
site-dump
using the following command:
name
with the actual name of the directory you want to import.
anaconda-user-1
has the following packages:
moto-0.4.31-2.tar.bz2
with label main
pysocks-1.6.6-py35_0.tar.bz2
with label test
anaconda-user-1
containing the package file moto-0.4.31-2.tar.bz2
anaconda-user-1/test
containing the package file pysocks-1.6.6-py35_0.tar.bz2
anaconda-organization
includes a group called Devs
, and the site dump for anaconda-organization
contains a package file named xz-5.2.2-1.tar.bz2
with the label Test
, running the script will create the following channels:
anaconda-organization
– This channel contains all packages that the organization owner can access.anaconda-organization/Devs
– This channel contains all packages that the Dev
group can access.anaconda-organization/Devs/Test
– This channel contains all packages labeled Test
that the Dev
group can access.anaconda-user-1
is granted read-write access to the anaconda-user-1
and anaconda-user-1/test
channels, and all members of the Devs
group will have read permission for everything in the Devs
channel.
You can change these access permissions as needed using the Workbench UI or CLI. See Managing channels and packages for more information.
anaconda project
in the environment:
not found
message, install it from anaconda.org:
<default>
is the name of the environment where the notebook runs.
anaconda-project.yml
configuration file:
/.indexer.pid
and .git
to the .projectignore
file.
AENProject.tar.gz
in the image below) in the file list, right-click and select Download.
<FILENAME>.tar.gz
. See Working with projects for help.
Service/System | Recommended |
---|---|
Apache Impala | impyla |
Apache Hive | pyhive |
Oracle | build conda package with their driver |
apt
and yum
, you can continue to do so in Workbench. Dependencies installed from the command line are available during the current session only, however.
If you want them to persist across project sessions and deployments, add them as packages in the project’s anaconda-project.yml
configuration file. See Configuring project settings for more information.
If your project depends on a package that is not available in your internal Workbench Repository, search anaconda.org or build your own conda package using conda-build, then upload the conda package to the Workbench repository.
If you don’t have the expertise required to build the custom packages your organization needs, consider engaging our professional services team to make your mission-critical analytics libraries available as conda packages.