Skip to content
View hoang-ttr's full-sized avatar

Block or report hoang-ttr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hoang-ttr/README.md

Hi there 👋

Hey, I'm currently an Engineer@Hydrolix

I'm passionate about anyt data

What I can do

select
    'sql' || 'python' || 'c' as programming_languages,
    'dbt' as transformation_tools,
    'spark' || 'airbyte' || 'fivetran' as extraction_load_tools,
    'airflow' || 'dagster' as orchestration_tools,
    'looker' || 'grafana' || 'superset' as visualisation_tools,
    'bigquery' || 'snowflake' || 'hydrolix'  as data_warehouses
    'gcp' as cloud_platforms
from technicall_skills

What my business expertise is

select
    'churn analysis' || 'basket analysis' || 'merchandising analysis' as ecommerce,
    'credit scoring' || 'risk analysis' as banking_and_finance
    'observability' || 'risk analysis' as cdn
from biz_understanding

Pinned Loading

  1. hoang-ttr.github.io hoang-ttr.github.io Public

    My personal site

    Nunjucks 2

  2. dotfiles dotfiles Public

    This is a collection of my dotfiles.

    Python

  3. hoang-ttr hoang-ttr Public

  4. Get Hadoop version in PySpark Get Hadoop version in PySpark
    1
    # run `pyspark` in the terminal
    2
    # once inside the pyspark programme, the SparkContext is available as `sc` alias
    3
    # to get the Hadoop version that is pre-packaged with the PySpark version
    4
    
                  
    5
    sc._jvm.org.apache.hadoop.util.VersionInfo.getVersion()