As usual, excellent job Yusuf. Could you please do a video for a roadmap to transition into a Data Engineering role, and if possible, a BootCamp on it
@MouadBounfilКүн бұрын
Thanks you so mush, Your Channel is very helpful and affective. I am learning a lot from you.
@CodeWithYu17 сағат бұрын
Glad to hear that! Don’t forget to spread the word! 🙌
@akash.2111Күн бұрын
sir can you please make one project on real time data processing using kafka by solving use case with help of machine learning or deep learning
@maririasere51322 күн бұрын
am learning a lot from you.thanks my brother
@CodeWithYu2 күн бұрын
Glad to hear that! Don’t forget to subscribe and spread the word!
@minhduy12122 күн бұрын
why i caught this error while running dbt snapshot Failure to initialize configuration for storage accoutt : Invalid configuration value detected for fs.azure.account.key
@thesungodzzz3 күн бұрын
thanks 🎉🎉🎉 a real deal😊
@Jerry-uc1pn4 күн бұрын
Awesome video as always! I learned so much about the ELK stack
@luuquocviet36315 күн бұрын
Good evening. I have changed the connection as you said but still cannot run the dag. Do you know any other reasons? ERROR - Task failed with exception Traceback (most recent call last): File "/home/airflow/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py", line 767, in _execute_task result = _execute_callable(context=context, **execute_callable_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/airflow/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py", line 733, in _execute_callable return ExecutionCallableRunner( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/airflow/.local/lib/python3.11/site-packages/airflow/utils/operator_helpers.py", line 252, in run return self.func(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/airflow/.local/lib/python3.11/site-packages/airflow/models/baseoperator.py", line 422, in wrapper return func(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/apache/spark/operators/spark_submit.py", line 177, in execute self._hook.submit(self.application) File "/home/airflow/.local/lib/python3.11/site-packages/airflow/providers/apache/spark/hooks/spark_submit.py", line 567, in submit raise AirflowException( airflow.exceptions.AirflowException: Cannot execute: spark-submit --master spark://spark-master-1:7077 --name arrow-spark --deploy-mode client jobs/python/wordcountjob.py. Error code is: 1.
@navidsaffari11246 күн бұрын
Would love to see this for AWS
@chaitanyamehta12417 күн бұрын
Hi , Im facing issue on creating the requirements.txt file It gets created as a directory and not a file
@CodeWithYu6 күн бұрын
Delete the directory and rerun the pip freeze > requirements.txt again
@chaitanyamehta12412 күн бұрын
@@CodeWithYu Hi, after running the above command the file is created with given dependencies But below is the error I get when I run docker compose up 0.0s Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/run/desktop/mnt/host/c/Users/user/PycharmProjects/DataEngProject/requirements.txt" to rootfs at "/opt/airflow/requirements.txt": mount /run /desktop/mnt/host/c/Users/user/PycharmProjects/DataEngProject/requirements.txt:/opt/airflow/requirements.txt (via /proc/self/fd/6), flags: 0x5000: not a directory: unknown: Are you trying to mount a directory onto a file (or vice-versa)? Check if the specified host path exists and is the expected type
@HenryKpano7 күн бұрын
Few things to note in the profiles.yml file if you are following this tutorial. 1. Also update the method: oauth to method: service-account. Great tutorial
@pavithrasridhar88988 күн бұрын
Thanks for this video!!! Great content!! I am trying those on my windows system, and I am getting error : Error response from daemon: unable to find user appuser: no matching entries in passwd file. I know this is because in this OS, the Username is returned not the uid . Can you help me fix this?? Thanks Yusuf.
@elara_estella9 күн бұрын
@CodeWithYu sir pls say can we do this in windows?
@CodeWithYu9 күн бұрын
Yes it’s doable on windows with docker or wsl
@elara_estella9 күн бұрын
@@CodeWithYu ok thank you sir
@elara_estella9 күн бұрын
sir, can we implement this in windows ?
@CodeWithYu9 күн бұрын
Yes
@indiram-h1t11 күн бұрын
Hi Sir, Thank you for such great video! Im facing an issue, the container is exited right away, localhost is not accessible. docker exec -it redditdataengineering-airflow-init-1 bash Error response from daemon: Container cc4365612e9634f313c75ff7f56bc7dd2c0ac5d0b57a4974ae5304fb546efe9c is not running ERROR: You need to initialize the database. Please run `airflow db init`. Make sure the command is run using Airflow version 2.7.1. redditdataengineering-airflow-worker-1 exited with code 1 redditdataengineering-airflow-scheduler-1 exited with code 1 ERROR: Could not open requirements file: [Errno 1] Operation not permitted: '/opt/airflow/requirements.txt'. checked the permisssions, everything looks fine then I changed the path and provided the full path for requirements.txt Removed the version of Airflow, then changed to 2.7.2 version Would you be able to assist? Thank you!
@dibyajeetojha804711 күн бұрын
Please upload an exhaustive video for production scale system using Kubernetes!!!
@parasagrawal114012 күн бұрын
what is the system requirements? can i make this project in my personel laptop?
@ATIPIKEDIT12 күн бұрын
Hello bro, I got a problem, the web server image keep saying this: 2025-01-17 13:58:51 exec /opt/airflow/script/entrypoint.sh: no such file or directory I just copy paste the docker file you got on the github repository, could you plis help me?
@brostoch967713 күн бұрын
Hi sir I got the error with large frame below: java.lang.IllegalArgumentException: Too large frame: 5135603447292250188
@lovemary146114 күн бұрын
Good job🎉
@CodeWithYu12 күн бұрын
Thanks Love
@Secret4us14 күн бұрын
This is a really neat demo. You might break it out into a few other demos such as Elastic Search and its dashboards, Configuring and Hooking it all up(with no code), etc. Thanks
@CodeWithYu12 күн бұрын
Yeah sure!
@RodrigoBlaudt14 күн бұрын
It would be nice if you use Terraform to setup the cloud services! and again great video!
@guzmangarcia199015 күн бұрын
The video is super. Sadly, I haven't been able to complete the project, kept getting conflicting packages version errors when trying to run the containers. I'll check another tutorial
@anooshanallaganti822017 күн бұрын
I appreciate the work. But is it for me or everyone seeing same - the screen is getting stuck in between , the audio is fine and tried with multiple devices.
@CodeWithYu12 күн бұрын
Yeah sorry… it wasn’t you, it’s from us. Apologies for that
@RahulReddyM.L18 күн бұрын
trying to run docker compose it gives error version is obselete on vs terminal cna yoiu help me out
@asntechies801718 күн бұрын
Apache flink or Kafka streams with golamg. Would be really great
@CodeWithYu18 күн бұрын
Great suggestion! Will add it to the pipeline!
@RodrigoBlaudt18 күн бұрын
Very nice!
@CodeWithYu18 күн бұрын
Thank you! Cheers!
@Secret4us20 күн бұрын
Could you do a java version of this, JK. But, probably shouldn't have your customers watch you type in DDL. Maybe use a constant typed in once, if you must.
@jeanmarieabengzoa984320 күн бұрын
Thanks you for this work. Please can you explain how to create bucket policy ?
@RodrigoBlaudt20 күн бұрын
Nice!
@tv-wb6me21 күн бұрын
I want to retrieve metrics from spark, but i only retrieve jvm's metrics, not spark related. Maybe there are some configurations to set in spark application?
@AmanKumar-wo4bp21 күн бұрын
provide the datset please
@QuixStreams23 күн бұрын
Nice one Yu!
@tv-wb6me23 күн бұрын
you are 100% spot on))) if everything works you feel like you are a god but if not you know)
@teddyperera853124 күн бұрын
Great tutorial. please do the second video of this with real-time dashboard
@CodeWithYu23 күн бұрын
Noted!
@ipsurbakti100625 күн бұрын
Nice video. Thanks. But i still don't get it, what the postgres DB for? it was just past through Cassandra.
@newsxreactions25 күн бұрын
Great Video
@bellosegun26 күн бұрын
Thanks for your tutorials, is there a particular playlist to start from as a beginner?
@CodeWithYu23 күн бұрын
This is the best playlist I know kzbin.info/www/bejne/mprZm4iInpKfpdk