Questions tagged [biginsights]

IBM InfoSphere BigInsights brings the power of Hadoop to the enterprise. Apache Hadoop is the open source software framework, used to reliably manage large volumes of structured and unstructured data.

IBM InfoSphere BigInsights

103 questions
0
votes
1 answer

Cannot define clusters in IBM BigInsights for Apache Hadoop

I can not start working with IBM BigInsights for Apache Hadoop on BLuemix. I cannot click on manage clusters or define clusters. When I click, I get the information that page is not available. Regards, Srdjan
Srdjan Nikitovic
  • 853
  • 2
  • 9
  • 19
0
votes
0 answers

Flume Fetching Twitter Data

While fetching the Twitter data through Flume, when I start the agent, I got the following error: Unable to start EventDrivenSourceRunner: { source:com.cloudera.flume.source.TwitterSource{name:Twitter,state:IDLE} } - Exception…
Ashish Singh
  • 51
  • 2
  • 8
0
votes
1 answer

Runtime exception while executing sqoop job

I am trying to execute sqoop job in biginsights. I am importing data from oracle db to hdfs. Below is the sqoop command which starts executing mapper and stops after sometime. sudo sqoop import --connect "jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS =…
Cast_A_Way
  • 472
  • 5
  • 19
0
votes
1 answer

BigInsights service in Bluemix is not showing up when trying to bind to an App

I have created 4 services in Bluemix,and one of them is the "Big Insights for Apache Hadoop". Now, when I try to Bind this to a newly created App, this BigInsights service is NOT showing up ? in "Add Service to "newly created app" window ?
Shashi Kiran
  • 63
  • 1
  • 7
0
votes
1 answer

How to truncate or delete partition from db2 using bigsql?

I have table in db2 (using bigsql) that is partitioned as per date on IBM BigInsights table_name_abc 20150810 data corresponding to partition 20150811 data corresponding to partition .... what I want is to delete particular…
Raunak Kathuria
  • 3,185
  • 1
  • 18
  • 27
0
votes
1 answer

Ambari BigInsights Kafka Not Starting

Well it seems I've hit my first issue with my BigInsights Image, not a massive problem, but something to think about. On my Ambari browser services page it was showing that the Kafka service was not running, I tried a restart a number of times, but…
D.J.M.C
  • 101
  • 8
0
votes
2 answers

Ambari BigInsights Install wizard 'Error: Nothing to do'

Today I've been doing some testing with Ambari on a cluster of servers so that I can deploy a BigInsights image. Everything seems to be going well with all the components being configured okay, that is until it does the final install. I see a image…
D.J.M.C
  • 101
  • 8
0
votes
1 answer

Big R frame conversion - connection error Biginsights v4

I am trying to proceed with the bluemix tutorial " analyzing big data with R". When connecting to BigSQL,I am getting a generic error message (" Error: BigR[bigr.connect]: Connection could not be established. Verify connection parameters"), however…
0
votes
1 answer

BigInsights v3.0.0.2 Monitoring fails to write into HBase

recently i've encountered a problem: after installation of BigInsights all of my services works fine, except for monitoring which fails with error "No agents can write HBase tables successfully" even though there was no errors during the…
jogproof
  • 43
  • 8
0
votes
1 answer

BigSheets DateTime Formatting

I have a CSV that is being read into BigSheets in BigInsights 2.1.2. One of the columns is date in the structure of mm/dd/yyyy. I need to convert this column to the DateTime format. When I click on the column name I have the option to change its…
Robert Wertz
  • 186
  • 2
  • 14
0
votes
1 answer

INSERT INTO in BigSQL exception

I am creating a table (say table1) in Big SQL, and loading the data from HDFS into table1. Now from this table1, I need to to load data to another table say table2, based on certain conditions and on daily basis append more data into this table2.…
Raunak Kathuria
  • 3,185
  • 1
  • 18
  • 27
0
votes
1 answer

Creating BigInsights (IBM Hadoop) Docker image, sysctl issue

I'm trying to create a docker image using IBM BigInsights QuickStart Edition to be run on a DOCKER container cloud (e.g. IBM Bluemix) with the Native Software Installer which can be found…
Romeo Kienzler
  • 3,373
  • 3
  • 36
  • 58
0
votes
1 answer

Hadoop Still Treats Commas as Delimiters after Explictly Declaring a Different Character

I'm currently importing data into a hive table. When we created the table we used CREATE EXTERNAL TABLE Customers ( Code string, Company string, FirstName string, LastName string, DateOfBirth string, PhoneNo string, ) ROW…
Robert Wertz
  • 186
  • 2
  • 14
0
votes
1 answer

Nested Concatenation in BigSQL

I'm attempting to concatenate three fields in BigSQL. I can successfully concatenate two fields with SELECT CONCAT(column1, column2) FROM table; but I am unable to concatenate three fields with that (only accepts two arguments). I have attempted a…
Robert Wertz
  • 186
  • 2
  • 14
0
votes
1 answer

Streaming data into BigInsights with Hive

I have records being put onto MQ queues. Is there a good way to pull those off and put into a hive table?
Dave
  • 13,518
  • 7
  • 42
  • 51