How to use a bash variable, which holds a value to the below subsequent cells in Data bricks notebook?
%shexport aa=100echo $aOUTPUT: 100in the below cell trying to use the variable a, but it's not printing the value%shecho $aOUTPUT:
- 4099 Views
- 4 replies
- 4 kudos
Latest Reply
Hi, bash is not supported as notebook language. Instead, it is a magic cell executing shell script on the driver node.
- 4 kudos