---------------------------------------------------------------------------
ValueError Traceback (most recent call last)
<ipython-input-5-1fb07c504180> in <module>
2 database='default',
3 port=10000,
----> 4 driver='hive-client-hive-2.1.1-hdfs-3.0.3-fatjar.jar',
5 )
/opt/conda/lib/python3.7/site-packages/pyjdbc/connect.py in __call__(self, *args, **kwargs)
725 :return: Python JdbcConnection instance
726 """
--> 727 return self.connect(*args, **kwargs)
/opt/conda/lib/python3.7/site-packages/pyjdbc/connect.py in connect(self, *args, **kwargs)
715 """
716 arguments = self.parse_args(*args, **kwargs)
--> 717 driver_class = self.load_driver()
718 return self.get_connection(driver_class, arguments)
719
/opt/conda/lib/python3.7/site-packages/pyjdbc/connect.py in load_driver(self)
636 raise ValueError('"driver_path" is not a valid jar file or directory {}\n'
637 '"driver_path" can be set to `None` if the classpath is configured by'
--> 638 'the user'.format(self.driver_path))
639
640 if self.driver_class is None or not str(self.driver_class).strip():
ValueError: "driver_path" is not a valid jar file or directory /jupyter-folder/tt/hadoop/hive-client-hive-2.1.1-hdfs-3.0.3-fatjar.jar
"driver_path" can be set to `None` if the classpath is configured bythe user