# DDataAny **Repository Path**: dark.H/DDataAny ## Basic Information - **Project Name**: DDataAny - **Description**: a data analysis distributed in hadoop within dockers - **Primary Language**: Java - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2016-02-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #DData Document [TOC] >Include Part - resource - docker - src ## Introduction this is a data anaysize used in hadoop within docker ## Install ```sh docker pull qingluan/ubuntu_hadoop ## download Dockerfile then docker build -t xxx/xxx . #this will build a hadoop images ``` ## Useage can just ssh to it by use ```bash ssh -p 10022 qingluan@ip ```