Skip to content

ConfusedCoders

the world is opensource
  • data engineering
    • ETL
      • hive
      • pig
    • distributed systems
      • spark
      • hadoop
      • hbase
      • apache drill
    • airflow
    • data storage
      • mongodb
    • search
      • solr
  • data science
    • deep learning
    • machine learning
    • visualization
  • general programming
    • whitepapers
    • open source
    • mobile
    • raspberrypi
    • data structures
    • golang
    • java
      • design patterns
      • hibernate
    • random
      • life
  • about us
    • Nikita Sharma | Data Science Student

ConfusedCoders

the world is opensource
  • data engineering
    • ETL
      • hive
      • pig
    • distributed systems
      • spark
      • hadoop
      • hbase
      • apache drill
    • airflow
    • data storage
      • mongodb
    • search
      • solr
  • data science
    • deep learning
    • machine learning
    • visualization
  • general programming
    • whitepapers
    • open source
    • mobile
    • raspberrypi
    • data structures
    • golang
    • java
      • design patterns
      • hibernate
    • random
      • life
  • about us
    • Nikita Sharma | Data Science Student

Few exceptions and solutions while implementing new drill functions

  • Yash Sharma Yash Sharma
  • September 25, 2013September 25, 2013
  • apache drill, open source

The post talks about two exceptions I came across while trying to implement new Drill Functions. I would keep updating the list as i come… Read More »Few exceptions and solutions while implementing new drill functions

How to contribute to Apache Drill : Implementing Drill Math Functions

  • Yash Sharma Yash Sharma
  • September 25, 2013September 25, 2013
  • 5 Comments
  • apache drill, open source

This is a compiled version of my lessons from Apache Drill Contribution. Hope its helpful for beginners. Cheers.\m/ This is a crisp post on contributing… Read More »How to contribute to Apache Drill : Implementing Drill Math Functions

Z-Algorithm for Longest Common Prefix of string

  • Yash Sharma Yash Sharma
  • September 21, 2013
  • data structures

The Z-Algorithm solves the longest common prefix of string in a linear time. It can be used as substitutes of Suffix trees and suffix array… Read More »Z-Algorithm for Longest Common Prefix of string

Find minimum element in rotated sorted array – Modified binary search

  • Yash Sharma Yash Sharma
  • September 21, 2013September 21, 2013
  • 1 Comment
  • data structures

Here is small snippet to find minimum element in rotated sorted array. The code uses a modified binary search to search the element from the… Read More »Find minimum element in rotated sorted array – Modified binary search

Lexicographic permutation of Number/String

  • Yash Sharma Yash Sharma
  • September 21, 2013September 21, 2013
  • data structures

A Util class for Lexicographically sorted permutations of number/string. Get N-th element of the result or next element for a given element without calculating all… Read More »Lexicographic permutation of Number/String

Motivating India: Is India lagging behind in Open Source contributions ?

  • Yash Sharma Yash Sharma
  • September 20, 2013September 21, 2013
  • open source

We Indians work across different parts of the globe on different horizontals and on a wide variety of technologies. We have adopted Open Source technologies… Read More »Motivating India: Is India lagging behind in Open Source contributions ?

What is Apache Drill

  • Yash Sharma Yash Sharma
  • September 20, 2013September 20, 2013
  • apache drill, open source

Apache Drill by Apache Foundation is the first open source implementation of the Google’s Dremel paper for interactive query processing. Apache Drill provides low latency ad-hoc… Read More »What is Apache Drill

Debugging Apache Drill Sqlline-Query with Java remote debugging

  • Yash Sharma Yash Sharma
  • September 18, 2013September 21, 2013
  • 1 Comment
  • apache drill, open source

Apache Drill currently provides us an SQLLINE prompt where we can fire a lot of sql queries and see drill in action. Currently the parser… Read More »Debugging Apache Drill Sqlline-Query with Java remote debugging

Quick post: pushing your git source to github

  • Yash Sharma Yash Sharma
  • September 17, 2013September 21, 2013
  • open source, random

Just switch to the root of the git source that you want to push on to github and hit the below command: git push –mirror… Read More »Quick post: pushing your git source to github

Debugging tests cases with maven : java remote debugging

  • Yash Sharma Yash Sharma
  • September 17, 2013
  • java

The project testcases can be debugged in maven by the java remote dubugging options. Just add the debugging options along with the mvn test command.… Read More »Debugging tests cases with maven : java remote debugging

Immutability

  • debargho chatterjee debargho chatterjee
  • September 6, 2013September 9, 2013
  • 2 Comments
  • java

The most common question you ever come round with in Java is : “Why is String class called Immutable ?”  ( No Offence Intended !!!… Read More »Immutability

Maven build failing org.codehaus.plexus.archiver.AbstractArchiver$1 .hasNext(AbstractArchiver.java)

  • Yash Sharma Yash Sharma
  • September 3, 2013September 9, 2013
  • 1 Comment
  • java

This is an stack overflow error maven build ends up with certain number of times. Adding the following maven option seems to fix it fine.… Read More »Maven build failing org.codehaus.plexus.archiver.AbstractArchiver$1 .hasNext(AbstractArchiver.java)

  • « Previous
  • 1
  • …
  • 9
  • 10
  • 11
  • 12
  • Next »

Neve | Powered by WordPress