Juan Diego Jinesta Rojas
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 18
Activity overview
Latest activity by Juan Diego Jinesta Rojas-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to increase memory for services
When experiencing out of memory issues or exits due to memory allocation it will be necessary to increase/adjust memory so help the services work properly. For example Problem: ****Export and do...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - spm command fails with certificate signed by unknown authority
When using spm command to create workspace in SDF, the command can fail with message certificate signed by unknown authority. The reason is that the certificate is signed by an internal company aut...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - Collect general system status information for Support
When submitting a support case it's useful to provide a general view of the current system for support to do an initial assessment of a problem in case some processes are not properly working. To c...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to gather logs for different issues
Issues with Jobs failing or running slowly - Gather livy pod logs - Gather master-job-scheduler logs - A screenshot of the Jobs page in SDF UI - Gather job logs from jobs page for any problematic j...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to check ceph storage
In order to check storage please connect to the client node. Get the status of the storage layer of the cluster - Ceph - with the following command: kubectl -n rook-ceph exec -it $(kubectl -n rook-...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to collect kubernetes cluster details to add into support case
Along with case description, details, steps to reproduce and logs, please provide SDF environment cluster details by running the following commands: Cluster informationkubectl cluster-info Captur...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - Jobs not Running or seem Stuck
Problem When jobs are not running or they seem stuck Solution Run the following command kubectl get pods in the default namespace. Look for sdf-cs-signals-job-scheduler and sdf-ci-master-job-schedu...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to get the available disk space
The Problem How can an administrator check the available disk space on their cluster The Solution There are kubectl commands that can be run to output the disk space— To get the overall disk space:...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to fix domain (host URL) set to wrong workspace name
Problem: When a new domain (host URL) is set to the wrong workspace name (idp-tenant) Solution: Exec into MongoDB kubectl exec -it $(kubectl get pod -l io.kompose.service=sdf-cs-signals-mongo -o ...
-
Juan Diego Jinesta Rojas created an article,
Signals Data Factory - How to get the current workspace information
Connect to admin node and run the following command kubectl exec -it $(kubectl get pod -l io.kompose.service=sdf-cs-signals-mongo -o jsonpath="{.items[0].metadata.name}") -- mongo -u root -p "nnc...