cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Issue in building databricks source code on ARM platform

mohakgoel
New Contributor II
Hi,

I am attempting to build the Databricks Koalas source code on an ARM platform but am encountering an error. Could anyone provide specific steps for building it on ARM?

1 ACCEPTED SOLUTION

Accepted Solutions

Alberto_Umana
Databricks Employee
Databricks Employee

Hi @mohakgoel,

Youโ€™re on the right track with the steps youโ€™ve mentioned for building Koalas.

Itโ€™s important to note that building Koalas is not the same as building the entire Databricks source code. Koalas is an open-source project that provides a pandas-like API on top of Apache Spark, originally developed by Databricks but now maintained by the community

View solution in original post

3 REPLIES 3

Alberto_Umana
Databricks Employee
Databricks Employee

Hi @mohakgoel,

Could you please advise the steps you have taken and error observed?

Hi @Alberto_Umana,

I am trying to build Koalas following the steps mentioned in the Contributing Guide โ€” Koalas 1.8.2 documentation:
1. git clone https://github.com/databricks/koalas.git
2. pip install pyspark==2.4
pip install -r requirements-dev.txt
pip install -e .

Could you confirm if I am following the correct steps? My goal is to build the Databricks source codeโ€”am I proceeding in the right way?

Alberto_Umana
Databricks Employee
Databricks Employee

Hi @mohakgoel,

Youโ€™re on the right track with the steps youโ€™ve mentioned for building Koalas.

Itโ€™s important to note that building Koalas is not the same as building the entire Databricks source code. Koalas is an open-source project that provides a pandas-like API on top of Apache Spark, originally developed by Databricks but now maintained by the community

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local communityโ€”sign up today to get started!

Sign Up Now