Member since
05-09-2016
280
Posts
58
Kudos Received
31
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4772 | 03-28-2018 02:12 PM | |
3510 | 01-09-2018 09:05 PM | |
2140 | 12-13-2016 05:07 AM | |
6851 | 12-12-2016 02:57 AM | |
5798 | 12-08-2016 07:08 PM |
12-07-2016
08:01 PM
that makes perfect sense, thanks a lot.
... View more
09-26-2017
04:52 PM
Hi, I am unable to see any plots or graphs when I run a chunk of code in RNoteBook. But I am able to see them in the plots pane, when I run it from the console. What could be the reason for this behavior?
... View more
12-06-2016
10:34 PM
Got it working finally, thanks to @Robert Hryniewicz. Go to interpreter settings page and add the new property under livy settings - livy.spark.jars.packages and the value com.databricks:spark-csv_2.10:1.4.0. Restart the interpreter and retry the query.
... View more
11-27-2016
01:42 AM
Well Thank you very much Sir for Your Kind Assistance. @Mushtaq Rizvi
... View more
12-05-2017
12:24 AM
try ssh -p2222 root@xx.xx.xx.xx' the allocated IP then it will ask where you want to add say yes change unix password then run command 'ambari-admin-password-reset' it will allow you to change the password for ambari admin
... View more
11-24-2016
07:47 PM
to resolve this nifi error i removed write.lock file from location /opt/lucidworks-hdpsearch/solr/docs .
... View more
11-17-2016
10:26 PM
Never mind, just got this thread https://github.com/SKKU-SKT/ggplot2.SparkR/issues/8. Right now, there is no package yet. Will have to wait then. I switched back to 1.6.2 and above command is working.
... View more
11-10-2016
08:06 PM
Never mind, got this working. The problem was the double quote so I changed the replace string to
${twitter.msg:replaceAll('[$&+,:;=?@#|\'<>.^*()%!-]',''):replace('"',''):replace('\n','')} and it worked.
... View more
04-25-2018
04:47 AM
You could also drop null values from your initial columns with: train_df <-
dropna(train_df,cols = 'ARR_DELAY')
... View more