Questions tagged [elyra]
8 questions
3
votes
0 answers
Getting error - need an appropriate loader to handle this file type
I am getting one error when added a file to an existing repo cloned from github, am new to react , hence understanding things while doing more and from you guys , if i got stuck.
Current scneario is when i tried to add a new file like jsx to project…

Coder
- 69
- 8
2
votes
1 answer
How to add custom component to Elyra's list of available airflow operators?
Trying to make my own component based on KubernetesPodOperator. I am able to define and add the component to the list of components but when trying to run it, I get:
Operator 'KubernetesPodOperator' of node 'KubernetesPodOperator' is not configured…

el-aasi
- 307
- 2
- 18
2
votes
2 answers
Compilation of Elyra-Pipelines to Tekton based Kubeflow fails
I've installed a kubernetes cluster running kubeflow pipelines based on tekton on top of KIND using the following instructions
Now I'm getting the following error message from the Elyra pipelines editor. Running against an argo based kfp cluster…

Romeo Kienzler
- 3,373
- 3
- 36
- 58
2
votes
1 answer
JupyterLab/Elyra: pipeline run on Kubeflow Pipelines fails with "No host specified" in local deployment
I have Kubeflow Pipelines running in my local environment, along with JupyterLab and the Elyra extensions. I've created a notebook pipeline and configured the runtime configuration as follows, setting api_endpoint to http://localhost:31380/pipeline…

ptitzler
- 923
- 4
- 8
1
vote
1 answer
Running multiple applications parallel on single Ingress Controller (e.g. JupyterLab/Elyra + Kubeflow Pipelines UI)
I've installed Elyra (which is JupyerLab + some AI centric extensions including a visual editor for creating Kubeflow Pipelines) and KubeFlow Pipelines in parallel on a KIND (Kubernetes In Docker) cluster.
First I've installed Kubeflow Pipelines as…

Romeo Kienzler
- 3,373
- 3
- 36
- 58
0
votes
0 answers
Unable to install Parquet capability with R-package Arrow 11.0.0 in Elyra notebooks?
Hi I'm trying to prepare a docker image with a set of r-packages prepared. I'm runing into a problem trying to enable the parquet capability of r-Arrow 11.0.0
My approach is to install r-packages in docker build:
FROM elyra/elyra:3.14.3
RUN pip…

pahlén
- 1
0
votes
1 answer
How to configure Elyra to use another Jinja template when utilizing custom components?
I am trying to make Elyra to use a custom Jinja template for my custom component. I have tried modifying Elyra's configuration file for this two items:
c.ElyraApp.template_paths = ['/home/templates']
c.ExtensionApp.template_paths =…

el-aasi
- 307
- 2
- 18
0
votes
1 answer
jupyterlab-git extension cannot be found
Hi I have set up up a Jupyterlab with several extensions, among them the jupyterlab-git extension.
when I run
jupyter labextension list
I get:
JupyterLab v2.2.9
Known labextensions:
app dir: C:\ProgramData\Anaconda3\envs\datamesh\share\jupyter\lab
…

aerioeus
- 1,348
- 1
- 16
- 41