You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you please have a look why after the below commands the error "name 'subprocess' is not defined" occurring?
I'm using python 3.6 and pysqoop 0.0.16
from pysqoop.SqoopImport import Sqoop
sqoop = Sqoop(help=True)
sqoop.perform_import()
The text was updated successfully, but these errors were encountered:
Hi Team,
Can you please have a look why after the below commands the error "name 'subprocess' is not defined" occurring?
I'm using python 3.6 and pysqoop 0.0.16
from pysqoop.SqoopImport import Sqoop
sqoop = Sqoop(help=True)
sqoop.perform_import()
The text was updated successfully, but these errors were encountered: