MariaDB - Problemas al instalar el kernel de MariaDB en JupyterLab

 
Vista:
sin imagen de perfil

Problemas al instalar el kernel de MariaDB en JupyterLab

Publicado por Joan (1 intervención) el 29/11/2021 07:23:50
Hola, programadores.
Sucede que tengo un problema al instalar el kernel de MariaDB en JupyterLab.
Yo tengo Windows; sin embargo, creé una máquina virtual para Ubuntu y, así, poder ejecutar los pasos que se describen en esta página: https://mariadb.com/kb/en/mariadb-jupyter-kernel-installation/ y la creación del archivo JSON: https://mariadb.com/kb/en/configuring-the-mariadb-jupyter-kernel/
Realizo el paso a paso al pie de la letra, y al momento de ejecutar JupyterLab veo el kernel activo, pero en la terminal me aparece esto:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[I 2021-11-29 01:13:38.764 ServerApp] Kernel shutdown: bf6688f6-8993-42bb-8039-1f498fa64d62
[IPKernelApp] ERROR | Failed querying server (of number of clients connected),
error: 'NoneType' object has no attribute 'run_command'
[IPKernelApp] Cleaning up sockets
[I 2021-11-29 01:13:39.661 ServerApp] Kernel started: 22c4e902-2338-4591-95b3-af5a7e2a7302
[IPKernelApp] ERROR | MariaDB client failed to start
[IPKernelApp] ERROR | Most probably the MariaDB server is not started
[IPKernelApp] ERROR | Init failed, output:
[IPKernelApp] ERROR | 2021-11-29  1:13:44 0 [ERROR] InnoDB: Unsupported redo log format. The redo log was created with MariaDB 10.6.5.
2021-11-29  1:13:44 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2021-11-29  1:13:45 0 [ERROR] Plugin 'InnoDB' init function returned error.
2021-11-29  1:13:45 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2021-11-29  1:13:45 0 [ERROR] Unknown/unsupported storage engine: InnoDB
2021-11-29  1:13:45 0 [ERROR] Aborting
[IPKernelApp] ERROR | MariaDB server did NOT start successfully
[IPKernelApp] Starting a client connection used in code completion
[IPKernelApp] ERROR | MariaDB client failed to start
[IPKernelApp] ERROR | Most probably the MariaDB server is not started
[IPKernelApp] ERROR | Code completion functionalities were disabled due to an unexpected error
Y, aparte de mostrar esto, no me ejecuta ningún comando en JupyterLab; es decir, al pulsar enter no aparece lo que debería aparecer.
La verdad, ya he intentado bastantes cosas y no he tenido éxito hasta el momento.
Les agradecería mucho si me pudieran colaborar.
Saludos
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder