Atomic Engineering

Atomic Engineering

Пікірлер

  • @assouibenjellal
    @assouibenjellal15 күн бұрын

    when i try the pull cloudera command, it tells me that it's no longer supported. What's the solution to that?

  • @Abhish9221
    @Abhish9221Ай бұрын

    Thank you ,I am able to connect

  • @dishasaxena7131
    @dishasaxena71312 ай бұрын

    thank you, this saved my life 2 hours before my practical exam

  • @sa2144
    @sa21443 ай бұрын

    Good video for starters.

  • @danistudycorner
    @danistudycorner3 ай бұрын

    Thank you!!!

  • @VibavMahendran-hj4og
    @VibavMahendran-hj4og3 ай бұрын

    Exception in thread "main" java.lang.ExceptionInInitializerError, bro I am getting this error while printing how to resolve this, I used the same code as you gave

  • @berkayates6254
    @berkayates62544 ай бұрын

    When i stopeed and started the aws ubuntu machines their ip addresses changes so hapoop does not know their new ip addresses, What is the solution for this situation

  • @shot_freeze
    @shot_freeze4 ай бұрын

    What type of job description can we search for this hadoop with AWS ?

  • @ryan7ait
    @ryan7ait5 ай бұрын

    how can i acces the cloudera manager interfaace?

  • @ganeshjaggineni4097
    @ganeshjaggineni40975 ай бұрын

    NICE SUPER EXCELLENT MOTIVATED

  • @msftora3
    @msftora36 ай бұрын

    thank very much, this solved my question on intellij/gradle/scala .

  • @raviyadav-dt1tb
    @raviyadav-dt1tb6 ай бұрын

    Can any tell how solve this type question in interview? Where from u have to practice? Please tell me

  • @HemanthKumar-cm9lv
    @HemanthKumar-cm9lv6 ай бұрын

    Why cant we do in just 1 line? print(sorted(s) == sorted(t))

  • @JayeshTank975
    @JayeshTank9756 ай бұрын

    Thanks bro, very helpful for beginers

  • @balajikagiti6984
    @balajikagiti69847 ай бұрын

    Bro , can you make a one video how to write a spark scala dataframe into specific file instead of part files...or if you did already please provide me link

  • @mahmoudelsayed2325
    @mahmoudelsayed23253 ай бұрын

    yes pleaesee

  • @hey_ashy
    @hey_ashy7 ай бұрын

    Great demo. Thank you.

  • @mohammedradman2756
    @mohammedradman27568 ай бұрын

    Hi, after I added the variables to the /.bashrc and ran the command source ~/.bashrc I couldn't run any other command except cd, the rest of the commands can't be identified by Ubuntu, any advice ?

  • @doseofdopamine2031
    @doseofdopamine20318 ай бұрын

    is it possible to install spark in there as well?

  • @arupanandaswain9581
    @arupanandaswain95818 ай бұрын

    nice one buddy its full of information...(#mostInformativeVideo )

  • @nandhuvenkat1198
    @nandhuvenkat11988 ай бұрын

    How to get the file in another server instead of local?

  • @sushantsawant6577
    @sushantsawant65779 ай бұрын

    I am getting this error, Caused by: java.lang.ClassNotFoundException: com.fasterxml.jackson.core.StreamReadConstraints at java.net.URLClassLoader.findClass(URLClassLoader.java:387) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ... 18 more package org.example.scala import org.apache.spark.sql.SparkSession; object SparkDemo { def main(args: Array[String]): Unit = { val spark= SparkSession.builder() .master("local[1]") .appName("Spark Demo") .getOrCreate(); println("session behaviour") println("app name " + spark.sparkContext.appName) println("Deployment mode "+spark.sparkContext.deployMode) println("master "+spark.sparkContext.master) val df=spark.read.json("C:\\Users\\sushants asus book\\Downloads\\tweets.json") df.printSchema() df.show(false) spark.stop(); } }

  • @undefin-ed
    @undefin-ed9 ай бұрын

    bhai aisa question nahi poochenge kabhi , easy se bhi neeche category main hai ye

  • @ajay_sn
    @ajay_sn9 ай бұрын

    Hi great video on docker for Hue , Could you tell me how to install Ambari on the same on Mac M1 ?

  • @sabesanj5509
    @sabesanj55099 ай бұрын

    # Create a list of numbers numbers = [5, 2, 8, 1, 5, 4, 9, 3, 2, 6, 7, 1, 8, 3, 6, 4, 9, 7] # Perform the bubble sort n = len(numbers) for i in range(n): for j in range(0, n - i - 1): if numbers[j] > numbers[j + 1]: # Swap the elements numbers[j], numbers[j + 1] = numbers[j + 1], numbers[j] # Print the sorted list print(numbers)

  • @vamsivegi
    @vamsivegi9 ай бұрын

    can you use scala 3.

  • @aurovindsahoo
    @aurovindsahoo10 ай бұрын

    Great post more

  • @amitkamble8493
    @amitkamble8493 Жыл бұрын

    Excellent logic bro

  • @reachrishav
    @reachrishav Жыл бұрын

    Hi Dinesh, Upon refactoring came up with this approach too: SELECT a.value FROM GENERATE_SERIES(1, (SELECT id FROM test)) a CROSS APPLY ( SELECT value FROM GENERATE_SERIES(1, a.value) ) b

  • @user-vi6su2qk6t
    @user-vi6su2qk6t Жыл бұрын

    Can you please create vedio on shell scripting to get and put files from Linux server to windows and Linux server to Linux server with creating logs files in brief explanation for Automation

  • @reachrishav
    @reachrishav Жыл бұрын

    Thank you for posting. Keep these videos coming. I tried a similar approach: with cte as ( select id, id as num from test union all select id - 1, id - 1 from cte where id > 1 ) , cte2 as( select * from cte union all select id - 1, num from cte2 where id > 1 ) select num from cte2 order by 1

  • @umamaheswaranj9890
    @umamaheswaranj9890 Жыл бұрын

    Thank you very much... I was able to successfully connect to Snowflake with the help from your demo.

  • @arvindynr
    @arvindynr Жыл бұрын

    can you make a video on running hotonworks on docker on m1 mac?

  • @arvindynr
    @arvindynr Жыл бұрын

    will this work on m1 mac?

  • @lightmyra2334
    @lightmyra2334 Жыл бұрын

    You saved me so much time! I've been trying other tutorials over and over, and this worked on first attempt! Thanks a bunch

  • @miggyjang4476
    @miggyjang4476 Жыл бұрын

    java version 6 error com.jcraft.jsch.JSchException: Algorithm negotiation fail at com.jcraft.jsch.Session.receive_kexinit(Session.java:582)

  • @monikaveeramalla3381
    @monikaveeramalla33815 ай бұрын

    How did you resolve the error I am also facing the same issue please help

  • @prasadpatil5397
    @prasadpatil5397 Жыл бұрын

    Very nice sir. Please add whole series of spark. Wating for whole series

  • @prasadpatil5397
    @prasadpatil5397 Жыл бұрын

    Very very very nice explanation sir. Please please add whole series of spark

  • @AkhilGupta2007
    @AkhilGupta2007 Жыл бұрын

    Just curious list.sort() function can do this right away. Am i missing something here?

  • @rathikarajeshkanna3354
    @rathikarajeshkanna335411 ай бұрын

    you're right. May be we can assume the interview question as sort without using sort function.

  • @praveenreddy9454
    @praveenreddy94549 ай бұрын

    with out using any predefined functions, methods. and also we have to check tricomplexity and space complexity of each DS

  • @davidfong7624
    @davidfong7624 Жыл бұрын

    Thanks so much. This was very helpful.

  • @professorpablo1465
    @professorpablo1465 Жыл бұрын

    why sometimes hue starts and work well and hive also start no error but sometime hue and hive both doesn't start what shouuld i do

  • @PaOne24T
    @PaOne24T Жыл бұрын

    Hi , How to handle the public DNS that changes everytime we stop and start the nodes

  • @brunocarvalho3229
    @brunocarvalho322910 ай бұрын

    You need to allocate an Elastic IP to each one of your instances before doing the Hadoop setup

  • @max003003003
    @max003003003 Жыл бұрын

    Thank you very verymuch i'm struggle with Cloudera installation for a while this quite very useful to me to get start with cloudera.

  • @perfectperfecto
    @perfectperfecto Жыл бұрын

    Thank you this will be a good starting foundation for helping me learn more

  • @ashutoshgadgil8407
    @ashutoshgadgil8407 Жыл бұрын

    it was previously gui based, have they removed it now?

  • @shaileshsingh1445
    @shaileshsingh1445 Жыл бұрын

    good video . network port is already mentioned when u run docker ps , so inspect is not mandatory here !!

  • @aneelswarna2208
    @aneelswarna2208 Жыл бұрын

    Good explanation...keep going with more videos

  • @franciscobelenguervicente4364
    @franciscobelenguervicente4364 Жыл бұрын

    Hey!. First of all, thanks for your content, it's very valuable, :). I just completed the tutorial and succesfully ran the cluster, however, I haven't had success launching the web ui. How do I get to the Web UI from local machine?. Thanks

  • @vorugantikamalika4455
    @vorugantikamalika4455 Жыл бұрын

    How can we transfer files from one path to another path in the same Unix server using SFTP. can we follow the same process??

  • @emadsamir6092
    @emadsamir6092 Жыл бұрын

    did you get an answer for this question?

  • @vorugantikamalika4455
    @vorugantikamalika4455 Жыл бұрын

    @@emadsamir6092 noo

  • @ggaur10
    @ggaur10 Жыл бұрын

    Hi Voruganti, I don't know about Linux but for windows, you can do it. But you have to give the local path as "/C:/<path to remote path>". Note the "/" before C: One tip to understand the structure of local and remote side paths for SFTP, use the popular software WinSCP and notice the remote and local paths there. Thanks, Gaurav

  • @hanumansays3725
    @hanumansays3725 Жыл бұрын

    How to specify the localPath if we are developing on windows machine. Somehow C:\\Users\\file.txt - This isn't working

  • @ggaur10
    @ggaur10 Жыл бұрын

    Hi Hanuman, If the remote machine is windows: For sftpPath use: "/C:/Users/file.txt" For local path based on your OS, you can use windows style or Linux style path: For Windows: "C:\\Users\\file.txt" or "C:/Users/file.txt" both will work For Linux: "/home/users/user1/file1.txt" will work. Let me know if it worked or not? Thanks, Gaurav

  • @hanumansays3725
    @hanumansays3725 Жыл бұрын

    @@ggaur10 Thanks Gaurav, this worked on windows machine. Appreciate your response.

  • @benYaakov
    @benYaakov Жыл бұрын

    underrated but helpful... thanks