Tips on Scala

Posted on Mar 24, 2016 in Computer Science • Tagged with programming, Scala, functional programming, big data, Spark

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **


Continue reading

Use Spark With the BeakerX Scala Kernel

Posted on Apr 23, 2021 in Computer Science • Tagged with Computer Science, Spark, Scala, BeakerX, JupyterLab

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

  1. Open a JupyterLab notebook with the BeakerX Scala kernel from the launcher.

  2. Download Spark (say, 2.3.1) dependencies.

    %%classpath add mvn
    org.apache.spark spark-core_2 …

Continue reading

MATLAB Tips

Posted on Aug 24, 2014 in Computer Science • Tagged with programming, tips, MATLAB

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Things on this page are fragmentary and immature notes/thoughts of the author. It is not meant to readers but rather for convenient reference of the author …


Continue reading

Apache Toree Tips

Posted on Dec 12, 2016 in Computer Science • Tagged with programming, Apache Toree, Jupyter Notebook, JupyterLab, Jupyter Lab, Spark

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

https://github.com/apache …


Continue reading

Tips on SAS

Posted on Oct 10, 2013 in Computer Science • Tagged with tips, SAS, programming

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

** Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives. **

  1. SAS on Linux recognize …


Continue reading

Tips on Pig

Posted on Jan 09, 2014 in Computer Science • Tagged with programming, big data, Pig, Hadoop, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Tips

  1. Pig uses -- (at the beginning of lines) to comment out lines. It also support C-style comment, i.e., using /* ... */

  2. Filter out records that you don't want …


Continue reading