Anirban Roy Das
Anirban Roy Das
Having the exact same issue. I use chrome too heavily. Sometimes 6-8 windows summing upto 150-250 tabs for some crazy research stuffs. And hence unable to save those tabs. Moreover...
Hi @iravid, tagging you here just get some quick resolution here.
@iravid Does it have to do anything with my java version, looking into the `build.sbt` file, I found `javacOptions ++= Seq("-source", "1.8", "-target", "1.8"),` Which may seem to be different...
@iravid I actually tested building it in my mac. With java 8 too and still it didn't work. Which tells me its not related to java probably and related to...
@tarzanek Okay appreciate your help. Let me know when you get to build it successfully. I tried in ubuntu 18.04 and in mac os. Both didn't work for me. Since...
Hi guys, would really appreciate some solution here. Kind of in a fast paced place needing the migration done. Did anyone figure out what is the issue with the above...
Thanks @tarzanek. Yeah so I want to stick to 18.04. What patches needed to support it in 18.04. What is the exact issue that I am facing which is failing...
@tarzanek Thanks. I am going to give this a try with the above steps. Let me see if the sea monster wants me to migrate or not 😬
just fyi: Here's my `env` before starting the process; ``` LANG=C.UTF-8 XDG_SESSION_ID=88 USER=ubuntu PWD=/home/ubuntu HOME=/home/ubuntu LC_CTYPE=C.UTF-8 LC_TERMINAL=iTerm2 SSH_CLIENT= 48600 22 LC_TERMINAL_VERSION=3.3.20190820-nightly XDG_DATA_DIRS=/usr/local/share:/usr/share:/var/lib/snapd/desktop SSH_TTY=/dev/pts/0 MAIL=/var/mail/ubuntu TERM=xterm-256color SHELL=/bin/bash SHLVL=1 LOGNAME=ubuntu XDG_RUNTIME_DIR=/run/user/1000 PATH=/usr/local/spark/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin...
@tarzanek Successfully built this time. At least the built step cleared. I will have to wait and see what happens when I start the spark job. I did the following:...