We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95a815 commit 96eac3cCopy full SHA for 96eac3c
hbase/sesion5.ipynb
@@ -191,8 +191,9 @@
191
"import happybase\n",
192
"from happybase import ConnectionPool\n",
193
"from contextlib import contextmanager\n",
194
+ "import os\n",
195
"\n",
- "HBASEHOST: str = 'localhost'\n",
196
+ "HBASEHOST: str = os.getenv('HBASEHOST', 'localhost')\n",
197
198
"class Connection():\n",
199
hbase/sesion6.ipynb
@@ -191,7 +191,7 @@
0 commit comments