Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Several configurations for Datameer X are stored in default.properties. 

...

Info
iconfalse
Make sure to restart Datameer , X using bin/conductor.sh or restarting the client, if you have committed any changes to apply them to your current distribution.

...

Define the deploy(-ment) mode

Datameer X deploy modes (separate and unrelated to Hadoop cluster mode):

...

Don't use a path that depends on the Datameer X installation directory. Since the das-data folder is stored inside of your installation directory by default, make a backup of your stored data every time you create a new distribution or upgrade.

...

Code Block
<pre># All Datameer X temporary files are written under this directory
localfs.temporary-files=temp</pre>

...

You can activate super user accounts in your Datameer X distribution. Super user accounts aren't activated by default.

...

Depending on your distribution, you might need to activate a super user account in your trial.properties file as well.

Anchor
DM_Setup_DProp_AuthenticationMode
DM_Setup_DProp_AuthenticationMode
Set up the authentication mechanisms for SSH/SFTP import and export jobs

...

Info
titleINFO

Datameer X uses the Jsch library with the following user authentication methods:

  • password

...

  • keyboard-interactive

...

  • publickey

...

  • gssapi-with-mic

...

code
  • (Datameer X must be running with Kerberos Secured Clusters and with Secure Impersonation enabled)

Configure the property

No Format
system.property.jsch.preferred.authentication

with the required authentication mode.