โ08-30-2022 12:54 PM
%sh
export a
a=100
echo $a
OUTPUT: 100
in the below cell trying to use the variable a, but it's not printing the value
%sh
echo $a
OUTPUT:
โ08-30-2022 12:59 PM
Hi, bash is not supported as notebook language. Instead, it is a magic cell executing shell script on the driver node.
โ08-30-2022 01:22 PM
Okay...
In data bricks notebook, is there a way to declare a bash variable as a global variable and use that variable's value in the subsequent cells in the notebook?
like mentioned in the attachment
โ08-30-2022 02:01 PM
You can configure custom environment variables
โ09-12-2022 05:12 PM
Hi Kaniz, seems this is limitation in databricks notebook(S)
"How to use a bash variable, which holds a value to the below subsequent cells in Data bricks notebook?"
So alternatively, i used all commands in the same cell and moved forward, i didn't find any alternative as of now
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group