apache pig - Hello world in clean pig workspace -


i wonder wheter possible classic 'hello world!' in apache pig.

pig related sql , hive 1 do:

select 'hello wold'; 

however, have been unable find way 'create nothing' in pig.


note if able load in 1 line of data or more, of course following:

  1. load
  2. limit 1
  3. generate hello world

however, not looking for. hope find way create hello world example without having kind of data available.

in case wonder: asking out of curiosity, convenient speed testing of code doing in code (without having touch file system).


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -