
Adding a third-party extension (AEN 4.1.3) - Anaconda …
Anaconda officially supports and tests functionality of the default environment (s) only for those extensions that ship with AEN. It is possible to add third-party and custom extensions from …
Install AEN connected to a remote Mongo DB instance (AEN 4.2.0)
Before installing AEN-server export the database URL and name: $ exportMONGO_URL="mongodb://<username>:<password>@<host>:<port>/" $ …
Installing AEN in a custom location - Anaconda Documentation
Make the custom install folder owned by $AEN_SRVC_ACCT. EXAMPLE: /data/aen/. Make a symlink from /opt/wakari to /data/aen. Run the installers. Move the folder from /projects to your …
Create custom Jupyter kernel for Pyspark - Anaconda …
Install Spark # The easiest way to install Spark is with Cloudera CDH. You will use YARN as a resource manager. After installing Cloudera CDH, install Spark. Spark comes with a PySpark …
Installing the AEN server — Anaconda documentation
After successfully completing the installation script, the installer creates the administrator account—AEN_SRVC_ACCT user—and assigns it a password.
Installing the AEN gateway — Anaconda documentation
Registering your gateway # The gateway needs to register with the AEN server. This needs to be authenticated, so the NFI user’s credentials created during the AEN server install must be …
Changing where projects are stored — Anaconda documentation
NOTE: We recommend putting /opt/wakari and /projects on the same filesystem. If the project and conda env directories are on separate filesystems then more disk space will be required on …
Configuring sudo customizations (AEN 4.2.1) - Anaconda …
If your organization’s IT security policy does not allow root access or has restrictions on the use of sudo, after AEN installation, you may customize AEN to meet their requirements.
Creating groups with the same uid (AEN 4.2.1) - Anaconda …
If the /projects folder resides on an NFSv3 volume and you have a setup with several compute nodes, AEN will create local users with a different uid on each node.
Enabling server-side session management - Anaconda …
By default, AEN uses client-side session management which is vulnerable to session replay attacks if an attacker manages to steal a valid session ID of a user.