Skip to main content
Version: v2.9.1

Files in Workspaces

The Files in Workspaces feature enhances workspace functionality by enabling users to manage files efficiently. Users can now seamlessly upload, delete, edit, and create files directly from the UI, facilitating job execution and notebook workflows.

To access the Files in Workspaces feature, follow these steps:

  • Navigate to the Workspaces tab.
  • Click on Files in Workspaces.
  • The file management interface will be displayed, allowing to interact with files and folders.

workspace-files.png

File Management Operations

Uploading a File/Folder

  • Click the Upload button in the top-right corner.
  • Select the file from your system and click Open.
  • The file will be uploaded to the selected workspace.

upload-workspace-files.png

upload-workspace-files2.png

Creating a New File / Folder / Notebook

To create anything new in the workspace:

Click the + New button

Located at the top-right corner of the workspace UI.

1. Create a File

  • Choose File from the type selector.
  • Enter a file name.
  • Start editing in the workspace editor.

new-workspace-file.png

new-workspace-file2.png

2. Create a Folder

  • Choose Folder as the type.
  • Enter a folder name.
  • The folder is created instantly and ready for use.

new-workspace-folder.png

3. Create a Notebook

  • Choose Notebook as the type.

  • Fill the required configuration:

    • Name

    • Type (Python3, Scala, SQL)

    • Cluster Name (select the cluster where this notebook will run)

    • Path (location inside the workspace)

    • Maximum Concurrent Notebook Runs

      • Increase this value if you want multiple runs of the same notebook to execute in parallel.
  • Advanced Options

    • Append (checkbox) Determines whether job-level Spark configs append to or override cluster-level Spark configs.
    • Packages
    • Jars
    • Files
    • Configs

new-workspace-notebook.png

new-workspace-notebook2.png

Editing a File

  • Locate the file in the workspace.
  • Click on the file name to open it.
  • Make necessary edits and save your changes.

File Actions

Hover over any file or folder to access the Action Menu (⋮).

workspace-files-actions.png

ActionDescription
DownloadDownload the file or folder to your local machine
DeletePermanently remove the file or folder (with confirmation)
RenameEdit the file or folder name inline
MoveRelocate the item to another folder within the workspace
CopyCreate a duplicate in the target location
EditOpen and modify the file directly in the text editor
JobTo Create a job using the selected file
Copy PathCopy the file or folder’s full workspace path to clipboard
note

You can only perform these actions on files only if you have required permission to access.

Download a file

  1. Open the file action menu (⋮)
  2. Click Download
  3. File is saved locally in your default downloads folder

Download a folder

  1. Open the file action menu (⋮)
  2. Click Download
  3. File is saved locally in zip format.

Rename

  1. Select Rename from the action menu
  2. Input the new name
  3. Hit Enter or click to confirm

Move

  1. Click Move
  2. Choose the target folder using the provided navigation dialog
  3. Confirm the move

Copy

  1. Click Copy
  2. Select destination folder
  3. A duplicate of the file/folder is created

Here you go, Vishnu — clean, consistent, and aligned with the tone and flow of your existing action docs.

Edit

  1. Click Edit from the action menu
  2. The file opens in the text editor
  3. Make your updates and save changes using Save or Ctrl + S

Job

  1. Select Job from the action menu
  2. The job config dialog appears with the selected file pre-attached
  3. Configure job parameters and click Create

Copy Path

  1. Click Copy Path from the action menu
  2. The full workspace path is copied to your clipboard
  3. Paste it wherever you need it

Benefits of File Management in Workspaces

  • Seamless Integration: Files can be directly used in job execution and notebook workflows.
  • Enhanced Productivity: Quick file access and editing without external tools.
  • Better Organization: Files are structured within workspaces for easier management.
note

The recommended resolution for Yeedu UI is 1920 × 1080.